Skip to content

Commit ef6da83

Browse files
Update github/codeql-action action to v4.31.11 (release-5.3) (#8966)
Update github/codeql-action action to v4.31.11 | datasource | package | from | to | | ----------- | -------------------- | -------- | -------- | | github-tags | github/codeql-action | v4.31.10 | v4.31.11 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b3099c8 commit ef6da83

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/image-promotion.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ jobs:
161161
fi
162162
163163
- name: Upload SARIF file
164-
uses: github/codeql-action/upload-sarif@cdefb33c0f6224e58673d9004f47f7cb3e328b89 # v4.31.10
164+
uses: github/codeql-action/upload-sarif@19b2f06db2b6f5108140aeb04014ef02b648f789 # v4.31.11
165165
if: steps.check-sarif.outputs.sarif_has_results == 'true'
166166
with:
167167
sarif_file: govulncheck.sarif
@@ -441,7 +441,7 @@ jobs:
441441
overwrite: true
442442

443443
- name: Upload Scan results to GitHub Security tab
444-
uses: github/codeql-action/upload-sarif@cdefb33c0f6224e58673d9004f47f7cb3e328b89 # v4.31.10
444+
uses: github/codeql-action/upload-sarif@19b2f06db2b6f5108140aeb04014ef02b648f789 # v4.31.11
445445
with:
446446
sarif_file: "${{ steps.directory.outputs.directory }}/"
447447

@@ -557,7 +557,7 @@ jobs:
557557
overwrite: true
558558

559559
- name: Upload Scan results to GitHub Security tab
560-
uses: github/codeql-action/upload-sarif@cdefb33c0f6224e58673d9004f47f7cb3e328b89 # v4.31.10
560+
uses: github/codeql-action/upload-sarif@19b2f06db2b6f5108140aeb04014ef02b648f789 # v4.31.11
561561
with:
562562
sarif_file: "${{ steps.directory.outputs.directory }}/"
563563

@@ -680,7 +680,7 @@ jobs:
680680
overwrite: true
681681

682682
- name: Upload Scan results to GitHub Security tab
683-
uses: github/codeql-action/upload-sarif@cdefb33c0f6224e58673d9004f47f7cb3e328b89 # v4.31.10
683+
uses: github/codeql-action/upload-sarif@19b2f06db2b6f5108140aeb04014ef02b648f789 # v4.31.11
684684
with:
685685
sarif_file: "${{ steps.directory.outputs.directory }}/"
686686
continue-on-error: true

.github/workflows/scorecards.yml

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

5858
# Upload the results to GitHub's code scanning dashboard.
5959
- name: "Upload to code-scanning"
60-
uses: github/codeql-action/upload-sarif@cdefb33c0f6224e58673d9004f47f7cb3e328b89 # v4.31.10
60+
uses: github/codeql-action/upload-sarif@19b2f06db2b6f5108140aeb04014ef02b648f789 # v4.31.11
6161
with:
6262
sarif_file: results.sarif

0 commit comments

Comments
 (0)