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