We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4003e5f commit caecadaCopy full SHA for caecada
.github/workflows/codeql.yml
@@ -44,7 +44,7 @@ jobs:
44
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
45
46
- name: Initialize CodeQL
47
- uses: github/codeql-action/init@45cbd0c69e560cd9e7cd7f8c32362050c9b7ded2 # v4.32.2
+ uses: github/codeql-action/init@89a39a4e59826350b863aa6b6252a07ad50cf83e # v4.32.4
48
with:
49
languages: ${{ matrix.language }}
50
@@ -57,6 +57,6 @@ jobs:
57
cmake --build build
58
59
- name: Perform CodeQL Analysis
60
- uses: github/codeql-action/analyze@45cbd0c69e560cd9e7cd7f8c32362050c9b7ded2 # v4.32.2
+ uses: github/codeql-action/analyze@89a39a4e59826350b863aa6b6252a07ad50cf83e # v4.32.4
61
62
category: "/language:${{ matrix.language }}"
0 commit comments