From 4c3afe3e4b05388f0892d7205c43281e2ec3c075 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Sep 2023 07:46:47 +0000 Subject: [PATCH] Bump actions/checkout from 4.0.0 to 4.1.0 Closes https://github.com/dart-lang/sdk/pull/53598 GitOrigin-RevId: f2a877da032e836f2efd4c12ccbd6c8423144fad Change-Id: I60718720ae23ed3c2ec1ac6f44629f735e33fb84 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/327660 Reviewed-by: Alexander Thomas --- .github/workflows/scorecards-analysis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/scorecards-analysis.yml b/.github/workflows/scorecards-analysis.yml index f45667c3b40..0f022fda855 100644 --- a/.github/workflows/scorecards-analysis.yml +++ b/.github/workflows/scorecards-analysis.yml @@ -23,7 +23,7 @@ jobs: steps: - name: "Checkout code" - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac + uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 with: persist-credentials: false