Skip to content

Commit 38ef8ab

Browse files
chore(deps): bump github/codeql-action from 4.32.6 to 4.35.1 (#736)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ea1eb7c commit 38ef8ab

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@0d579ffd059c29b07949a3cce3983f0780820c98 # v4.32.6
38+
- uses: github/codeql-action/init@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1
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@0d579ffd059c29b07949a3cce3983f0780820c98 # v4.32.6
44+
- uses: github/codeql-action/analyze@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1
4545
with:
4646
category: /language:${{ matrix.language }}

0 commit comments

Comments
 (0)