From 410cda34a9536f79f3821fbcb1db07f0eda31102 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Dec 2025 15:04:56 +0000 Subject: [PATCH] Bump actions/checkout Bumps [actions/checkout](https://github.com/actions/checkout) from 09d2acae674a48949e3602304ab46fd20ae0c42f to 8e8c483db84b4bee98b60c0593521ed34d9990e8. - [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/09d2acae674a48949e3602304ab46fd20ae0c42f...8e8c483db84b4bee98b60c0593521ed34d9990e8) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 8e8c483db84b4bee98b60c0593521ed34d9990e8 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yaml | 24 +++++++++---------- .github/workflows/daily-dev-bump.yaml | 2 +- .../workflows/flutter-candidate-update.yaml | 2 +- .github/workflows/flutter-prep.yaml | 2 +- .github/workflows/workflow-bot-cleanup.yaml | 2 +- 5 files changed, 16 insertions(+), 16 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 0ac5255f054..fafc831ca7b 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@09d2acae674a48949e3602304ab46fd20ae0c42f + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 - name: Load Cached Flutter SDK uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf with: @@ -57,7 +57,7 @@ jobs: fail-fast: false steps: - name: Clone Flutter DevTools - uses: actions/checkout@09d2acae674a48949e3602304ab46fd20ae0c42f + 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@09d2acae674a48949e3602304ab46fd20ae0c42f + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 - name: Load Cached Flutter SDK uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf with: @@ -119,7 +119,7 @@ jobs: os: [ubuntu-latest, windows-latest] steps: - name: git clone - uses: actions/checkout@09d2acae674a48949e3602304ab46fd20ae0c42f + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 - name: Load Cached Flutter SDK uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf with: @@ -144,7 +144,7 @@ jobs: os: [ubuntu-latest, windows-latest] steps: - name: git clone - uses: actions/checkout@09d2acae674a48949e3602304ab46fd20ae0c42f + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 - name: Load Cached Flutter SDK uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf with: @@ -171,7 +171,7 @@ jobs: steps: - name: git clone - uses: actions/checkout@09d2acae674a48949e3602304ab46fd20ae0c42f + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 - name: Load Cached Flutter SDK uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf with: @@ -242,7 +242,7 @@ jobs: shard: 3/3 steps: - name: git clone - uses: actions/checkout@09d2acae674a48949e3602304ab46fd20ae0c42f + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 - name: Load Cached Flutter SDK uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf with: @@ -276,7 +276,7 @@ jobs: os: [ubuntu-latest, windows-latest] steps: - name: git clone - uses: actions/checkout@09d2acae674a48949e3602304ab46fd20ae0c42f + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 - name: Load Cached Flutter SDK uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf with: @@ -297,7 +297,7 @@ jobs: fail-fast: false steps: - name: git clone - uses: actions/checkout@09d2acae674a48949e3602304ab46fd20ae0c42f + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 - name: Load Cached Flutter SDK uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf with: @@ -315,7 +315,7 @@ jobs: fail-fast: false steps: - name: git clone - uses: actions/checkout@09d2acae674a48949e3602304ab46fd20ae0c42f + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 - name: Load Cached Flutter SDK uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf with: @@ -338,7 +338,7 @@ jobs: # - test_dart2js # steps: # - name: git clone -# uses: actions/checkout@09d2acae674a48949e3602304ab46fd20ae0c42f +# uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # # - name: tool/ci/bots.sh # env: @@ -358,7 +358,7 @@ jobs: # - integration_dart2js # steps: # - name: git clone -# uses: actions/checkout@09d2acae674a48949e3602304ab46fd20ae0c42f +# 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 dafe9c51116..eb8e00ddf1d 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@09d2acae674a48949e3602304ab46fd20ae0c42f + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 with: ref: master diff --git a/.github/workflows/flutter-candidate-update.yaml b/.github/workflows/flutter-candidate-update.yaml index 7dc4a66fb4b..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@09d2acae674a48949e3602304ab46fd20ae0c42f + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 with: ref: master diff --git a/.github/workflows/flutter-prep.yaml b/.github/workflows/flutter-prep.yaml index e2d44e78611..40c5808477a 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@09d2acae674a48949e3602304ab46fd20ae0c42f + 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 a7f4d4c52e3..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@09d2acae674a48949e3602304ab46fd20ae0c42f + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 with: sparse-checkout: | README.md