diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index d4110031cd2..46b578b6401 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -36,7 +36,7 @@ jobs: os: [ubuntu-latest, windows-latest] steps: - name: git clone - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 - name: Load Cached Flutter SDK uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 with: @@ -57,7 +57,7 @@ jobs: fail-fast: false steps: - name: Clone Flutter DevTools - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 with: ref: "${{ github.event.pull_request.head.sha }}" - name: Load Cached Flutter SDK @@ -97,7 +97,7 @@ jobs: os: [ubuntu-latest, windows-latest] steps: - name: git clone - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 - name: Load Cached Flutter SDK uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 with: @@ -119,7 +119,7 @@ jobs: os: [ubuntu-latest, windows-latest] steps: - name: git clone - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 - name: Load Cached Flutter SDK uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 with: @@ -144,7 +144,7 @@ jobs: os: [ubuntu-latest, windows-latest] steps: - name: git clone - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 - name: Load Cached Flutter SDK uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 with: @@ -171,7 +171,7 @@ jobs: steps: - name: git clone - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 - name: Load Cached Flutter SDK uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 with: @@ -243,7 +243,7 @@ jobs: shard: 3/3 steps: - name: git clone - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 - name: Load Cached Flutter SDK uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 with: @@ -277,7 +277,7 @@ jobs: os: [ubuntu-latest, windows-latest] steps: - name: git clone - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 - name: Load Cached Flutter SDK uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 with: @@ -302,7 +302,7 @@ jobs: os: [ubuntu-latest, windows-latest] steps: - name: git clone - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 - name: Load Cached Flutter SDK uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 with: @@ -323,7 +323,7 @@ jobs: fail-fast: false steps: - name: git clone - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 - name: Load Cached Flutter SDK uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 with: @@ -341,7 +341,7 @@ jobs: fail-fast: false steps: - name: git clone - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 - name: Load Cached Flutter SDK uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 with: @@ -364,7 +364,7 @@ jobs: # - test_dart2js # steps: # - name: git clone -# uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 +# uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # # - name: tool/ci/bots.sh # env: @@ -384,7 +384,7 @@ jobs: # - integration_dart2js # steps: # - name: git clone -# uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 +# uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # - name: tool/ci/bots.sh # env: # BOT: ${{ matrix.bot }} diff --git a/.github/workflows/daily-dev-bump.yaml b/.github/workflows/daily-dev-bump.yaml index 6651469a893..4792657b3dd 100644 --- a/.github/workflows/daily-dev-bump.yaml +++ b/.github/workflows/daily-dev-bump.yaml @@ -37,7 +37,7 @@ jobs: runs-on: ubuntu-latest steps: - name: git clone devtools - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 with: ref: master diff --git a/.github/workflows/flutter-candidate-update.yaml b/.github/workflows/flutter-candidate-update.yaml index ed2d3503fbb..9274248fef8 100644 --- a/.github/workflows/flutter-candidate-update.yaml +++ b/.github/workflows/flutter-candidate-update.yaml @@ -21,7 +21,7 @@ jobs: runs-on: ubuntu-latest steps: - name: git clone devtools - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 with: ref: master diff --git a/.github/workflows/flutter-prep.yaml b/.github/workflows/flutter-prep.yaml index 39cbc7a60fa..a92bf440067 100644 --- a/.github/workflows/flutter-prep.yaml +++ b/.github/workflows/flutter-prep.yaml @@ -35,7 +35,7 @@ jobs: # TODO(https://github.com/flutter/devtools/issues/5729) Consider caching DevTools so that we # don't check it out again is subsequent workflows. - name: Checkout DevTools (default) - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 - name: Get Latest Flutter Candidate id: flutter-candidate diff --git a/.github/workflows/workflow-bot-cleanup.yaml b/.github/workflows/workflow-bot-cleanup.yaml index 2ec2d8f03c7..921b13d1803 100644 --- a/.github/workflows/workflow-bot-cleanup.yaml +++ b/.github/workflows/workflow-bot-cleanup.yaml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Sparse checkout of the repository - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 with: sparse-checkout: | README.md