Skip to content

Commit 6529b7b

Browse files
build(deps): bump github/codeql-action from 3 to 4 (#747)
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 164da0c commit 6529b7b

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
5757
# Initializes the CodeQL tools for scanning.
5858
- name: Initialize CodeQL
59-
uses: github/codeql-action/init@v3
59+
uses: github/codeql-action/init@v4
6060
with:
6161
languages: ${{ matrix.language }}
6262
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -69,7 +69,7 @@ jobs:
6969
# If this step fails, then you should remove it and run the build manually (see below)
7070

7171
- name: Autobuild
72-
uses: github/codeql-action/autobuild@v3
72+
uses: github/codeql-action/autobuild@v4
7373
if: env.GIT_DIFF
7474

7575
# ℹ️ Command-line programs to run using the OS shell.
@@ -84,5 +84,5 @@ jobs:
8484
# make release
8585

8686
- name: Perform CodeQL Analysis
87-
uses: github/codeql-action/analyze@v3
87+
uses: github/codeql-action/analyze@v4
8888
if: env.GIT_DIFF

.github/workflows/security.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
args: "-no-fail -fmt sarif -out results.sarif ./..."
3535
if: "env.GIT_DIFF_FILTERED != ''"
3636
- name: Upload SARIF file
37-
uses: github/codeql-action/upload-sarif@v3
37+
uses: github/codeql-action/upload-sarif@v4
3838
with:
3939
# Path to SARIF file relative to the root of the repository
4040
sarif_file: results.sarif

.github/workflows/semgrep.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
if: "env.GIT_DIFF_FILTERED != ''"
4545
# Upload findings to GitHub Advanced Security Dashboard [step 2/2]
4646
- name: Upload SARIF file
47-
uses: github/codeql-action/upload-sarif@v3
47+
uses: github/codeql-action/upload-sarif@v4
4848
with:
4949
sarif_file: semgrep.sarif
5050
if: "env.GIT_DIFF_FILTERED != ''"

0 commit comments

Comments
 (0)