diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4209fd8cd0..8e0b4919ed 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -32,7 +32,7 @@ jobs: # Checkout gallery code and get packages. - name: Checkout gallery code - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c + uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 - run: flutter pub get - run: flutter build ${{ matrix.target }} diff --git a/.github/workflows/release_deploy_play_store.yml b/.github/workflows/release_deploy_play_store.yml index a72a34293e..47a89b7860 100644 --- a/.github/workflows/release_deploy_play_store.yml +++ b/.github/workflows/release_deploy_play_store.yml @@ -29,7 +29,7 @@ jobs: # Checkout gallery code and get packages. - name: Checkout gallery code - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c + uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 - run: flutter pub get # Setup Ruby, Bundler, and Gemfile dependencies diff --git a/.github/workflows/release_deploy_web.yml b/.github/workflows/release_deploy_web.yml index 8d516e7d12..52ddd1d026 100644 --- a/.github/workflows/release_deploy_web.yml +++ b/.github/workflows/release_deploy_web.yml @@ -34,7 +34,7 @@ jobs: # Checkout gallery code and get packages. - name: Checkout gallery code - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c + uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 - run: flutter pub get # Build and deploy (by default, to staging). diff --git a/.github/workflows/release_draft_github_release.yml b/.github/workflows/release_draft_github_release.yml index ab5e8efd5c..00d947d113 100644 --- a/.github/workflows/release_draft_github_release.yml +++ b/.github/workflows/release_draft_github_release.yml @@ -91,7 +91,7 @@ jobs: - run: flutter doctor -v # Checkout gallery code, recreate missing files, and get packages. - name: Checkout gallery code - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c + uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 - run: flutter create . - run: flutter pub get diff --git a/.github/workflows/scorecards-analysis.yml b/.github/workflows/scorecards-analysis.yml index e819ca30d1..f6d44651a6 100644 --- a/.github/workflows/scorecards-analysis.yml +++ b/.github/workflows/scorecards-analysis.yml @@ -22,7 +22,7 @@ jobs: steps: - name: "Checkout code" - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c + uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 with: persist-credentials: false diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 32c7b7d4a9..96b66aece4 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -25,7 +25,7 @@ jobs: # Checkout gallery code and get packages. - name: Checkout gallery code - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c + uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 - run: flutter pub get # Analyze, check formatting, and run unit tests. @@ -49,7 +49,7 @@ jobs: # Checkout gallery code and get packages. - name: Checkout gallery code - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c + uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 - run: flutter pub get - run: flutter test test_benchmarks @@ -67,7 +67,7 @@ jobs: # Checkout gallery code and get packages. - name: Checkout gallery code - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c + uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 - run: flutter pub get # Run the golden tests and upload failed test artifacts.