There was an error while loading. Please reload this page.
1 parent c0f6904 commit a97859bCopy full SHA for a97859b
1 file changed
.github/workflows/codeql.yml
@@ -62,7 +62,7 @@ jobs:
62
63
# Initializes the CodeQL tools for scanning.
64
- name: Initialize CodeQL
65
- uses: github/codeql-action/init@ff2f1c621b7f889edc0d3c761ac2e6a3f8cdb0dd # v4
+ uses: github/codeql-action/init@cdf488f595d80d6e07e03d4674febd5ab45fa938 # v4
66
with:
67
languages: ${{ matrix.language }}
68
build-mode: ${{ matrix.build-mode }}
@@ -89,6 +89,6 @@ jobs:
89
echo ' make release'
90
exit 1
91
- name: Perform CodeQL Analysis
92
- uses: github/codeql-action/analyze@ff2f1c621b7f889edc0d3c761ac2e6a3f8cdb0dd # v4
+ uses: github/codeql-action/analyze@cdf488f595d80d6e07e03d4674febd5ab45fa938 # v4
93
94
category: "/language:${{matrix.language}}"
0 commit comments