We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f617ce0 commit 0da5acdCopy full SHA for 0da5acd
.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@4e94bd11f71e507f7f87df81788dff88d1dacbfb # v4.31.0
+ - uses: github/codeql-action/init@014f16e7ab1402f30e7c3329d33797e7948572db # v4.31.3
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@4e94bd11f71e507f7f87df81788dff88d1dacbfb # v4.31.0
+ - uses: github/codeql-action/analyze@014f16e7ab1402f30e7c3329d33797e7948572db # v4.31.3
45
46
category: /language:${{ matrix.language }}
0 commit comments