Skip to content

Commit 47206cc

Browse files
Bump github/codeql-action from 3 to 4 (#381)
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 456771f commit 47206cc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
echo "" > config.status
4545
4646
- name: Initialize CodeQL
47-
uses: github/codeql-action/init@v3
47+
uses: github/codeql-action/init@v4
4848
with:
4949
languages: cpp
5050

@@ -53,7 +53,7 @@ jobs:
5353
make
5454
5555
- name: Perform CodeQL Analysis
56-
uses: github/codeql-action/analyze@v3
56+
uses: github/codeql-action/analyze@v4
5757

5858
actions:
5959
name: CodeQL analysis (GitHub Actions)
@@ -63,9 +63,9 @@ jobs:
6363
- uses: actions/checkout@v5
6464

6565
- name: Initialize CodeQL
66-
uses: github/codeql-action/init@v3
66+
uses: github/codeql-action/init@v4
6767
with:
6868
languages: actions
6969

7070
- name: Perform CodeQL Analysis
71-
uses: github/codeql-action/analyze@v3
71+
uses: github/codeql-action/analyze@v4

0 commit comments

Comments
 (0)