From 19c9c26a8614d539f576ba1b760a2159eee2c6e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Apr 2023 03:59:56 +0000 Subject: [PATCH] Bump actions/checkout from 3.3.0 to 3.5.1 Bumps [actions/checkout](https://github.com/actions/checkout) from 3.3.0 to 3.5.1. - [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/ac593985615ec2ede58e132d2e21d2b1cbd6127c...83b7061638ee4956cf7545a6f7efe594e5ad0247) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yaml | 14 +++++++------- .github/workflows/daily-dev-bump.yaml | 2 +- .github/workflows/scorecards-analysis.yml | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index ca50281f74d..f3789e7f5f0 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -26,7 +26,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: git clone devtools - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c + uses: actions/checkout@83b7061638ee4956cf7545a6f7efe594e5ad0247 - name: Get Latest Flutter Candidate id: flutter-candidate @@ -77,7 +77,7 @@ jobs: fail-fast: false steps: - name: git clone - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c + uses: actions/checkout@83b7061638ee4956cf7545a6f7efe594e5ad0247 - name: Load Cached Flutter SDK uses: actions/cache@v3 with: @@ -104,7 +104,7 @@ jobs: - test_dart2js steps: - name: git clone - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c + uses: actions/checkout@83b7061638ee4956cf7545a6f7efe594e5ad0247 - name: Load Cached Flutter SDK uses: actions/cache@v3 with: @@ -131,7 +131,7 @@ jobs: steps: - name: git clone - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c + uses: actions/checkout@83b7061638ee4956cf7545a6f7efe594e5ad0247 - name: Load Cached Flutter SDK uses: actions/cache@v3 with: @@ -164,7 +164,7 @@ jobs: - integration_dart2js steps: - name: git clone - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c + uses: actions/checkout@83b7061638ee4956cf7545a6f7efe594e5ad0247 - name: Load Cached Flutter SDK uses: actions/cache@v3 with: @@ -188,7 +188,7 @@ jobs: # - test_dart2js # steps: # - name: git clone -# uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c +# uses: actions/checkout@83b7061638ee4956cf7545a6f7efe594e5ad0247 # # - name: tool/bots.sh # env: @@ -208,7 +208,7 @@ jobs: # - integration_dart2js # steps: # - name: git clone -# uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c +# uses: actions/checkout@83b7061638ee4956cf7545a6f7efe594e5ad0247 # - 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 4f9cea34a3d..67724846480 100644 --- a/.github/workflows/daily-dev-bump.yaml +++ b/.github/workflows/daily-dev-bump.yaml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - name: git clone devtools - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c + uses: actions/checkout@83b7061638ee4956cf7545a6f7efe594e5ad0247 with: ref: master diff --git a/.github/workflows/scorecards-analysis.yml b/.github/workflows/scorecards-analysis.yml index f3c4fb7fc7e..b36ac90d472 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@ac593985615ec2ede58e132d2e21d2b1cbd6127c + uses: actions/checkout@83b7061638ee4956cf7545a6f7efe594e5ad0247 with: persist-credentials: false