We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec46e57 commit 724021dCopy full SHA for 724021d
.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@ea9e4e37992a54ee68a9622e985e60c8e8f12d9f # v3
+ uses: github/codeql-action/init@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3
47
with:
48
languages: ${{ matrix.language }}
49
50
- name: Perform CodeQL Analysis
51
- uses: github/codeql-action/analyze@ea9e4e37992a54ee68a9622e985e60c8e8f12d9f # v3
+ uses: github/codeql-action/analyze@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3
52
53
category: "/language:${{matrix.language}}"
0 commit comments