diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 4a253a23710..ce5bb4f7d9d 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -27,7 +27,7 @@ jobs: fail-fast: false steps: - name: git clone - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab + uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 - name: Load Cached Flutter SDK uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 with: @@ -54,7 +54,7 @@ jobs: - test_dart2js steps: - name: git clone - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab + uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 - name: Load Cached Flutter SDK uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 with: @@ -81,7 +81,7 @@ jobs: steps: - name: git clone - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab + uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 - name: Load Cached Flutter SDK uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 with: @@ -114,7 +114,7 @@ jobs: - integration_dart2js steps: - name: git clone - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab + uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 - name: Load Cached Flutter SDK uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 with: @@ -144,7 +144,7 @@ jobs: # - test_dart2js # steps: # - name: git clone -# uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab +# uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # # - name: tool/bots.sh # env: @@ -164,7 +164,7 @@ jobs: # - integration_dart2js # steps: # - name: git clone -# uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab +# uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # - name: tool/bots.sh # env: # BOT: ${{ matrix.bot }} diff --git a/.github/workflows/daily-dev-bump.yaml b/.github/workflows/daily-dev-bump.yaml index 06426ec2d59..b114d926be1 100644 --- a/.github/workflows/daily-dev-bump.yaml +++ b/.github/workflows/daily-dev-bump.yaml @@ -36,7 +36,7 @@ jobs: runs-on: ubuntu-latest steps: - name: git clone devtools - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab + uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 with: ref: master diff --git a/.github/workflows/dcm.yaml b/.github/workflows/dcm.yaml index 5ef21deb680..06f3679b402 100644 --- a/.github/workflows/dcm.yaml +++ b/.github/workflows/dcm.yaml @@ -39,7 +39,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Clone Flutter DevTools - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab + uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 with: ref: "${{ github.event.pull_request.sha }}" - name: Load Cached Flutter SDK diff --git a/.github/workflows/flutter-prep.yaml b/.github/workflows/flutter-prep.yaml index 6fb5099098b..5bdc6f25464 100644 --- a/.github/workflows/flutter-prep.yaml +++ b/.github/workflows/flutter-prep.yaml @@ -42,14 +42,14 @@ jobs: - name: Checkout PR branch for DevTools if: ${{ inputs.needs-checkout-merge == true }} id: checkout-pr-branch - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab + uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 with: ref: "${{ github.event.pull_request.sha }}" # Otherwise use the default checkout action. - name: Checkout DevTools (default) if: steps.checkout-pr-branch.outcome == 'skipped' - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab + uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 - name: Get Latest Flutter Candidate id: flutter-candidate diff --git a/.github/workflows/scorecards-analysis.yml b/.github/workflows/scorecards-analysis.yml index a6978691cb8..a87ea066a47 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@8e5e7e5ab8b370d6c329ec480221332ada57f0ab + uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 with: persist-credentials: false