From 3c4220941e3a42528ed906b89eb6fbee5dc84e9c Mon Sep 17 00:00:00 2001 From: Paul Hodgkinson <41705651+aegilops@users.noreply.github.com> Date: Mon, 2 Jun 2025 15:10:03 +0100 Subject: [PATCH] Update scorecard.yml --- .github/workflows/scorecard.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index e0e3552..2b8ce43 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -26,6 +26,8 @@ jobs: security-events: write # Needed for GitHub OIDC token if publish_results is true id-token: write + contents: read + actions: read steps: - name: "Checkout code"