Skip to content

Commit 5fea505

Browse files
committed
fix: update CodeQL analysis command to use the correct query path
1 parent b7aee20 commit 5fea505

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ jobs:
141141
142142
gh codeql database create iac-db --language=iac --source-root=./project --search-path ./extractor-pack
143143
144-
gh codeql database analyze iac-db "codeql-queries/iac-queries" --format=sarifv2.1.0 --output="iac-${PROJECT_REPO}.sarif"
144+
gh codeql database analyze iac-db "advanced-security/iac-queries" --format=sarifv2.1.0 --output="iac-${PROJECT_REPO}.sarif"
145145
146146
147147
docs:

0 commit comments

Comments
 (0)