We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 082cce3 commit c19b390Copy full SHA for c19b390
1 file changed
.github/workflows/codeql.yml
@@ -29,7 +29,7 @@ jobs:
29
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
30
31
- name: Initialize CodeQL
32
- uses: github/codeql-action/init@b1bff81932f5cdfc8695c7752dcee935dcd061c8 # v4.33.0
+ uses: github/codeql-action/init@c6f931105cb2c34c8f901cc885ba1e2e259cf745 # v4.34.0
33
with:
34
languages: ${{ matrix.language }}
35
@@ -42,6 +42,6 @@ jobs:
42
cmake --build build
43
44
- name: Perform CodeQL Analysis
45
- uses: github/codeql-action/analyze@b1bff81932f5cdfc8695c7752dcee935dcd061c8 # v4.33.0
+ uses: github/codeql-action/analyze@c6f931105cb2c34c8f901cc885ba1e2e259cf745 # v4.34.0
46
47
category: "/language:${{ matrix.language }}"
0 commit comments