Skip to content

Commit a7559f8

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/codeql.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,20 +48,20 @@ jobs:
4848
run: $CMAKE -S . -B build
4949

5050
- name: Initialize CodeQL
51-
uses: github/codeql-action/init@v3
51+
uses: github/codeql-action/init@v4
5252
with:
5353
languages: ${{ matrix.language }}
5454
queries: +security-and-quality
5555

5656
- name: Build (Py)
57-
uses: github/codeql-action/autobuild@v3
57+
uses: github/codeql-action/autobuild@v4
5858
if: ${{ matrix.language == 'python' }}
5959

6060
- name: Build (C++)
6161
if: ${{ matrix.language == 'cpp' }}
6262
run: $CMAKE --build build -j 2
6363

6464
- name: Perform CodeQL Analysis
65-
uses: github/codeql-action/analyze@v3
65+
uses: github/codeql-action/analyze@v4
6666
with:
6767
category: "/language:${{ matrix.language }}"

0 commit comments

Comments
 (0)