Skip to content

Commit 8c4a735

Browse files
build(deps): bump github/codeql-action from 3 to 4
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3 to 4. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@v3...v4) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a13f834 commit 8c4a735

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
@@ -23,9 +23,9 @@ jobs:
2323
language: ['javascript-typescript']
2424
steps:
2525
- uses: actions/checkout@v5
26-
- uses: github/codeql-action/init@v3
26+
- uses: github/codeql-action/init@v4
2727
with:
2828
languages: ${{ matrix.language }}
29-
- uses: github/codeql-action/analyze@v3
29+
- uses: github/codeql-action/analyze@v4
3030
with:
3131
category: '/language:${{ matrix.language }}'

0 commit comments

Comments
 (0)