Skip to content

Commit e8c9f02

Browse files
ci(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 aa4db16 commit e8c9f02

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
@@ -37,7 +37,7 @@ jobs:
3737

3838
- run: npm ci
3939

40-
- uses: github/codeql-action/init@v3
40+
- uses: github/codeql-action/init@v4
4141
with:
4242
languages: ${{ matrix.language }}
4343
build-mode: ${{ matrix.build-mode }}
@@ -55,6 +55,6 @@ jobs:
5555
clang++ -std=c++20 -c cpp/ProtobufCodec.cpp cpp/Base64.cpp \
5656
-I .codeql-shim -I cpp -I cpp/nanopb -I "$NM/core" -I "$NM/utils" -I "$RN"
5757
58-
- uses: github/codeql-action/analyze@v3
58+
- uses: github/codeql-action/analyze@v4
5959
with:
6060
category: '/language:${{ matrix.language }}'

0 commit comments

Comments
 (0)