diff --git a/.github/workflows/no-response_publish.yaml b/.github/workflows/no-response_publish.yaml index 1db562f0a..7734def0f 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@d632683dd7b4114ad314bca15554477dd762a938 + uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 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 8b1057dff..bffc4f499 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@d632683dd7b4114ad314bca15554477dd762a938 + uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 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 5e693f5dc..d500dd08b 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@d632683dd7b4114ad314bca15554477dd762a938 + uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 with: persist-credentials: false