Skip to content

Commit 5e2525d

Browse files
chore(deps): bump github/codeql-action
Bumps the actions-minor-and-patch group with 1 update: [github/codeql-action](https://github.com/github/codeql-action). Updates `github/codeql-action` from 4.37.3 to 4.37.6 - [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.3...v4.37.6) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.37.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions-minor-and-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 71200e2 commit 5e2525d

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
@@ -46,7 +46,7 @@ jobs:
4646
steps:
4747
- uses: actions/checkout@v7
4848

49-
- uses: github/codeql-action/init@v4.37.3
49+
- uses: github/codeql-action/init@v4.37.6
5050
with:
5151
languages: ${{ matrix.language }}
5252
build-mode: ${{ matrix.build-mode }}
@@ -73,6 +73,6 @@ jobs:
7373
npm install --ignore-scripts
7474
npx --yes node-gyp@12 rebuild
7575
76-
- uses: github/codeql-action/analyze@v4.37.3
76+
- uses: github/codeql-action/analyze@v4.37.6
7777
with:
7878
category: /language:${{ matrix.language }}

0 commit comments

Comments
 (0)