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 a3c5da8 commit 90040f1Copy full SHA for 90040f1
.github/workflows/codeql.yml
@@ -50,7 +50,7 @@ jobs:
50
fetch-depth: 0
51
52
- name: Initialize CodeQL
53
- uses: github/codeql-action/init@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3.28.10
+ uses: github/codeql-action/init@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3.28.13
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@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3.28.10
+ uses: github/codeql-action/analyze@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3.28.13
0 commit comments