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 55216ce commit c6208aeCopy full SHA for c6208ae
.github/workflows/codeql.yml
@@ -50,7 +50,7 @@ jobs:
50
fetch-depth: 0
51
52
- name: Initialize CodeQL
53
- uses: github/codeql-action/init@60168efe1c415ce0f5521ea06d5c2062adbeed1b # v3.28.17
+ uses: github/codeql-action/init@ff0a06e83cb2de871e5a09832bc6a81e7276941f # v3.28.18
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@60168efe1c415ce0f5521ea06d5c2062adbeed1b # v3.28.17
+ uses: github/codeql-action/analyze@ff0a06e83cb2de871e5a09832bc6a81e7276941f # v3.28.18
0 commit comments