From 2faed63fedfa79711f30482a92fa90eed6a549ad Mon Sep 17 00:00:00 2001 From: Angular Robot Date: Tue, 12 Aug 2025 14:12:35 +0000 Subject: [PATCH] build: update actions/checkout action to v5 (#63116) See associated pull request for more information. PR Close #63116 --- .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 90b7100cc70..bdd80f83af7 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