diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index f3b0e9179a6..a5b877d641c 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@3df4ab11eba7bda6032a0b82a6bb43b11571feac + uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 - name: Load Cached Flutter SDK uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 with: @@ -48,7 +48,7 @@ jobs: fail-fast: false steps: - name: Clone Flutter DevTools - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac + uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 with: ref: "${{ github.event.pull_request.head.sha }}" - name: Load Cached Flutter SDK @@ -87,7 +87,7 @@ jobs: - devtools_shared steps: - name: git clone - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac + uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 - name: Load Cached Flutter SDK uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 with: @@ -113,7 +113,7 @@ jobs: - test_dart2js steps: - name: git clone - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac + uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 - name: Load Cached Flutter SDK uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 with: @@ -140,7 +140,7 @@ jobs: steps: - name: git clone - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac + uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 - name: Load Cached Flutter SDK uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 with: @@ -210,7 +210,7 @@ jobs: shard: 3/3 steps: - name: git clone - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac + uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 - name: Load Cached Flutter SDK uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 with: @@ -243,7 +243,7 @@ jobs: bot: [integration_dart2js] steps: - name: git clone - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac + uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 - name: Load Cached Flutter SDK uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 with: @@ -264,7 +264,7 @@ jobs: fail-fast: false steps: - name: git clone - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac + uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 - name: Load Cached Flutter SDK uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 with: @@ -282,7 +282,7 @@ jobs: fail-fast: false steps: - name: git clone - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac + uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 - name: Load Cached Flutter SDK uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 with: @@ -305,7 +305,7 @@ jobs: # - test_dart2js # steps: # - name: git clone -# uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac +# uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # # - name: tool/ci/bots.sh # env: @@ -325,7 +325,7 @@ jobs: # - integration_dart2js # steps: # - name: git clone -# uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac +# uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # - 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 6dfa38373ab..74aa252ff60 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@3df4ab11eba7bda6032a0b82a6bb43b11571feac + uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 with: ref: master diff --git a/.github/workflows/flutter-candidate-update.yaml b/.github/workflows/flutter-candidate-update.yaml index bb298b48564..8525a8eef87 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@3df4ab11eba7bda6032a0b82a6bb43b11571feac + uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 with: ref: master diff --git a/.github/workflows/flutter-prep.yaml b/.github/workflows/flutter-prep.yaml index a42dc98abf3..39752529f5a 100644 --- a/.github/workflows/flutter-prep.yaml +++ b/.github/workflows/flutter-prep.yaml @@ -29,7 +29,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@3df4ab11eba7bda6032a0b82a6bb43b11571feac + uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 - name: Get Latest Flutter Candidate id: flutter-candidate diff --git a/.github/workflows/scorecards-analysis.yml b/.github/workflows/scorecards-analysis.yml index 417327d3af7..282bff50d0c 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@3df4ab11eba7bda6032a0b82a6bb43b11571feac + uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 with: persist-credentials: false diff --git a/.github/workflows/workflow-bot-cleanup.yaml b/.github/workflows/workflow-bot-cleanup.yaml index 2cf24a14cba..91e31277cc4 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@3df4ab11eba7bda6032a0b82a6bb43b11571feac + uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 with: sparse-checkout: | README.md