Skip to content

Commit 0da5acd

Browse files
chore(deps): bump github/codeql-action from 4.31.0 to 4.31.2 (#572)
1 parent f617ce0 commit 0da5acd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,12 @@ jobs:
3535
with:
3636
go-version-file: go.mod
3737
if: matrix.language == 'go'
38-
- uses: github/codeql-action/init@4e94bd11f71e507f7f87df81788dff88d1dacbfb # v4.31.0
38+
- uses: github/codeql-action/init@014f16e7ab1402f30e7c3329d33797e7948572db # v4.31.3
3939
with:
4040
languages: ${{ matrix.language }}
4141
build-mode: ${{ matrix.language == 'go' && 'manual' || 'none' }}
4242
- run: make build install-docs-tools md-docs
4343
if: matrix.language == 'go'
44-
- uses: github/codeql-action/analyze@4e94bd11f71e507f7f87df81788dff88d1dacbfb # v4.31.0
44+
- uses: github/codeql-action/analyze@014f16e7ab1402f30e7c3329d33797e7948572db # v4.31.3
4545
with:
4646
category: /language:${{ matrix.language }}

0 commit comments

Comments
 (0)