From d21a1fbbd5a40dadbd0a68094261326e53dcc550 Mon Sep 17 00:00:00 2001 From: Joey Perrott Date: Wed, 20 Nov 2024 12:57:28 -0700 Subject: [PATCH] ci: update to latest actions from angular/dev-infra (#30054) Update to latest commit --- .github/workflows/ci.yml | 68 +++++++++---------- .../workflows/deploy-dev-app-main-push.yml | 6 +- .github/workflows/dev-infra.yml | 4 +- .github/workflows/google-internal-tests.yml | 2 +- .github/workflows/pr.yml | 62 ++++++++--------- .github/workflows/preview-build-dev-app.yml | 8 +-- .github/workflows/preview-deploy-dev-app.yml | 2 +- .github/workflows/scheduled-ci.yml | 14 ++-- 8 files changed, 83 insertions(+), 83 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bf3db89a1b31..c11a6db71e99 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@06f921f45143638238432a624ff7bc14497be1ec with: cache-node-modules: true - name: Install node modules @@ -54,13 +54,13 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@06f921f45143638238432a624ff7bc14497be1ec with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d + uses: angular/dev-infra/github-actions/bazel/setup@06f921f45143638238432a624ff7bc14497be1ec - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d + uses: angular/dev-infra/github-actions/bazel/configure-remote@06f921f45143638238432a624ff7bc14497be1ec - name: Install node modules run: yarn install --frozen-lockfile - name: Check API Goldens @@ -75,13 +75,13 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@06f921f45143638238432a624ff7bc14497be1ec with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d + uses: angular/dev-infra/github-actions/bazel/setup@06f921f45143638238432a624ff7bc14497be1ec - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d + uses: angular/dev-infra/github-actions/bazel/configure-remote@06f921f45143638238432a624ff7bc14497be1ec - name: Install node modules run: yarn install --frozen-lockfile - name: Run e2e tests @@ -96,13 +96,13 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@06f921f45143638238432a624ff7bc14497be1ec with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d + uses: angular/dev-infra/github-actions/bazel/setup@06f921f45143638238432a624ff7bc14497be1ec - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d + uses: angular/dev-infra/github-actions/bazel/configure-remote@06f921f45143638238432a624ff7bc14497be1ec - name: Install node modules run: yarn install --frozen-lockfile - name: Run integration tests @@ -120,13 +120,13 @@ jobs: runs-on: ubuntu-latest-4core steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@06f921f45143638238432a624ff7bc14497be1ec with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d + uses: angular/dev-infra/github-actions/bazel/setup@06f921f45143638238432a624ff7bc14497be1ec - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d + uses: angular/dev-infra/github-actions/bazel/configure-remote@06f921f45143638238432a624ff7bc14497be1ec - name: Install node modules run: yarn install --frozen-lockfile - name: Run linker AOT tests @@ -141,13 +141,13 @@ jobs: runs-on: ubuntu-latest-4core steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@06f921f45143638238432a624ff7bc14497be1ec with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d + uses: angular/dev-infra/github-actions/bazel/setup@06f921f45143638238432a624ff7bc14497be1ec - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d + uses: angular/dev-infra/github-actions/bazel/configure-remote@06f921f45143638238432a624ff7bc14497be1ec - name: Install node modules run: yarn install --frozen-lockfile - name: Run linker JIT tests @@ -162,13 +162,13 @@ jobs: runs-on: ubuntu-latest-16core steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@06f921f45143638238432a624ff7bc14497be1ec with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d + uses: angular/dev-infra/github-actions/bazel/setup@06f921f45143638238432a624ff7bc14497be1ec - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d + uses: angular/dev-infra/github-actions/bazel/configure-remote@06f921f45143638238432a624ff7bc14497be1ec - name: Install node modules run: yarn install --frozen-lockfile - name: Run tests @@ -183,13 +183,13 @@ jobs: runs-on: ubuntu-latest-16core steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@06f921f45143638238432a624ff7bc14497be1ec with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d + uses: angular/dev-infra/github-actions/bazel/setup@06f921f45143638238432a624ff7bc14497be1ec - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d + uses: angular/dev-infra/github-actions/bazel/configure-remote@06f921f45143638238432a624ff7bc14497be1ec - name: Install node modules run: yarn install --frozen-lockfile - name: Run tests @@ -204,13 +204,13 @@ jobs: runs-on: ubuntu-latest-4core steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@06f921f45143638238432a624ff7bc14497be1ec with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d + uses: angular/dev-infra/github-actions/bazel/setup@06f921f45143638238432a624ff7bc14497be1ec - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d + uses: angular/dev-infra/github-actions/bazel/configure-remote@06f921f45143638238432a624ff7bc14497be1ec - name: Install node modules run: yarn install --frozen-lockfile - name: Build and Verify Release Output @@ -235,13 +235,13 @@ jobs: runs-on: ubuntu-latest-4core steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@06f921f45143638238432a624ff7bc14497be1ec with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d + uses: angular/dev-infra/github-actions/bazel/setup@06f921f45143638238432a624ff7bc14497be1ec - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d + uses: angular/dev-infra/github-actions/bazel/configure-remote@06f921f45143638238432a624ff7bc14497be1ec - name: Install node modules run: yarn install --frozen-lockfile - name: Build and Verify Release Output @@ -270,15 +270,15 @@ jobs: CI_RUNNER_NUMBER: ${{ github.run_id }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@06f921f45143638238432a624ff7bc14497be1ec with: cache-node-modules: true - name: Install node modules run: yarn install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d + uses: angular/dev-infra/github-actions/bazel/setup@06f921f45143638238432a624ff7bc14497be1ec - name: Setup Saucelabs Variables - uses: angular/dev-infra/github-actions/saucelabs@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d + uses: angular/dev-infra/github-actions/saucelabs@06f921f45143638238432a624ff7bc14497be1ec - name: Run tests on Saucelabs run: ./scripts/circleci/run-saucelabs-tests.sh @@ -290,14 +290,14 @@ jobs: CI_RUNNER_NUMBER: ${{ github.run_id }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@06f921f45143638238432a624ff7bc14497be1ec with: cache-node-modules: true - name: Install node modules run: yarn install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d + uses: angular/dev-infra/github-actions/bazel/setup@06f921f45143638238432a624ff7bc14497be1ec - name: Setup Saucelabs Variables - uses: angular/dev-infra/github-actions/browserstack@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d + uses: angular/dev-infra/github-actions/browserstack@06f921f45143638238432a624ff7bc14497be1ec - name: Run tests on Browserstack run: ./scripts/circleci/run-browserstack-tests.sh diff --git a/.github/workflows/deploy-dev-app-main-push.yml b/.github/workflows/deploy-dev-app-main-push.yml index a09b9508a173..188b8a6af66d 100644 --- a/.github/workflows/deploy-dev-app-main-push.yml +++ b/.github/workflows/deploy-dev-app-main-push.yml @@ -17,13 +17,13 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@06f921f45143638238432a624ff7bc14497be1ec with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d + uses: angular/dev-infra/github-actions/bazel/setup@06f921f45143638238432a624ff7bc14497be1ec - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d + uses: angular/dev-infra/github-actions/bazel/configure-remote@06f921f45143638238432a624ff7bc14497be1ec - name: Install node modules run: yarn install --frozen-lockfile diff --git a/.github/workflows/dev-infra.yml b/.github/workflows/dev-infra.yml index 368b598f55e3..d3a593e1a63e 100644 --- a/.github/workflows/dev-infra.yml +++ b/.github/workflows/dev-infra.yml @@ -12,13 +12,13 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3.0.2 - - uses: angular/dev-infra/github-actions/commit-message-based-labels@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d + - uses: angular/dev-infra/github-actions/commit-message-based-labels@06f921f45143638238432a624ff7bc14497be1ec with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} post_approval_changes: runs-on: ubuntu-latest steps: - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3.0.2 - - uses: angular/dev-infra/github-actions/post-approval-changes@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d + - uses: angular/dev-infra/github-actions/post-approval-changes@06f921f45143638238432a624ff7bc14497be1ec with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/google-internal-tests.yml b/.github/workflows/google-internal-tests.yml index b06078948d9b..6da369566b3e 100644 --- a/.github/workflows/google-internal-tests.yml +++ b/.github/workflows/google-internal-tests.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3.1.0 - - uses: angular/dev-infra/github-actions/google-internal-tests@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d + - uses: angular/dev-infra/github-actions/google-internal-tests@06f921f45143638238432a624ff7bc14497be1ec with: run-tests-guide-url: http://go/angular-material-presubmit github-token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index e648a3a3b29b..28b44409a743 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -19,7 +19,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@06f921f45143638238432a624ff7bc14497be1ec with: cache-node-modules: true - name: Install node modules @@ -53,13 +53,13 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@06f921f45143638238432a624ff7bc14497be1ec with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d + uses: angular/dev-infra/github-actions/bazel/setup@06f921f45143638238432a624ff7bc14497be1ec - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d + uses: angular/dev-infra/github-actions/bazel/configure-remote@06f921f45143638238432a624ff7bc14497be1ec - name: Install node modules run: yarn install --frozen-lockfile - name: Check API Goldens @@ -69,13 +69,13 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@06f921f45143638238432a624ff7bc14497be1ec with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d + uses: angular/dev-infra/github-actions/bazel/setup@06f921f45143638238432a624ff7bc14497be1ec - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d + uses: angular/dev-infra/github-actions/bazel/configure-remote@06f921f45143638238432a624ff7bc14497be1ec - name: Install node modules run: yarn install --frozen-lockfile - name: Run e2e tests @@ -85,13 +85,13 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@06f921f45143638238432a624ff7bc14497be1ec with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d + uses: angular/dev-infra/github-actions/bazel/setup@06f921f45143638238432a624ff7bc14497be1ec - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d + uses: angular/dev-infra/github-actions/bazel/configure-remote@06f921f45143638238432a624ff7bc14497be1ec - name: Install node modules run: yarn install --frozen-lockfile - name: Run integration tests @@ -104,13 +104,13 @@ jobs: runs-on: ubuntu-latest-4core steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@06f921f45143638238432a624ff7bc14497be1ec with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d + uses: angular/dev-infra/github-actions/bazel/setup@06f921f45143638238432a624ff7bc14497be1ec - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d + uses: angular/dev-infra/github-actions/bazel/configure-remote@06f921f45143638238432a624ff7bc14497be1ec - name: Install node modules run: yarn install --frozen-lockfile - name: Run linker AOT tests @@ -120,13 +120,13 @@ jobs: runs-on: ubuntu-latest-4core steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@06f921f45143638238432a624ff7bc14497be1ec with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d + uses: angular/dev-infra/github-actions/bazel/setup@06f921f45143638238432a624ff7bc14497be1ec - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d + uses: angular/dev-infra/github-actions/bazel/configure-remote@06f921f45143638238432a624ff7bc14497be1ec - name: Install node modules run: yarn install --frozen-lockfile - name: Run linker JIT tests @@ -136,13 +136,13 @@ jobs: runs-on: ubuntu-latest-16core steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@06f921f45143638238432a624ff7bc14497be1ec with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d + uses: angular/dev-infra/github-actions/bazel/setup@06f921f45143638238432a624ff7bc14497be1ec - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d + uses: angular/dev-infra/github-actions/bazel/configure-remote@06f921f45143638238432a624ff7bc14497be1ec - name: Install node modules run: yarn install --frozen-lockfile - name: Run tests @@ -152,13 +152,13 @@ jobs: runs-on: ubuntu-latest-16core steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@06f921f45143638238432a624ff7bc14497be1ec with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d + uses: angular/dev-infra/github-actions/bazel/setup@06f921f45143638238432a624ff7bc14497be1ec - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d + uses: angular/dev-infra/github-actions/bazel/configure-remote@06f921f45143638238432a624ff7bc14497be1ec - name: Install node modules run: yarn install --frozen-lockfile - name: Run tests @@ -168,13 +168,13 @@ jobs: runs-on: ubuntu-latest-4core steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@06f921f45143638238432a624ff7bc14497be1ec with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d + uses: angular/dev-infra/github-actions/bazel/setup@06f921f45143638238432a624ff7bc14497be1ec - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d + uses: angular/dev-infra/github-actions/bazel/configure-remote@06f921f45143638238432a624ff7bc14497be1ec - name: Install node modules run: yarn install --frozen-lockfile - name: Build and Verify Release Output @@ -198,7 +198,7 @@ jobs: CI_RUNNER_NUMBER: ${{ github.run_id }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@06f921f45143638238432a624ff7bc14497be1ec with: cache-node-modules: true # Checking out the pull request commit is intended here as we need to run the changed code tests. @@ -206,9 +206,9 @@ jobs: - name: Install node modules run: yarn install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d + uses: angular/dev-infra/github-actions/bazel/setup@06f921f45143638238432a624ff7bc14497be1ec - name: Setup Saucelabs Variables - uses: angular/dev-infra/github-actions/saucelabs@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d + uses: angular/dev-infra/github-actions/saucelabs@06f921f45143638238432a624ff7bc14497be1ec - name: Run tests on Saucelabs run: ./scripts/circleci/run-saucelabs-tests.sh @@ -220,7 +220,7 @@ jobs: CI_RUNNER_NUMBER: ${{ github.run_id }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@06f921f45143638238432a624ff7bc14497be1ec with: cache-node-modules: true # Checking out the pull request commit is intended here as we need to run the changed code tests. @@ -228,8 +228,8 @@ jobs: - name: Install node modules run: yarn install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d + uses: angular/dev-infra/github-actions/bazel/setup@06f921f45143638238432a624ff7bc14497be1ec - name: Setup Saucelabs Variables - uses: angular/dev-infra/github-actions/browserstack@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d + uses: angular/dev-infra/github-actions/browserstack@06f921f45143638238432a624ff7bc14497be1ec - name: Run tests on Browserstack run: ./scripts/circleci/run-browserstack-tests.sh diff --git a/.github/workflows/preview-build-dev-app.yml b/.github/workflows/preview-build-dev-app.yml index a253e82052ad..6f9384a13356 100644 --- a/.github/workflows/preview-build-dev-app.yml +++ b/.github/workflows/preview-build-dev-app.yml @@ -23,18 +23,18 @@ jobs: (github.event.action == 'synchronize' && contains(github.event.pull_request.labels.*.name, 'dev-app preview')) steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@06f921f45143638238432a624ff7bc14497be1ec with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d + uses: angular/dev-infra/github-actions/bazel/setup@06f921f45143638238432a624ff7bc14497be1ec - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d + uses: angular/dev-infra/github-actions/bazel/configure-remote@06f921f45143638238432a624ff7bc14497be1ec # Build the web package - run: bazel build //src/dev-app:web_package --symlink_prefix=dist/ - - uses: angular/dev-infra/github-actions/previews/pack-and-upload-artifact@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d + - uses: angular/dev-infra/github-actions/previews/pack-and-upload-artifact@06f921f45143638238432a624ff7bc14497be1ec with: workflow-artifact-name: 'dev-app' pull-number: '${{github.event.pull_request.number}}' diff --git a/.github/workflows/preview-deploy-dev-app.yml b/.github/workflows/preview-deploy-dev-app.yml index 336a1c78a9d1..44d96ff6c744 100644 --- a/.github/workflows/preview-deploy-dev-app.yml +++ b/.github/workflows/preview-deploy-dev-app.yml @@ -33,7 +33,7 @@ jobs: npx -y firebase-tools@latest target:clear --project ${{env.PREVIEW_PROJECT}} hosting dev-app npx -y firebase-tools@latest target:apply --project ${{env.PREVIEW_PROJECT}} hosting dev-app ${{env.PREVIEW_SITE}} - - uses: angular/dev-infra/github-actions/previews/upload-artifacts-to-firebase@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d + - uses: angular/dev-infra/github-actions/previews/upload-artifacts-to-firebase@06f921f45143638238432a624ff7bc14497be1ec with: github-token: '${{secrets.GITHUB_TOKEN}}' workflow-artifact-name: 'dev-app' diff --git a/.github/workflows/scheduled-ci.yml b/.github/workflows/scheduled-ci.yml index 73f49915f634..db5eaacf2eec 100644 --- a/.github/workflows/scheduled-ci.yml +++ b/.github/workflows/scheduled-ci.yml @@ -19,13 +19,13 @@ jobs: runs-on: ubuntu-latest-4core steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@06f921f45143638238432a624ff7bc14497be1ec with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d + uses: angular/dev-infra/github-actions/bazel/setup@06f921f45143638238432a624ff7bc14497be1ec - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d + uses: angular/dev-infra/github-actions/bazel/configure-remote@06f921f45143638238432a624ff7bc14497be1ec - name: Setting up Angular snapshot builds # Angular snapshots must be set up first so that the yarn install properly # updates the yarn.lock as expected with the changes @@ -44,13 +44,13 @@ jobs: runs-on: ubuntu-latest-4core steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@06f921f45143638238432a624ff7bc14497be1ec with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d + uses: angular/dev-infra/github-actions/bazel/setup@06f921f45143638238432a624ff7bc14497be1ec - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d + uses: angular/dev-infra/github-actions/bazel/configure-remote@06f921f45143638238432a624ff7bc14497be1ec - name: Setting up Angular snapshot builds # Angular snapshots must be set up first so that the yarn install properly # updates the yarn.lock as expected with the changes @@ -71,7 +71,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@06f921f45143638238432a624ff7bc14497be1ec with: cache-node-modules: true - name: Install node modules