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 fab2d41 commit ebf78bdCopy full SHA for ebf78bd
.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@96f518a34f7a870018057716cc4d7a5c014bd61c # v3.29.5
+ uses: github/codeql-action/init@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3.29.5
39
with:
40
build-mode: none
41
languages: ${{ matrix.language }}
42
43
- name: Perform CodeQL Analysis
44
- uses: github/codeql-action/analyze@96f518a34f7a870018057716cc4d7a5c014bd61c # v3.29.5
+ uses: github/codeql-action/analyze@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3.29.5
45
46
category: '/language:${{ matrix.language }}'
47
0 commit comments