Skip to content

Commit 28a037e

Browse files
authored
feat: Update action.yml
1 parent bc88db0 commit 28a037e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

action.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,11 @@ runs:
1616
using: 'composite'
1717
steps:
1818
- name: "CodeQL Extractor Action"
19-
uses: advanced-security/codeql-extractor-action@v0.0.2
19+
uses: advanced-security/codeql-extractor-action@v0.0.5
2020
with:
2121
token: ${{ inputs.token }}
22-
extractor: "GitHubSecurityLab/codeql-extractor-bicep@0.1.0"
22+
extractors: "GitHubSecurityLab/codeql-extractor-bicep@0.1.0"
23+
packs: GitHubSecurityLab/bicep-queries
2324
languages: "bicep"
2425
# Assumes GH is installed
2526
attestation: true

0 commit comments

Comments
 (0)