We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7de444 commit 4b17ffaCopy full SHA for 4b17ffa
.github/workflows/codeql.yaml
@@ -43,11 +43,11 @@ jobs:
43
go-version: '1.22.0'
44
45
- name: Initialize CodeQL
46
- uses: github/codeql-action/init@f779452ac5af1c261dce0346a8f964149f49322b # v3
+ uses: github/codeql-action/init@662472033e021d55d94146f66f6058822b0b39fd # v3
47
with:
48
languages: ${{ matrix.language }}
49
50
- name: Perform CodeQL Analysis
51
- uses: github/codeql-action/analyze@f779452ac5af1c261dce0346a8f964149f49322b # v3
+ uses: github/codeql-action/analyze@662472033e021d55d94146f66f6058822b0b39fd # v3
52
53
category: "/language:${{matrix.language}}"
0 commit comments