We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0eda64d commit a2335b5Copy full SHA for a2335b5
1 file changed
.github/workflows/codeql.yml
@@ -35,12 +35,12 @@ jobs:
35
with:
36
go-version-file: go.mod
37
if: matrix.language == 'go'
38
- - uses: github/codeql-action/init@df559355d593797519d70b90fc8edd5db049e7a2 # v3.29.9
+ - uses: github/codeql-action/init@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3.29.11
39
40
languages: ${{ matrix.language }}
41
build-mode: ${{ matrix.language == 'go' && 'manual' || 'none' }}
42
- run: make build install-docs-tools md-docs
43
44
- - uses: github/codeql-action/analyze@df559355d593797519d70b90fc8edd5db049e7a2 # v3.29.9
+ - uses: github/codeql-action/analyze@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3.29.11
45
46
category: /language:${{ matrix.language }}
0 commit comments