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