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 91ecb87 commit 93756d9Copy full SHA for 93756d9
.github/workflows/codeql.yml
@@ -50,7 +50,7 @@ jobs:
50
fetch-depth: 0
51
52
- name: Initialize CodeQL
53
- uses: github/codeql-action/init@aa578102511db1f4524ed59b8cc2bae4f6e88195 # v3.27.6
+ uses: github/codeql-action/init@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3.28.10
54
with:
55
languages: ${{ matrix.language }}
56
config-file: ./.github/codeql-config.yml
@@ -87,4 +87,4 @@ jobs:
87
run: cmake --build --preset=default --target all
88
89
- name: Perform CodeQL Analysis
90
- uses: github/codeql-action/analyze@aa578102511db1f4524ed59b8cc2bae4f6e88195 # v3.27.6
+ uses: github/codeql-action/analyze@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3.28.10
0 commit comments