Skip to content

Commit 7126b30

Browse files
authored
fix: Update action to use lowercase pack
1 parent f57bbb7 commit 7126b30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ runs:
2626
with:
2727
token: ${{ inputs.token }}
2828
extractors: "GitHubSecurityLab/codeql-extractor-bicep@0.1.0"
29-
packs: GitHubSecurityLab/bicep-queries
29+
packs: githubsecuritylab/bicep-queries
3030
languages: "bicep"
3131
# Assumes GH is installed
3232
# attestation: true

0 commit comments

Comments
 (0)