There was an error while loading. Please reload this page.
1 parent d47e29d commit 4b365e1Copy full SHA for 4b365e1
1 file changed
.github/workflows/codeql.yaml
@@ -34,12 +34,12 @@ jobs:
34
java-version: 25
35
36
- name: Initialize CodeQL
37
- uses: github/codeql-action/init@ff2f1c621b7f889edc0d3c761ac2e6a3f8cdb0dd # 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@ff2f1c621b7f889edc0d3c761ac2e6a3f8cdb0dd # v4
+ uses: github/codeql-action/autobuild@cdf488f595d80d6e07e03d4674febd5ab45fa938 # v4
43
44
- name: Perform CodeQL Analysis
45
- uses: github/codeql-action/analyze@ff2f1c621b7f889edc0d3c761ac2e6a3f8cdb0dd # v4
+ uses: github/codeql-action/analyze@cdf488f595d80d6e07e03d4674febd5ab45fa938 # v4
0 commit comments