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.
2 parents 11a184c + 7378983 commit 317a6f9Copy full SHA for 317a6f9
1 file changed
.github/workflows/codeql-actions.yml
@@ -24,13 +24,13 @@ jobs:
24
ref: ${{ github.event.pull_request.head.sha }}
25
26
- name: Initialize CodeQL
27
- uses: github/codeql-action/init@7211b7c8077ea37d8641b6271f6a365a22a5fbfa # v4.36.0
+ uses: github/codeql-action/init@87557b9c84dde89fdd9b10e88954ac2f4248e463 # v4.36.1
28
with:
29
languages: actions
30
queries: security-extended,security-and-quality
31
32
- name: Perform CodeQL analysis
33
- uses: github/codeql-action/analyze@7211b7c8077ea37d8641b6271f6a365a22a5fbfa # v4.36.0
+ uses: github/codeql-action/analyze@87557b9c84dde89fdd9b10e88954ac2f4248e463 # v4.36.1
34
35
category: /language:actions
36
# Fork PRs receive a read-only GITHUB_TOKEN, so SARIF upload to the
0 commit comments