From 6c9f7633229a8484d2319c81bee662b6cc5012ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 03:47:57 +0000 Subject: [PATCH] Bump actions/checkout Bumps [actions/checkout](https://github.com/actions/checkout) from 3df4ab11eba7bda6032a0b82a6bb43b11571feac to 163217dfcd28294438ea1c1c149cfaf66eec283e. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/3df4ab11eba7bda6032a0b82a6bb43b11571feac...163217dfcd28294438ea1c1c149cfaf66eec283e) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yaml | 22 +++++++++---------- .github/workflows/daily-dev-bump.yaml | 2 +- .../workflows/flutter-candidate-update.yaml | 2 +- .github/workflows/flutter-prep.yaml | 2 +- .github/workflows/scorecards-analysis.yml | 2 +- .github/workflows/workflow-bot-cleanup.yaml | 2 +- 6 files changed, 16 insertions(+), 16 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index f3b0e9179a6..fe9c624913d 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@163217dfcd28294438ea1c1c149cfaf66eec283e - 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@163217dfcd28294438ea1c1c149cfaf66eec283e 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@163217dfcd28294438ea1c1c149cfaf66eec283e - 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@163217dfcd28294438ea1c1c149cfaf66eec283e - 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@163217dfcd28294438ea1c1c149cfaf66eec283e - 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@163217dfcd28294438ea1c1c149cfaf66eec283e - 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@163217dfcd28294438ea1c1c149cfaf66eec283e - 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@163217dfcd28294438ea1c1c149cfaf66eec283e - 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@163217dfcd28294438ea1c1c149cfaf66eec283e - 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@163217dfcd28294438ea1c1c149cfaf66eec283e # # - name: tool/ci/bots.sh # env: @@ -325,7 +325,7 @@ jobs: # - integration_dart2js # steps: # - name: git clone -# uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac +# uses: actions/checkout@163217dfcd28294438ea1c1c149cfaf66eec283e # - 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..fd2640b2b91 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@163217dfcd28294438ea1c1c149cfaf66eec283e with: ref: master diff --git a/.github/workflows/flutter-candidate-update.yaml b/.github/workflows/flutter-candidate-update.yaml index bb298b48564..8ce2ac932fb 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@163217dfcd28294438ea1c1c149cfaf66eec283e with: ref: master diff --git a/.github/workflows/flutter-prep.yaml b/.github/workflows/flutter-prep.yaml index a42dc98abf3..dc7c7f073b3 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@163217dfcd28294438ea1c1c149cfaf66eec283e - name: Get Latest Flutter Candidate id: flutter-candidate diff --git a/.github/workflows/scorecards-analysis.yml b/.github/workflows/scorecards-analysis.yml index 417327d3af7..0307b3dd2f5 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@163217dfcd28294438ea1c1c149cfaf66eec283e with: persist-credentials: false diff --git a/.github/workflows/workflow-bot-cleanup.yaml b/.github/workflows/workflow-bot-cleanup.yaml index 2cf24a14cba..f037f20c2f4 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@163217dfcd28294438ea1c1c149cfaf66eec283e with: sparse-checkout: | README.md