Skip to content

Commit 5ca65be

Browse files
build(deps): update github/codeql-action action to v4.31.10 (#75)
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 a39f371 commit 5ca65be

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/mega-lint.yml

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

7474
- name: Upload MegaLinter scan results to GitHub Security tab
7575
if: success() || failure()
76-
uses: github/codeql-action/upload-sarif@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 # v4.31.9
76+
uses: github/codeql-action/upload-sarif@cdefb33c0f6224e58673d9004f47f7cb3e328b89 # v4.31.10
7777
with:
7878
sarif_file: "megalinter-reports/megalinter-report.sarif"

.github/workflows/openssf-scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,6 @@ jobs:
8282
# Upload the results to GitHub's code scanning dashboard (optional).
8383
# Commenting out will disable upload of results to your repo's Code Scanning dashboard
8484
- name: "Upload to code-scanning"
85-
uses: github/codeql-action/upload-sarif@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 # v4.31.9
85+
uses: github/codeql-action/upload-sarif@cdefb33c0f6224e58673d9004f47f7cb3e328b89 # v4.31.10
8686
with:
8787
sarif_file: results.sarif

0 commit comments

Comments
 (0)