There was an error while loading. Please reload this page.
2 parents 43cce3f + 1bc60e3 commit 8f4c87dCopy full SHA for 8f4c87d
1 file changed
.github/workflows/codeql.yaml
@@ -34,12 +34,12 @@ jobs:
34
java-version: 21
35
36
- name: Initialize CodeQL
37
- uses: github/codeql-action/init@db488ddef3bf6cb639b32c2e9a7c0a7ea8271d28 # v4
+ uses: github/codeql-action/init@cdf488f595d80d6e07e03d4674febd5ab45fa938 # v4
38
with:
39
queries: +security-and-quality
40
41
- name: Autobuild
42
- uses: github/codeql-action/autobuild@db488ddef3bf6cb639b32c2e9a7c0a7ea8271d28 # v4
+ uses: github/codeql-action/autobuild@cdf488f595d80d6e07e03d4674febd5ab45fa938 # v4
43
44
- name: Perform CodeQL Analysis
45
- uses: github/codeql-action/analyze@db488ddef3bf6cb639b32c2e9a7c0a7ea8271d28 # v4
+ uses: github/codeql-action/analyze@cdf488f595d80d6e07e03d4674febd5ab45fa938 # v4
0 commit comments