From 83ddf32b7415158a4907048299ba5330af798db7 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:13 +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 63fc30c1..32553f89 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -10,3 +10,5 @@ updates: - "*" commit-message: prefix: ci + cooldown: + default-days: 7 diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index 097b5b08..363bdbca 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