Skip to content

Commit d89fd17

Browse files
Bump github/codeql-action from 3 to 4 (#1248)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c6c7a7b commit d89fd17

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@ jobs:
1818
run: sudo apt-get install z3 re2c ninja-build g++-10
1919

2020
- name: Initialize CodeQL
21-
uses: github/codeql-action/init@v3
21+
uses: github/codeql-action/init@v4
2222
with:
2323
languages: cpp
2424

2525
- name: Compile
2626
run: ./.github/scripts/build.sh
2727

2828
- name: Perform CodeQL Analysis
29-
uses: github/codeql-action/analyze@v3
29+
uses: github/codeql-action/analyze@v4
3030

3131
env:
3232
CMAKE_BUILD_TYPE: Release

0 commit comments

Comments
 (0)