From 419e4fb77f2f34adba6cf933f6c7b2235b03bd9a Mon Sep 17 00:00:00 2001 From: Mestery Date: Mon, 1 May 2023 21:02:03 +0000 Subject: [PATCH] meta: remove extra space in scorecard workflow MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This extra space is preventing dependabot from replacing the old version by the new one, on dependencies/actions update. PR-URL: https://github.com/nodejs/node/pull/47805 Reviewed-By: Michaƫl Zasso Reviewed-By: Marco Ippolito --- .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 84b9059017f752..17fa2672e8cc55 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -38,7 +38,7 @@ jobs: egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs - name: Checkout code - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v3.1.0 + uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v3.1.0 with: persist-credentials: false