Skip to content

Commit 600f59d

Browse files
chore(deps): bump github/codeql-action from 4.35.4 to 4.36.0
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4.35.4 to 4.36.0. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@68bde55...7211b7c) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.36.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3fa613d commit 600f59d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ jobs:
3333
with:
3434
go-version-file: go.mod
3535
if: matrix.language == 'go'
36-
- uses: github/codeql-action/init@68bde559dea0fdcac2102bfdf6230c5f70eb485e # v4.35.4
36+
- uses: github/codeql-action/init@7211b7c8077ea37d8641b6271f6a365a22a5fbfa # v4.36.0
3737
with:
3838
languages: ${{ matrix.language }}
3939
build-mode: ${{ matrix.language == 'go' && 'autobuild' || 'none' }}
40-
- uses: github/codeql-action/analyze@68bde559dea0fdcac2102bfdf6230c5f70eb485e # v4.35.4
40+
- uses: github/codeql-action/analyze@7211b7c8077ea37d8641b6271f6a365a22a5fbfa # v4.36.0
4141
with:
4242
category: /language:${{ matrix.language }}

0 commit comments

Comments
 (0)