Skip to content

Commit 0badb9d

Browse files
build(deps): bump github/codeql-action
Bumps the github-actions group with 1 update in the / directory: [github/codeql-action](https://github.com/github/codeql-action). Updates `github/codeql-action` from 4.37.7 to 4.37.9 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@v4.37.7...v4.37.9) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.37.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 89a2eef commit 0badb9d

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
@@ -30,7 +30,7 @@ jobs:
3030
uses: actions/checkout@v7
3131

3232
- name: Initialize CodeQL
33-
uses: github/codeql-action/init@v4.37.7
33+
uses: github/codeql-action/init@v4.37.9
3434
with:
3535
languages: ${{ matrix.language }}
3636
build-mode: ${{ matrix.build-mode }}
@@ -50,6 +50,6 @@ jobs:
5050
CGO_ENABLED=0 go build -tags 'ze_setup' ./...
5151
5252
- name: Perform CodeQL Analysis
53-
uses: github/codeql-action/analyze@v4.37.7
53+
uses: github/codeql-action/analyze@v4.37.9
5454
with:
5555
category: "/language:${{ matrix.language }}"

0 commit comments

Comments
 (0)