Skip to content

Commit 33e2772

Browse files
Bump github/codeql-action from 3.26.9 to 3.26.11 (#132)
1 parent cd4e9fd commit 33e2772

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@461ef6c76dfe95d5c364de2f431ddbd31a417628
84+
uses: github/codeql-action/upload-sarif@6db8d6351fd0be61f9ed8ebd12ccd35dcec51fea
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
@@ -102,7 +102,7 @@ jobs:
102102
103103
- name: Initialize CodeQL
104104
if: inputs.build_codeql == true && steps.skip_check.outputs.should_skip != 'true'
105-
uses: github/codeql-action/init@461ef6c76dfe95d5c364de2f431ddbd31a417628
105+
uses: github/codeql-action/init@6db8d6351fd0be61f9ed8ebd12ccd35dcec51fea
106106
with:
107107
languages: 'cpp'
108108

@@ -226,4 +226,4 @@ jobs:
226226

227227
- name: Perform CodeQL Analysis
228228
if: inputs.build_codeql == true && steps.skip_check.outputs.should_skip != 'true'
229-
uses: github/codeql-action/analyze@461ef6c76dfe95d5c364de2f431ddbd31a417628
229+
uses: github/codeql-action/analyze@6db8d6351fd0be61f9ed8ebd12ccd35dcec51fea

.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@461ef6c76dfe95d5c364de2f431ddbd31a417628
79+
uses: github/codeql-action/upload-sarif@6db8d6351fd0be61f9ed8ebd12ccd35dcec51fea
8080
with:
8181
sarif_file: results.sarif

0 commit comments

Comments
 (0)