From e1bbb2f0301e1840a023f887763d4281ded6ab6e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 Dec 2023 09:22:45 +0000 Subject: [PATCH 1/2] Update github/codeql-action action to v3 --- .github/workflows/scorecard.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index 5f2dea9..a121f86 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -67,6 +67,6 @@ jobs: # Upload the results to GitHub's code scanning dashboard. - name: "Upload to code-scanning" - uses: github/codeql-action/upload-sarif@c0d1daa7f7e14667747d73a7dbbe8c074bc8bfe2 # v2.22.9 + uses: github/codeql-action/upload-sarif@b374143c1149a9115d881581d29b8390bbcbb59c # v3.22.11 with: sarif_file: results.sarif From 3d8ff334adf7177fff87bc1b54586644a70845af Mon Sep 17 00:00:00 2001 From: Gareth Healy Date: Thu, 14 Dec 2023 09:24:03 +0000 Subject: [PATCH 2/2] disabled dependabot by increasing interval --- .github/dependabot.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index cd51d2c..63ce24b 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -5,4 +5,4 @@ updates: directory: "/" schedule: # Check for updates to GitHub Actions every weekday - interval: "daily" + interval: "monthly"