From 8051a4b54abbeaa87b65127ccd48bc3443ad31c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 07:22:59 +0000 Subject: [PATCH] Bump actions/checkout from 4.1.3 to 4.1.4 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.3 to 4.1.4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/1d96c772d19495a3b5c517cd2bc0cb401ea0529f...0ad4b8fadaa221de15dcec353f45205ec38ea70b) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/no-response_publish.yaml | 2 +- .github/workflows/no-response_test.yaml | 2 +- .github/workflows/scorecards-analysis.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/no-response_publish.yaml b/.github/workflows/no-response_publish.yaml index 0dbbf46c6..3bd3e8c86 100644 --- a/.github/workflows/no-response_publish.yaml +++ b/.github/workflows/no-response_publish.yaml @@ -20,7 +20,7 @@ jobs: if: ${{ github.repository == 'flutter/cocoon' }} steps: - name: Checkout - uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f + uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b with: ref: ${{ github.event.release.tag_name }} sparse-checkout: 'gh_actions/third_party/no-response' diff --git a/.github/workflows/no-response_test.yaml b/.github/workflows/no-response_test.yaml index b9d03e028..98b20a9eb 100644 --- a/.github/workflows/no-response_test.yaml +++ b/.github/workflows/no-response_test.yaml @@ -15,7 +15,7 @@ jobs: if: ${{ github.repository == 'flutter/cocoon' }} steps: - name: Checkout - uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f + uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b with: ref: ${{ github.event.release.tag_name }} sparse-checkout: 'gh_actions/third_party/no-response' diff --git a/.github/workflows/scorecards-analysis.yml b/.github/workflows/scorecards-analysis.yml index c83a4a1c6..877f8fefb 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@1d96c772d19495a3b5c517cd2bc0cb401ea0529f + uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b with: persist-credentials: false