From d2a5d2359fb3c5a539a42c750ff0d0ade5c10515 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2026 21:46:32 +0000 Subject: [PATCH] chore(deps): update github-actions Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/schedule.scorecard.yml | 4 ++-- .github/workflows/workflow_call.zizmor.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/schedule.scorecard.yml b/.github/workflows/schedule.scorecard.yml index 6960ac7..9acfd06 100644 --- a/.github/workflows/schedule.scorecard.yml +++ b/.github/workflows/schedule.scorecard.yml @@ -49,7 +49,7 @@ jobs: persist-credentials: false - name: "Run analysis" - uses: ossf/scorecard-action@4eaacf0543bb3f2c246792bd56e8cdeffafb205a # v2.4.3 + uses: ossf/scorecard-action@2d1146689b8cda280b9bc96326124645441f03bc # v2.4.4 with: results_file: results.sarif results_format: sarif @@ -76,7 +76,7 @@ jobs: # Upload the results to GitHub's code scanning dashboard. - name: "Upload to code-scanning" - uses: github/codeql-action/upload-sarif@e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 # v4.37.3 + uses: github/codeql-action/upload-sarif@cdf488f595d80d6e07e03d4674febd5ab45fa938 # v4.37.9 # NOTE: Uploading SARIF requires GitHub Enterprise and GitHub Advanced Security license for private repositories. if: github.event.repository.private == false with: diff --git a/.github/workflows/workflow_call.zizmor.yml b/.github/workflows/workflow_call.zizmor.yml index ba93ace..c1eb2dc 100644 --- a/.github/workflows/workflow_call.zizmor.yml +++ b/.github/workflows/workflow_call.zizmor.yml @@ -55,7 +55,7 @@ jobs: - name: Upload to code-scanning # NOTE: Uploading SARIF requires GitHub Enterprise and GitHub Advanced Security license for private repositories. if: github.event.repository.private == false - uses: github/codeql-action/upload-sarif@e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 # v4.37.3 + uses: github/codeql-action/upload-sarif@cdf488f595d80d6e07e03d4674febd5ab45fa938 # v4.37.9 with: sarif_file: zizmor.sarif.json category: zizmor