We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4265f7 commit 9c62473Copy full SHA for 9c62473
1 file changed
.github/workflows/codeql.yml
@@ -106,7 +106,7 @@ jobs:
106
107
# Initializes the CodeQL tools for scanning.
108
- name: Initialize CodeQL
109
- uses: github/codeql-action/init@9e0d7b8d25671d64c341c19c0152d693099fb5ba # v4
+ uses: github/codeql-action/init@7211b7c8077ea37d8641b6271f6a365a22a5fbfa # v4
110
with:
111
languages: ${{ matrix.language }}
112
build-mode: ${{ matrix.build-mode }}
@@ -133,6 +133,6 @@ jobs:
133
cmake --build --preset conan-release --parallel $(nproc --all)
134
135
- name: Perform CodeQL Analysis
136
- uses: github/codeql-action/analyze@9e0d7b8d25671d64c341c19c0152d693099fb5ba # v4
+ uses: github/codeql-action/analyze@7211b7c8077ea37d8641b6271f6a365a22a5fbfa # v4
137
138
category: "/language:${{matrix.language}}"
0 commit comments