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 1418461 commit 1b40aa5Copy full SHA for 1b40aa5
1 file changed
.github/workflows/codeql.yaml
@@ -18,13 +18,13 @@ jobs:
18
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
19
20
- name: Initialize CodeQL
21
- uses: github/codeql-action/init@b1bff81932f5cdfc8695c7752dcee935dcd061c8 # v4.33.0
+ uses: github/codeql-action/init@c6f931105cb2c34c8f901cc885ba1e2e259cf745 # v4.34.0
22
with:
23
languages: "actions"
24
queries: security-extended
25
config-file: .github/codeql/codeql-config.yml
26
27
- name: Perform CodeQL Analysis
28
- uses: github/codeql-action/analyze@b1bff81932f5cdfc8695c7752dcee935dcd061c8 # v4.33.0
+ uses: github/codeql-action/analyze@c6f931105cb2c34c8f901cc885ba1e2e259cf745 # v4.34.0
29
30
category: "/language:actions"
0 commit comments