Skip to content

Commit c065004

Browse files
build(deps): Bump github/codeql-action from 3.29.1 to 4.31.3 (#4709)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.29.1 to 4.31.3. - [Release notes](https://github.com/github/codeql-action/releases) - [Commits](github/codeql-action@v3.29.1...v4.31.3) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.31.3 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 63b61f1 commit c065004

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/codeql.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949

5050
# Initializes the CodeQL tools for scanning.
5151
- name: Initialize CodeQL
52-
uses: github/codeql-action/[email protected].2
52+
uses: github/codeql-action/[email protected].3
5353
with:
5454
languages: ${{ matrix.language }}
5555
# For more details on CodeQL's query packs, refer to: https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#using-queries-in-ql-packs
@@ -61,7 +61,7 @@ jobs:
6161
./.github/scripts/codeql_buildscript.sh
6262
6363
- name: Perform CodeQL Analysis
64-
uses: github/codeql-action/analyze@v3.29.1
64+
uses: github/codeql-action/analyze@v4.31.3
6565
with:
6666
category: "/language:${{matrix.language}}"
6767
upload: false
@@ -114,7 +114,7 @@ jobs:
114114
output: ${{ steps.step1.outputs.sarif-output }}/cpp.sarif
115115

116116
- name: Upload CodeQL results to code scanning
117-
uses: github/codeql-action/[email protected].2
117+
uses: github/codeql-action/[email protected].3
118118
with:
119119
sarif_file: ${{ steps.step1.outputs.sarif-output }}
120120
category: "/language:${{matrix.language}}"

.github/workflows/supply_chain.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,6 @@ jobs:
6060

6161
# Upload the results to GitHub's code scanning dashboard.
6262
- name: "Upload to code-scanning"
63-
uses: github/codeql-action/upload-sarif@338146ca93283a2901a142d408241096146019b5
63+
uses: github/codeql-action/upload-sarif@c1a2b73420f0c02efb863cc6921c531bc1a54f4f
6464
with:
6565
sarif_file: results.sarif

0 commit comments

Comments
 (0)