We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8020903 commit 0a7defdCopy full SHA for 0a7defd
1 file changed
.github/workflows/code-scan.yml
@@ -35,13 +35,13 @@ jobs:
35
show-progress: false
36
37
- name: Initialize CodeQL
38
- uses: github/codeql-action/init@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 # v4.31.9
+ uses: github/codeql-action/init@cdefb33c0f6224e58673d9004f47f7cb3e328b89 # v4.31.10
39
with:
40
build-mode: none
41
languages: ${{ matrix.language }}
42
43
- name: Perform CodeQL Analysis
44
- uses: github/codeql-action/analyze@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 # v4.31.9
+ uses: github/codeql-action/analyze@cdefb33c0f6224e58673d9004f47f7cb3e328b89 # v4.31.10
45
46
category: '/language:${{ matrix.language }}'
47
0 commit comments