Skip to content

Commit 96d8ca3

Browse files
Bump github/codeql-action from 4.31.0 to 4.31.2 in the actions group
Bumps the actions group with 1 update: [github/codeql-action](https://github.com/github/codeql-action). Updates `github/codeql-action` from 4.31.0 to 4.31.2 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@4e94bd1...0499de3) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.31.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b7baca5 commit 96d8ca3

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/ossar-scan.yml

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

8282
- name: Upload results to Security tab
8383
if: steps.skip_check.outputs.should_skip != 'true'
84-
uses: github/codeql-action/upload-sarif@4e94bd11f71e507f7f87df81788dff88d1dacbfb
84+
uses: github/codeql-action/upload-sarif@0499de31b99561a6d14a36a5f662c2a54f91beee
8585
with:
8686
sarif_file: ${{ steps.ossar.outputs.sarifFile }}

.github/workflows/reusable-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
104104
- name: Initialize CodeQL
105105
if: inputs.build_codeql == true && steps.skip_check.outputs.should_skip != 'true'
106-
uses: github/codeql-action/init@4e94bd11f71e507f7f87df81788dff88d1dacbfb
106+
uses: github/codeql-action/init@0499de31b99561a6d14a36a5f662c2a54f91beee
107107
with:
108108
languages: 'cpp'
109109

@@ -246,4 +246,4 @@ jobs:
246246

247247
- name: Perform CodeQL Analysis
248248
if: inputs.build_codeql == true && steps.skip_check.outputs.should_skip != 'true'
249-
uses: github/codeql-action/analyze@4e94bd11f71e507f7f87df81788dff88d1dacbfb
249+
uses: github/codeql-action/analyze@0499de31b99561a6d14a36a5f662c2a54f91beee

.github/workflows/scorecards-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,6 @@ jobs:
7676
# Upload the results to GitHub's code scanning dashboard.
7777
- name: "Upload to code-scanning"
7878
if: github.ref_name == 'main'
79-
uses: github/codeql-action/upload-sarif@4e94bd11f71e507f7f87df81788dff88d1dacbfb
79+
uses: github/codeql-action/upload-sarif@0499de31b99561a6d14a36a5f662c2a54f91beee
8080
with:
8181
sarif_file: results.sarif

0 commit comments

Comments
 (0)