We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 840b7e1 + abc37d3 commit fdb2a09Copy full SHA for fdb2a09
.github/workflows/codeql.yml
@@ -33,12 +33,12 @@ jobs:
33
with:
34
go-version-file: go.mod
35
if: matrix.language == 'go'
36
- - uses: github/codeql-action/init@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3.30.5
+ - uses: github/codeql-action/init@64d10c13136e1c5bce3e5fbde8d4906eeaafc885 # v3.30.6
37
38
languages: ${{ matrix.language }}
39
build-mode: ${{ matrix.language == 'go' && 'manual' || 'none' }}
40
- run: make build
41
42
- - uses: github/codeql-action/analyze@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3.30.5
+ - uses: github/codeql-action/analyze@64d10c13136e1c5bce3e5fbde8d4906eeaafc885 # v3.30.6
43
44
category: /language:${{ matrix.language }}
0 commit comments