From f64b18675ba5cd9587ad24ad3ec3bfd9777b503a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 Dec 2023 19:45:25 +0000 Subject: [PATCH] Update actions/checkout action to v4 --- .github/workflows/test-scorecard.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-scorecard.yml b/.github/workflows/test-scorecard.yml index 3936ec9..1ccb2f7 100644 --- a/.github/workflows/test-scorecard.yml +++ b/.github/workflows/test-scorecard.yml @@ -33,7 +33,7 @@ jobs: steps: - name: "Checkout code" - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v3.1.0 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 with: persist-credentials: false