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 53fa182 commit 4f6bf02Copy full SHA for 4f6bf02
.github/workflows/codeql-analysis.yml
@@ -39,12 +39,12 @@ jobs:
39
go-version: ${{ matrix.go }}
40
41
- name: Initialize CodeQL
42
- uses: github/codeql-action/init@e12f0178983d466f2f6028f5cc7a6d786fd97f4b # v4.31.4
+ uses: github/codeql-action/init@fdbfb4d2750291e159f0156def62b853c2798ca2 # v4.31.5
43
with:
44
languages: ${{ matrix.language }}
45
46
- name: Build Go
47
run: go build -mod=readonly -v ./...
48
49
- name: Perform CodeQL Analysis
50
- uses: github/codeql-action/analyze@e12f0178983d466f2f6028f5cc7a6d786fd97f4b # v4.31.4
+ uses: github/codeql-action/analyze@fdbfb4d2750291e159f0156def62b853c2798ca2 # v4.31.5
0 commit comments