Skip to content

build: update angular shared dev-infra code to 6127cf1 #30792

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/assistant-to-the-branch-manager.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ jobs:
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3.0.2
with:
persist-credentials: false
- uses: angular/dev-infra/github-actions/branch-manager@37d8497aae68a91201a69c715a8d8ca09d081aab
- uses: angular/dev-infra/github-actions/branch-manager@6127cf117a8ed42945a7d8c09bc225851d58ef94
with:
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
8 changes: 4 additions & 4 deletions .github/workflows/ci.material-aio.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@37d8497aae68a91201a69c715a8d8ca09d081aab
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@6127cf117a8ed42945a7d8c09bc225851d58ef94
- name: Install node modules
run: yarn install --immutable
- name: Execute Linting
Expand All @@ -38,7 +38,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@37d8497aae68a91201a69c715a8d8ca09d081aab
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@6127cf117a8ed42945a7d8c09bc225851d58ef94
- name: Install node modules
run: yarn install --immutable
- name: Execute Direct Production Build (deploy usage)
Expand All @@ -50,7 +50,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@37d8497aae68a91201a69c715a8d8ca09d081aab
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@6127cf117a8ed42945a7d8c09bc225851d58ef94
- name: Install node modules
run: yarn install --immutable
- name: Execute Tests
Expand All @@ -67,7 +67,7 @@ jobs:
runs-on: ubuntu-22.04 # Note, fails on Ubuntu 24.04. see https://github.com/actions/runner-images/issues/10636
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@37d8497aae68a91201a69c715a8d8ca09d081aab
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@6127cf117a8ed42945a7d8c09bc225851d58ef94
- name: Install node modules
run: yarn install --immutable
- name: Execute Lighthouse Audit
Expand Down
62 changes: 31 additions & 31 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@37d8497aae68a91201a69c715a8d8ca09d081aab
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@6127cf117a8ed42945a7d8c09bc225851d58ef94
with:
cache-node-modules: true
- name: Install node modules
Expand Down Expand Up @@ -54,13 +54,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@37d8497aae68a91201a69c715a8d8ca09d081aab
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@6127cf117a8ed42945a7d8c09bc225851d58ef94
with:
cache-node-modules: true
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@37d8497aae68a91201a69c715a8d8ca09d081aab
uses: angular/dev-infra/github-actions/bazel/setup@6127cf117a8ed42945a7d8c09bc225851d58ef94
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@37d8497aae68a91201a69c715a8d8ca09d081aab
uses: angular/dev-infra/github-actions/bazel/configure-remote@6127cf117a8ed42945a7d8c09bc225851d58ef94
with:
google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
- name: Install node modules
Expand All @@ -77,13 +77,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@37d8497aae68a91201a69c715a8d8ca09d081aab
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@6127cf117a8ed42945a7d8c09bc225851d58ef94
with:
cache-node-modules: true
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@37d8497aae68a91201a69c715a8d8ca09d081aab
uses: angular/dev-infra/github-actions/bazel/setup@6127cf117a8ed42945a7d8c09bc225851d58ef94
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@37d8497aae68a91201a69c715a8d8ca09d081aab
uses: angular/dev-infra/github-actions/bazel/configure-remote@6127cf117a8ed42945a7d8c09bc225851d58ef94
with:
google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
- name: Install node modules
Expand All @@ -100,13 +100,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@37d8497aae68a91201a69c715a8d8ca09d081aab
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@6127cf117a8ed42945a7d8c09bc225851d58ef94
with:
cache-node-modules: true
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@37d8497aae68a91201a69c715a8d8ca09d081aab
uses: angular/dev-infra/github-actions/bazel/setup@6127cf117a8ed42945a7d8c09bc225851d58ef94
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@37d8497aae68a91201a69c715a8d8ca09d081aab
uses: angular/dev-infra/github-actions/bazel/configure-remote@6127cf117a8ed42945a7d8c09bc225851d58ef94
with:
google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
- name: Install node modules
Expand All @@ -124,13 +124,13 @@ jobs:
runs-on: ubuntu-latest-4core
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@37d8497aae68a91201a69c715a8d8ca09d081aab
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@6127cf117a8ed42945a7d8c09bc225851d58ef94
with:
cache-node-modules: true
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@37d8497aae68a91201a69c715a8d8ca09d081aab
uses: angular/dev-infra/github-actions/bazel/setup@6127cf117a8ed42945a7d8c09bc225851d58ef94
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@37d8497aae68a91201a69c715a8d8ca09d081aab
uses: angular/dev-infra/github-actions/bazel/configure-remote@6127cf117a8ed42945a7d8c09bc225851d58ef94
with:
google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
- name: Install node modules
Expand All @@ -147,13 +147,13 @@ jobs:
runs-on: ubuntu-latest-4core
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@37d8497aae68a91201a69c715a8d8ca09d081aab
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@6127cf117a8ed42945a7d8c09bc225851d58ef94
with:
cache-node-modules: true
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@37d8497aae68a91201a69c715a8d8ca09d081aab
uses: angular/dev-infra/github-actions/bazel/setup@6127cf117a8ed42945a7d8c09bc225851d58ef94
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@37d8497aae68a91201a69c715a8d8ca09d081aab
uses: angular/dev-infra/github-actions/bazel/configure-remote@6127cf117a8ed42945a7d8c09bc225851d58ef94
with:
google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
- name: Install node modules
Expand All @@ -170,13 +170,13 @@ jobs:
runs-on: ubuntu-latest-16core
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@37d8497aae68a91201a69c715a8d8ca09d081aab
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@6127cf117a8ed42945a7d8c09bc225851d58ef94
with:
cache-node-modules: true
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@37d8497aae68a91201a69c715a8d8ca09d081aab
uses: angular/dev-infra/github-actions/bazel/setup@6127cf117a8ed42945a7d8c09bc225851d58ef94
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@37d8497aae68a91201a69c715a8d8ca09d081aab
uses: angular/dev-infra/github-actions/bazel/configure-remote@6127cf117a8ed42945a7d8c09bc225851d58ef94
with:
google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
- name: Install node modules
Expand All @@ -195,13 +195,13 @@ jobs:
runs-on: ubuntu-latest-16core
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@37d8497aae68a91201a69c715a8d8ca09d081aab
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@6127cf117a8ed42945a7d8c09bc225851d58ef94
with:
cache-node-modules: true
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@37d8497aae68a91201a69c715a8d8ca09d081aab
uses: angular/dev-infra/github-actions/bazel/setup@6127cf117a8ed42945a7d8c09bc225851d58ef94
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@37d8497aae68a91201a69c715a8d8ca09d081aab
uses: angular/dev-infra/github-actions/bazel/configure-remote@6127cf117a8ed42945a7d8c09bc225851d58ef94
with:
google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
- name: Install node modules
Expand All @@ -218,13 +218,13 @@ jobs:
runs-on: ubuntu-latest-4core
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@37d8497aae68a91201a69c715a8d8ca09d081aab
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@6127cf117a8ed42945a7d8c09bc225851d58ef94
with:
cache-node-modules: true
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@37d8497aae68a91201a69c715a8d8ca09d081aab
uses: angular/dev-infra/github-actions/bazel/setup@6127cf117a8ed42945a7d8c09bc225851d58ef94
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@37d8497aae68a91201a69c715a8d8ca09d081aab
uses: angular/dev-infra/github-actions/bazel/configure-remote@6127cf117a8ed42945a7d8c09bc225851d58ef94
- name: Install node modules
run: yarn install --frozen-lockfile
- name: Build and Verify Release Output
Expand All @@ -249,17 +249,17 @@ jobs:
runs-on: ubuntu-latest-4core
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@37d8497aae68a91201a69c715a8d8ca09d081aab
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@6127cf117a8ed42945a7d8c09bc225851d58ef94
with:
cache-node-modules: true
# See: https://github.com/puppeteer/puppeteer/pull/13196 and
# https://chromium.googlesource.com/chromium/src/+/main/docs/security/apparmor-userns-restrictions.md.
- name: Disable AppArmor
run: echo 0 | sudo tee /proc/sys/kernel/apparmor_restrict_unprivileged_userns
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@37d8497aae68a91201a69c715a8d8ca09d081aab
uses: angular/dev-infra/github-actions/bazel/setup@6127cf117a8ed42945a7d8c09bc225851d58ef94
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@37d8497aae68a91201a69c715a8d8ca09d081aab
uses: angular/dev-infra/github-actions/bazel/configure-remote@6127cf117a8ed42945a7d8c09bc225851d58ef94
- name: Install node modules
run: yarn install --frozen-lockfile
- name: Build and Verify Release Output
Expand Down Expand Up @@ -287,14 +287,14 @@ jobs:
CI_RUNNER_NUMBER: ${{ github.run_id }}
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@37d8497aae68a91201a69c715a8d8ca09d081aab
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@6127cf117a8ed42945a7d8c09bc225851d58ef94
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@37d8497aae68a91201a69c715a8d8ca09d081aab
uses: angular/dev-infra/github-actions/bazel/setup@6127cf117a8ed42945a7d8c09bc225851d58ef94
- name: Setup Browserstack Variables
uses: angular/dev-infra/github-actions/browserstack@37d8497aae68a91201a69c715a8d8ca09d081aab
uses: angular/dev-infra/github-actions/browserstack@6127cf117a8ed42945a7d8c09bc225851d58ef94
- name: Run tests on Browserstack
run: ./scripts/circleci/run-browserstack-tests.sh
6 changes: 3 additions & 3 deletions .github/workflows/deploy-dev-app-main-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@37d8497aae68a91201a69c715a8d8ca09d081aab
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@6127cf117a8ed42945a7d8c09bc225851d58ef94
with:
cache-node-modules: true
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@37d8497aae68a91201a69c715a8d8ca09d081aab
uses: angular/dev-infra/github-actions/bazel/setup@6127cf117a8ed42945a7d8c09bc225851d58ef94
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@37d8497aae68a91201a69c715a8d8ca09d081aab
uses: angular/dev-infra/github-actions/bazel/configure-remote@6127cf117a8ed42945a7d8c09bc225851d58ef94
- name: Install node modules
run: yarn install --frozen-lockfile

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/dev-infra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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@37d8497aae68a91201a69c715a8d8ca09d081aab
- uses: angular/dev-infra/github-actions/commit-message-based-labels@6127cf117a8ed42945a7d8c09bc225851d58ef94
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@37d8497aae68a91201a69c715a8d8ca09d081aab
- uses: angular/dev-infra/github-actions/post-approval-changes@6127cf117a8ed42945a7d8c09bc225851d58ef94
with:
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
2 changes: 1 addition & 1 deletion .github/workflows/google-internal-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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@37d8497aae68a91201a69c715a8d8ca09d081aab
- uses: angular/dev-infra/github-actions/google-internal-tests@6127cf117a8ed42945a7d8c09bc225851d58ef94
with:
run-tests-guide-url: http://go/angular-material-presubmit
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/pr.material-aio.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@37d8497aae68a91201a69c715a8d8ca09d081aab
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@6127cf117a8ed42945a7d8c09bc225851d58ef94
- name: Install node modules
run: yarn install --immutable
- name: Execute Linting
Expand All @@ -36,7 +36,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@37d8497aae68a91201a69c715a8d8ca09d081aab
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@6127cf117a8ed42945a7d8c09bc225851d58ef94
- name: Install node modules
run: yarn install --immutable
- name: Execute Direct Production Build (deploy usage)
Expand All @@ -48,7 +48,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@37d8497aae68a91201a69c715a8d8ca09d081aab
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@6127cf117a8ed42945a7d8c09bc225851d58ef94
- name: Install node modules
run: yarn install --immutable
- name: Execute Tests
Expand All @@ -65,7 +65,7 @@ jobs:
runs-on: ubuntu-22.04 # Note, fails on Ubuntu 24.04. see https://github.com/actions/runner-images/issues/10636
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@37d8497aae68a91201a69c715a8d8ca09d081aab
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@6127cf117a8ed42945a7d8c09bc225851d58ef94
- name: Install node modules
run: yarn install --immutable
- name: Execute Lighthouse Audit
Expand Down
Loading
Loading