From d8becc5ce78dd9a2100a9fead3ee6019092cd47f Mon Sep 17 00:00:00 2001 From: Angular Robot Date: Tue, 12 Aug 2025 05:05:11 +0000 Subject: [PATCH] build: update actions/checkout action to v5 See associated pull request for more information. --- .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 31ade5dbee58..696a26067ec8 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -25,7 +25,7 @@ jobs: steps: - name: 'Checkout code' - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 with: persist-credentials: false