From b2f4eaecd0f3c80994faed7ba51a8b0006fb7b21 Mon Sep 17 00:00:00 2001 From: "quant-ranger[bot]" <132915763+quant-ranger[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 15:47:49 +0000 Subject: [PATCH] chore: Fix GitHub Actions findings with zizmor --- .github/dependabot.yml | 2 ++ .github/workflows/scorecard.yml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 3891848..549c9f0 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,3 +8,5 @@ updates: gh-actions: patterns: - "*" + cooldown: + default-days: 7 diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index ca9a186..eaebebe 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -74,6 +74,6 @@ jobs: # Upload the results to GitHub's code scanning dashboard (optional). # Commenting out will disable upload of results to your repo's Code Scanning dashboard - name: "Upload to code-scanning" - uses: github/codeql-action/upload-sarif@89a39a4e59826350b863aa6b6252a07ad50cf83e # v3.29.5 + uses: github/codeql-action/upload-sarif@89a39a4e59826350b863aa6b6252a07ad50cf83e # v4.32.4 with: sarif_file: results.sarif