From ddbf0d786c261a39dd647a5fcc208fb002240513 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 07:14:16 +0000 Subject: [PATCH] Bump actions/checkout from 4.1.3 to 4.1.5 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.3 to 4.1.5. - [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...44c2b7a8a4ea60a981eaca3cf939b5f4305c123b) --- 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..8cb78a0bc 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@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b 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..571f0bf98 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@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b 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..7ca25ad7b 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@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b with: persist-credentials: false