Skip to content

Commit 67dc01b

Browse files
committed
Actions: Add successfully extracted files query
1 parent b361b0f commit 67dc01b

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
/**
2+
* @id actions/diagnostics/successfully-extracted-files
3+
* @name Extracted files
4+
* @description List all files that were extracted.
5+
* @kind diagnostic
6+
* @tags successfully-extracted-files
7+
*/
8+
9+
private import codeql.Locations
10+
11+
from File f
12+
where exists(f.getRelativePath())
13+
select f, ""

0 commit comments

Comments
 (0)