Skip to content

Commit a2335b5

Browse files
chore(deps): bump github/codeql-action from 3.29.9 to 3.29.11 (#515)
1 parent 0eda64d commit a2335b5

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@df559355d593797519d70b90fc8edd5db049e7a2 # v3.29.9
38+
- uses: github/codeql-action/init@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3.29.11
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@df559355d593797519d70b90fc8edd5db049e7a2 # v3.29.9
44+
- uses: github/codeql-action/analyze@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3.29.11
4545
with:
4646
category: /language:${{ matrix.language }}

0 commit comments

Comments
 (0)