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