From e84ad3b7d328f47a0ff369d3bb528c4719a22088 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 28 Nov 2025 14:09:15 +0000 Subject: [PATCH 1/2] dependabot.yml: update to match main configuration --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 7d27ad1a5..9cbf47a3d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -17,6 +17,8 @@ updates: - "*" allow: - dependency-type: all + cooldown: + default-days: 7 - package-ecosystem: github-actions directory: "/" multi-ecosystem-group: all @@ -24,4 +26,6 @@ updates: - "*" allow: - dependency-type: all + cooldown: + default-days: 7 From 9aaaf61f12a1b2f2d43e2bcf0e88b61ce9b6cabe Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 28 Nov 2025 14:09:15 +0000 Subject: [PATCH 2/2] actionlint.yml: update to match main configuration --- .github/workflows/actionlint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/actionlint.yml b/.github/workflows/actionlint.yml index 6e0eb6e4b..b15c5efe2 100644 --- a/.github/workflows/actionlint.yml +++ b/.github/workflows/actionlint.yml @@ -92,7 +92,7 @@ jobs: path: results.sarif - name: Upload SARIF file - uses: github/codeql-action/upload-sarif@e12f0178983d466f2f6028f5cc7a6d786fd97f4b # v4.31.4 + uses: github/codeql-action/upload-sarif@fdbfb4d2750291e159f0156def62b853c2798ca2 # v4.31.5 with: sarif_file: results.sarif category: zizmor