We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc88db0 commit 28a037eCopy full SHA for 28a037e
action.yml
@@ -16,10 +16,11 @@ runs:
16
using: 'composite'
17
steps:
18
- name: "CodeQL Extractor Action"
19
- uses: advanced-security/codeql-extractor-action@v0.0.2
+ uses: advanced-security/codeql-extractor-action@v0.0.5
20
with:
21
token: ${{ inputs.token }}
22
- extractor: "GitHubSecurityLab/codeql-extractor-bicep@0.1.0"
+ extractors: "GitHubSecurityLab/codeql-extractor-bicep@0.1.0"
23
+ packs: GitHubSecurityLab/bicep-queries
24
languages: "bicep"
25
# Assumes GH is installed
26
attestation: true
0 commit comments