Skip to content

Commit 197910d

Browse files
Bump github/codeql-action from 3.25.7 to 3.25.8 (#3618)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.25.7 to 3.25.8. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@f079b84...2e230e8) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Anurag Saxena <43585259+saxena-anurag@users.noreply.github.com>
1 parent 482a2ce commit 197910d

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@f079b8493333aace61c81488f8bd40919487bd9f
84+
uses: github/codeql-action/upload-sarif@2e230e8fe0ad3a14a340ad0815ddb96d599d2aff
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
@@ -122,7 +122,7 @@ jobs:
122122
123123
- name: Initialize CodeQL
124124
if: inputs.build_codeql == true && steps.skip_check.outputs.should_skip != 'true'
125-
uses: github/codeql-action/init@f079b8493333aace61c81488f8bd40919487bd9f
125+
uses: github/codeql-action/init@2e230e8fe0ad3a14a340ad0815ddb96d599d2aff
126126
with:
127127
languages: 'cpp'
128128

@@ -298,4 +298,4 @@ jobs:
298298

299299
- name: Perform CodeQL Analysis
300300
if: inputs.build_codeql == true && steps.skip_check.outputs.should_skip != 'true'
301-
uses: github/codeql-action/analyze@f079b8493333aace61c81488f8bd40919487bd9f
301+
uses: github/codeql-action/analyze@2e230e8fe0ad3a14a340ad0815ddb96d599d2aff

.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@f079b8493333aace61c81488f8bd40919487bd9f
79+
uses: github/codeql-action/upload-sarif@2e230e8fe0ad3a14a340ad0815ddb96d599d2aff
8080
with:
8181
sarif_file: results.sarif

0 commit comments

Comments
 (0)