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 d642447 commit 70887b1Copy full SHA for 70887b1
.github/workflows/codeql-analysis.yml
@@ -40,11 +40,11 @@ jobs:
40
with:
41
go-version: '1.19' # To match codeql go version
42
- name: Initialize CodeQL
43
- uses: github/codeql-action/init@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v2
+ uses: github/codeql-action/init@39edc492dbe16b1465b0cafca41432d857bdb31a # v2
44
45
languages: go
46
config-file: ./.github/codeql-config.yml
47
- name: Build
48
run: go build
49
- name: Perform CodeQL Analysis
50
- uses: github/codeql-action/analyze@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v2
+ uses: github/codeql-action/analyze@39edc492dbe16b1465b0cafca41432d857bdb31a # v2
0 commit comments