build: update cross-repo angular dependencies

See associated pull request for more information.
This commit is contained in:
Angular Robot
2026-07-31 08:53:52 +00:00
committed by Jessica Janiuk
parent b3e03819a8
commit 115abc2191
13 changed files with 82 additions and 82 deletions
+4 -4
View File
@@ -21,17 +21,17 @@ jobs:
(github.event.action == 'synchronize' && contains(github.event.pull_request.labels.*.name, 'adev: preview'))
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@24ba9709ca4bf6548bba6a9abfe2799e90645a60 # main
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@0bbe39b8353fb9fff9fac7cfe67befbcbc0bd9c9 # main
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@24ba9709ca4bf6548bba6a9abfe2799e90645a60 # main
uses: angular/dev-infra/github-actions/bazel/setup@0bbe39b8353fb9fff9fac7cfe67befbcbc0bd9c9 # main
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@24ba9709ca4bf6548bba6a9abfe2799e90645a60 # main
uses: angular/dev-infra/github-actions/bazel/configure-remote@0bbe39b8353fb9fff9fac7cfe67befbcbc0bd9c9 # main
- name: Install node modules
run: pnpm install --frozen-lockfile
- name: Build adev
# `snapshot-build` config is used to stamp the exact version with sha in the footer.
run: pnpm bazel build //adev:build.production --config=snapshot-build
- uses: angular/dev-infra/github-actions/previews/pack-and-upload-artifact@24ba9709ca4bf6548bba6a9abfe2799e90645a60 # main
- uses: angular/dev-infra/github-actions/previews/pack-and-upload-artifact@0bbe39b8353fb9fff9fac7cfe67befbcbc0bd9c9 # main
with:
workflow-artifact-name: 'adev-preview'
pull-number: '${{github.event.pull_request.number}}'
+1 -1
View File
@@ -46,7 +46,7 @@ jobs:
npx -y firebase-tools@15.15.0 target:clear --config adev/firebase.json --project ${{env.PREVIEW_PROJECT}} hosting angular-docs
npx -y firebase-tools@15.15.0 target:apply --config adev/firebase.json --project ${{env.PREVIEW_PROJECT}} hosting angular-docs ${{env.PREVIEW_SITE}}
- uses: angular/dev-infra/github-actions/previews/upload-artifacts-to-firebase@24ba9709ca4bf6548bba6a9abfe2799e90645a60 # main
- uses: angular/dev-infra/github-actions/previews/upload-artifacts-to-firebase@0bbe39b8353fb9fff9fac7cfe67befbcbc0bd9c9 # main
with:
github-token: '${{secrets.GITHUB_TOKEN}}'
workflow-artifact-name: 'adev-preview'
@@ -18,6 +18,6 @@ jobs:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
persist-credentials: false
- uses: angular/dev-infra/github-actions/branch-manager@24ba9709ca4bf6548bba6a9abfe2799e90645a60 # main
- uses: angular/dev-infra/github-actions/branch-manager@0bbe39b8353fb9fff9fac7cfe67befbcbc0bd9c9 # main
with:
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
+2 -2
View File
@@ -50,9 +50,9 @@ jobs:
- run: pnpm install --frozen-lockfile
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@24ba9709ca4bf6548bba6a9abfe2799e90645a60 # main
uses: angular/dev-infra/github-actions/bazel/setup@0bbe39b8353fb9fff9fac7cfe67befbcbc0bd9c9 # main
- uses: angular/dev-infra/github-actions/bazel/configure-remote@24ba9709ca4bf6548bba6a9abfe2799e90645a60 # main
- uses: angular/dev-infra/github-actions/bazel/configure-remote@0bbe39b8353fb9fff9fac7cfe67befbcbc0bd9c9 # main
with:
bazelrc: ./.bazelrc.user
+25 -25
View File
@@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@24ba9709ca4bf6548bba6a9abfe2799e90645a60 # main
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@0bbe39b8353fb9fff9fac7cfe67befbcbc0bd9c9 # main
- name: Install node modules
run: pnpm install --frozen-lockfile
- name: Check code lint
@@ -41,13 +41,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@24ba9709ca4bf6548bba6a9abfe2799e90645a60 # main
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@0bbe39b8353fb9fff9fac7cfe67befbcbc0bd9c9 # main
with:
disable-package-manager-cache: true
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@24ba9709ca4bf6548bba6a9abfe2799e90645a60 # main
uses: angular/dev-infra/github-actions/bazel/setup@0bbe39b8353fb9fff9fac7cfe67befbcbc0bd9c9 # main
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@24ba9709ca4bf6548bba6a9abfe2799e90645a60 # main
uses: angular/dev-infra/github-actions/bazel/configure-remote@0bbe39b8353fb9fff9fac7cfe67befbcbc0bd9c9 # main
with:
google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
- name: Install node modules
@@ -69,11 +69,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@24ba9709ca4bf6548bba6a9abfe2799e90645a60 # main
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@0bbe39b8353fb9fff9fac7cfe67befbcbc0bd9c9 # main
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@24ba9709ca4bf6548bba6a9abfe2799e90645a60 # main
uses: angular/dev-infra/github-actions/bazel/setup@0bbe39b8353fb9fff9fac7cfe67befbcbc0bd9c9 # main
- name: Setup Bazel Remote Caching
uses: angular/dev-infra/github-actions/bazel/configure-remote@24ba9709ca4bf6548bba6a9abfe2799e90645a60 # main
uses: angular/dev-infra/github-actions/bazel/configure-remote@0bbe39b8353fb9fff9fac7cfe67befbcbc0bd9c9 # main
with:
google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
- name: Install node modules
@@ -85,11 +85,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@24ba9709ca4bf6548bba6a9abfe2799e90645a60 # main
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@0bbe39b8353fb9fff9fac7cfe67befbcbc0bd9c9 # main
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@24ba9709ca4bf6548bba6a9abfe2799e90645a60 # main
uses: angular/dev-infra/github-actions/bazel/setup@0bbe39b8353fb9fff9fac7cfe67befbcbc0bd9c9 # main
- name: Setup Bazel Remote Caching
uses: angular/dev-infra/github-actions/bazel/configure-remote@24ba9709ca4bf6548bba6a9abfe2799e90645a60 # main
uses: angular/dev-infra/github-actions/bazel/configure-remote@0bbe39b8353fb9fff9fac7cfe67befbcbc0bd9c9 # main
with:
google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
- name: Install node modules
@@ -102,11 +102,11 @@ jobs:
labels: ubuntu-latest
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@24ba9709ca4bf6548bba6a9abfe2799e90645a60 # main
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@0bbe39b8353fb9fff9fac7cfe67befbcbc0bd9c9 # main
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@24ba9709ca4bf6548bba6a9abfe2799e90645a60 # main
uses: angular/dev-infra/github-actions/bazel/setup@0bbe39b8353fb9fff9fac7cfe67befbcbc0bd9c9 # main
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@24ba9709ca4bf6548bba6a9abfe2799e90645a60 # main
uses: angular/dev-infra/github-actions/bazel/configure-remote@0bbe39b8353fb9fff9fac7cfe67befbcbc0bd9c9 # main
with:
google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
- name: Install node modules
@@ -121,11 +121,11 @@ jobs:
labels: ubuntu-latest
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@24ba9709ca4bf6548bba6a9abfe2799e90645a60 # main
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@0bbe39b8353fb9fff9fac7cfe67befbcbc0bd9c9 # main
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@24ba9709ca4bf6548bba6a9abfe2799e90645a60 # main
uses: angular/dev-infra/github-actions/bazel/setup@0bbe39b8353fb9fff9fac7cfe67befbcbc0bd9c9 # main
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@24ba9709ca4bf6548bba6a9abfe2799e90645a60 # main
uses: angular/dev-infra/github-actions/bazel/configure-remote@0bbe39b8353fb9fff9fac7cfe67befbcbc0bd9c9 # main
with:
google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
- name: Install node modules
@@ -138,11 +138,11 @@ jobs:
labels: ubuntu-latest
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@24ba9709ca4bf6548bba6a9abfe2799e90645a60 # main
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@0bbe39b8353fb9fff9fac7cfe67befbcbc0bd9c9 # main
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@24ba9709ca4bf6548bba6a9abfe2799e90645a60 # main
uses: angular/dev-infra/github-actions/bazel/setup@0bbe39b8353fb9fff9fac7cfe67befbcbc0bd9c9 # main
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@24ba9709ca4bf6548bba6a9abfe2799e90645a60 # main
uses: angular/dev-infra/github-actions/bazel/configure-remote@0bbe39b8353fb9fff9fac7cfe67befbcbc0bd9c9 # main
- name: Install node modules
run: pnpm install --frozen-lockfile
- run: echo "https://${{secrets.SNAPSHOT_BUILDS_GITHUB_TOKEN}}:@github.com" > ${HOME}/.git_credentials
@@ -154,11 +154,11 @@ jobs:
labels: ubuntu-latest
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@24ba9709ca4bf6548bba6a9abfe2799e90645a60 # main
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@0bbe39b8353fb9fff9fac7cfe67befbcbc0bd9c9 # main
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@24ba9709ca4bf6548bba6a9abfe2799e90645a60 # main
uses: angular/dev-infra/github-actions/bazel/setup@0bbe39b8353fb9fff9fac7cfe67befbcbc0bd9c9 # main
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@24ba9709ca4bf6548bba6a9abfe2799e90645a60 # main
uses: angular/dev-infra/github-actions/bazel/configure-remote@0bbe39b8353fb9fff9fac7cfe67befbcbc0bd9c9 # main
with:
google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
- name: Install node modules
@@ -198,11 +198,11 @@ jobs:
runs-on: ubuntu-latest-8core
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@24ba9709ca4bf6548bba6a9abfe2799e90645a60 # main
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@0bbe39b8353fb9fff9fac7cfe67befbcbc0bd9c9 # main
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@24ba9709ca4bf6548bba6a9abfe2799e90645a60 # main
uses: angular/dev-infra/github-actions/bazel/setup@0bbe39b8353fb9fff9fac7cfe67befbcbc0bd9c9 # main
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@24ba9709ca4bf6548bba6a9abfe2799e90645a60 # main
uses: angular/dev-infra/github-actions/bazel/configure-remote@0bbe39b8353fb9fff9fac7cfe67befbcbc0bd9c9 # main
- name: Install node modules
run: pnpm install --frozen-lockfile
- name: Build adev
+3 -3
View File
@@ -16,7 +16,7 @@ jobs:
if: github.event_name == 'pull_request_target'
runs-on: ubuntu-latest
steps:
- uses: angular/dev-infra/github-actions/labeling/pull-request@24ba9709ca4bf6548bba6a9abfe2799e90645a60 # main
- uses: angular/dev-infra/github-actions/labeling/pull-request@0bbe39b8353fb9fff9fac7cfe67befbcbc0bd9c9 # main
with:
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
labels: '{"requires: TGP": ["packages/core/primitives/**/{*,.*}"]}'
@@ -24,14 +24,14 @@ jobs:
if: github.event_name == 'pull_request_target'
runs-on: ubuntu-latest
steps:
- uses: angular/dev-infra/github-actions/post-approval-changes@24ba9709ca4bf6548bba6a9abfe2799e90645a60 # main
- uses: angular/dev-infra/github-actions/post-approval-changes@0bbe39b8353fb9fff9fac7cfe67befbcbc0bd9c9 # main
with:
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
issue_labels:
if: github.event_name == 'issues'
runs-on: ubuntu-latest
steps:
- uses: angular/dev-infra/github-actions/labeling/issue@24ba9709ca4bf6548bba6a9abfe2799e90645a60 # main
- uses: angular/dev-infra/github-actions/labeling/issue@0bbe39b8353fb9fff9fac7cfe67befbcbc0bd9c9 # main
with:
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
google-generative-ai-key: ${{ secrets.GOOGLE_GENERATIVE_AI_KEY }}
+1 -1
View File
@@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- uses: angular/dev-infra/github-actions/google-internal-tests@24ba9709ca4bf6548bba6a9abfe2799e90645a60 # main
- uses: angular/dev-infra/github-actions/google-internal-tests@0bbe39b8353fb9fff9fac7cfe67befbcbc0bd9c9 # main
with:
run-tests-guide-url: http://go/angular-g3sync-start
github-token: ${{ secrets.GITHUB_TOKEN }}
+1 -1
View File
@@ -11,6 +11,6 @@ jobs:
status:
runs-on: ubuntu-latest
steps:
- uses: angular/dev-infra/github-actions/unified-status-check@24ba9709ca4bf6548bba6a9abfe2799e90645a60 # main
- uses: angular/dev-infra/github-actions/unified-status-check@0bbe39b8353fb9fff9fac7cfe67befbcbc0bd9c9 # main
with:
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
+3 -3
View File
@@ -20,7 +20,7 @@ jobs:
workflows: ${{ steps.workflows.outputs.workflows }}
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@24ba9709ca4bf6548bba6a9abfe2799e90645a60 # main
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@0bbe39b8353fb9fff9fac7cfe67befbcbc0bd9c9 # main
- name: Install node modules
run: pnpm install --frozen-lockfile
- id: workflows
@@ -38,9 +38,9 @@ jobs:
workflow: ${{ fromJSON(needs.list.outputs.workflows) }}
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@24ba9709ca4bf6548bba6a9abfe2799e90645a60 # main
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@0bbe39b8353fb9fff9fac7cfe67befbcbc0bd9c9 # main
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@24ba9709ca4bf6548bba6a9abfe2799e90645a60 # main
uses: angular/dev-infra/github-actions/bazel/setup@0bbe39b8353fb9fff9fac7cfe67befbcbc0bd9c9 # main
- name: Install node modules
run: pnpm install --frozen-lockfile
# We utilize the google-github-actions/auth action to allow us to get an active credential using workflow
+20 -20
View File
@@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@24ba9709ca4bf6548bba6a9abfe2799e90645a60 # main
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@0bbe39b8353fb9fff9fac7cfe67befbcbc0bd9c9 # main
- name: Install node modules
run: pnpm install --frozen-lockfile
- name: Check code lint
@@ -39,7 +39,7 @@ jobs:
- name: Check code format
run: pnpm ng-dev format changed --check ${{ github.event.pull_request.base.sha }}
- name: Check Package Licenses
uses: angular/dev-infra/github-actions/linting/licenses@24ba9709ca4bf6548bba6a9abfe2799e90645a60 # main
uses: angular/dev-infra/github-actions/linting/licenses@0bbe39b8353fb9fff9fac7cfe67befbcbc0bd9c9 # main
with:
allow-dependencies-licenses: 'pkg:npm/google-protobuf@'
@@ -47,13 +47,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@24ba9709ca4bf6548bba6a9abfe2799e90645a60 # main
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@0bbe39b8353fb9fff9fac7cfe67befbcbc0bd9c9 # main
with:
disable-package-manager-cache: true
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@24ba9709ca4bf6548bba6a9abfe2799e90645a60 # main
uses: angular/dev-infra/github-actions/bazel/setup@0bbe39b8353fb9fff9fac7cfe67befbcbc0bd9c9 # main
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@24ba9709ca4bf6548bba6a9abfe2799e90645a60 # main
uses: angular/dev-infra/github-actions/bazel/configure-remote@0bbe39b8353fb9fff9fac7cfe67befbcbc0bd9c9 # main
- name: Install node modules
run: pnpm install --frozen-lockfile
- name: Run unit tests
@@ -73,11 +73,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@24ba9709ca4bf6548bba6a9abfe2799e90645a60 # main
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@0bbe39b8353fb9fff9fac7cfe67befbcbc0bd9c9 # main
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@24ba9709ca4bf6548bba6a9abfe2799e90645a60 # main
uses: angular/dev-infra/github-actions/bazel/setup@0bbe39b8353fb9fff9fac7cfe67befbcbc0bd9c9 # main
- name: Setup Bazel Remote Caching
uses: angular/dev-infra/github-actions/bazel/configure-remote@24ba9709ca4bf6548bba6a9abfe2799e90645a60 # main
uses: angular/dev-infra/github-actions/bazel/configure-remote@0bbe39b8353fb9fff9fac7cfe67befbcbc0bd9c9 # main
- name: Install node modules
run: pnpm install --frozen-lockfile
- name: Run CI tests for framework
@@ -97,11 +97,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@24ba9709ca4bf6548bba6a9abfe2799e90645a60 # main
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@0bbe39b8353fb9fff9fac7cfe67befbcbc0bd9c9 # main
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@24ba9709ca4bf6548bba6a9abfe2799e90645a60 # main
uses: angular/dev-infra/github-actions/bazel/setup@0bbe39b8353fb9fff9fac7cfe67befbcbc0bd9c9 # main
- name: Setup Bazel Remote Caching
uses: angular/dev-infra/github-actions/bazel/configure-remote@24ba9709ca4bf6548bba6a9abfe2799e90645a60 # main
uses: angular/dev-infra/github-actions/bazel/configure-remote@0bbe39b8353fb9fff9fac7cfe67befbcbc0bd9c9 # main
- name: Install node modules
run: pnpm install --frozen-lockfile
- name: Run integration CI tests for framework
@@ -112,11 +112,11 @@ jobs:
labels: ubuntu-latest
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@24ba9709ca4bf6548bba6a9abfe2799e90645a60 # main
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@0bbe39b8353fb9fff9fac7cfe67befbcbc0bd9c9 # main
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@24ba9709ca4bf6548bba6a9abfe2799e90645a60 # main
uses: angular/dev-infra/github-actions/bazel/setup@0bbe39b8353fb9fff9fac7cfe67befbcbc0bd9c9 # main
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@24ba9709ca4bf6548bba6a9abfe2799e90645a60 # main
uses: angular/dev-infra/github-actions/bazel/configure-remote@0bbe39b8353fb9fff9fac7cfe67befbcbc0bd9c9 # main
- name: Install node modules
run: pnpm install --frozen-lockfile
- name: Run tests
@@ -129,11 +129,11 @@ jobs:
labels: ubuntu-latest
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@24ba9709ca4bf6548bba6a9abfe2799e90645a60 # main
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@0bbe39b8353fb9fff9fac7cfe67befbcbc0bd9c9 # main
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@24ba9709ca4bf6548bba6a9abfe2799e90645a60 # main
uses: angular/dev-infra/github-actions/bazel/setup@0bbe39b8353fb9fff9fac7cfe67befbcbc0bd9c9 # main
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@24ba9709ca4bf6548bba6a9abfe2799e90645a60 # main
uses: angular/dev-infra/github-actions/bazel/configure-remote@0bbe39b8353fb9fff9fac7cfe67befbcbc0bd9c9 # main
- name: Install node modules
run: pnpm install --frozen-lockfile
- name: Run tests
@@ -144,11 +144,11 @@ jobs:
labels: ubuntu-latest
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@24ba9709ca4bf6548bba6a9abfe2799e90645a60 # main
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@0bbe39b8353fb9fff9fac7cfe67befbcbc0bd9c9 # main
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@24ba9709ca4bf6548bba6a9abfe2799e90645a60 # main
uses: angular/dev-infra/github-actions/bazel/setup@0bbe39b8353fb9fff9fac7cfe67befbcbc0bd9c9 # main
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@24ba9709ca4bf6548bba6a9abfe2799e90645a60 # main
uses: angular/dev-infra/github-actions/bazel/configure-remote@0bbe39b8353fb9fff9fac7cfe67befbcbc0bd9c9 # main
- name: Install node modules
run: pnpm install --frozen-lockfile
- run: |
+1 -1
View File
@@ -18,7 +18,7 @@ permissions:
jobs:
release:
uses: angular/dev-infra/.github/workflows/reusable-release.yml@24ba9709ca4bf6548bba6a9abfe2799e90645a60 # main
uses: angular/dev-infra/.github/workflows/reusable-release.yml@0bbe39b8353fb9fff9fac7cfe67befbcbc0bd9c9 # main
secrets:
wombot-token: ${{ secrets.WOMBOT_TOKEN }}
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
+3 -3
View File
@@ -18,14 +18,14 @@ bazel_dep(name = "yq.bzl", version = "0.3.6")
bazel_dep(name = "rules_angular")
git_override(
module_name = "rules_angular",
commit = "4768decdaefd4ba5206d8fa28f58d07bd8392479",
commit = "a0bbcceea19b7888114eeafe3f52f9822ca2b34a",
remote = "https://github.com/angular/rules_angular.git",
)
bazel_dep(name = "devinfra")
git_override(
module_name = "devinfra",
commit = "24ba9709ca4bf6548bba6a9abfe2799e90645a60",
commit = "0bbe39b8353fb9fff9fac7cfe67befbcbc0bd9c9",
remote = "https://github.com/angular/dev-infra.git",
)
@@ -39,7 +39,7 @@ git_override(
bazel_dep(name = "rules_browsers")
git_override(
module_name = "rules_browsers",
commit = "566c60ccb543755029c4eb5a609fc8bfe4c5fc3f",
commit = "7fe4598226334b0809d3054f6948d72df4b5ed59",
remote = "https://github.com/angular/rules_browsers.git",
)
+17 -17
View File
@@ -537,7 +537,7 @@
},
"@@rules_browsers+//browsers:extensions.bzl%browsers": {
"general": {
"bzlTransitiveDigest": "WvB7GNrQ7jlXyl3ylGtiZfdi1oNh75x3hNfjjMcyCYM=",
"bzlTransitiveDigest": "w4tgtXA7WLl79lEQFfedhl7OVEGAKFqAFLnlI5c/Rtk=",
"usagesDigest": "FmXYJVoVJlnfUU8x8gObSvu4qWcco/9Faw61aC/wBF0=",
"recordedFileInputs": {},
"recordedDirentsInputs": {},
@@ -546,9 +546,9 @@
"rules_browsers_chrome_linux": {
"repoRuleId": "@@rules_browsers+//browsers/private:browser_repo.bzl%browser_repo",
"attributes": {
"sha256": "6b76900c3a3d65f178afd23f168da6f6d8194152cec17153ac599e1bcbd3c6e2",
"sha256": "7220f7149a01e85e631cb949b03fd472eba72fe0a92c6d8dab7833dd94e0c72c",
"urls": [
"https://storage.googleapis.com/chrome-for-testing-public/153.0.7979.0/linux64/chrome-headless-shell-linux64.zip"
"https://storage.googleapis.com/chrome-for-testing-public/153.0.7981.3/linux64/chrome-headless-shell-linux64.zip"
],
"named_files": {
"CHROME-HEADLESS-SHELL": "chrome-headless-shell-linux64/chrome-headless-shell"
@@ -564,9 +564,9 @@
"rules_browsers_chrome_mac": {
"repoRuleId": "@@rules_browsers+//browsers/private:browser_repo.bzl%browser_repo",
"attributes": {
"sha256": "4cf740dc3e87bed680d1dfcb29d184866275cf7fdef2c49ad9371e02c6c5b858",
"sha256": "0d80d90379960943f3dc9f5eb966876010dd950736c97386e375581a56baf7c7",
"urls": [
"https://storage.googleapis.com/chrome-for-testing-public/153.0.7979.0/mac-x64/chrome-headless-shell-mac-x64.zip"
"https://storage.googleapis.com/chrome-for-testing-public/153.0.7981.3/mac-x64/chrome-headless-shell-mac-x64.zip"
],
"named_files": {
"CHROME-HEADLESS-SHELL": "chrome-headless-shell-mac-x64/chrome-headless-shell"
@@ -582,9 +582,9 @@
"rules_browsers_chrome_mac_arm": {
"repoRuleId": "@@rules_browsers+//browsers/private:browser_repo.bzl%browser_repo",
"attributes": {
"sha256": "9f58dab0e03988de906ece512986bf7503086cb31ad2a6a85c22e42a1be74187",
"sha256": "7fad05ead762524231ed026cf40385cba80cb3daab2973622f3533308fc045fa",
"urls": [
"https://storage.googleapis.com/chrome-for-testing-public/153.0.7979.0/mac-arm64/chrome-headless-shell-mac-arm64.zip"
"https://storage.googleapis.com/chrome-for-testing-public/153.0.7981.3/mac-arm64/chrome-headless-shell-mac-arm64.zip"
],
"named_files": {
"CHROME-HEADLESS-SHELL": "chrome-headless-shell-mac-arm64/chrome-headless-shell"
@@ -600,9 +600,9 @@
"rules_browsers_chrome_win64": {
"repoRuleId": "@@rules_browsers+//browsers/private:browser_repo.bzl%browser_repo",
"attributes": {
"sha256": "0baf0d0feacb5e683668a864467458a0a6f5e78cf7defa69c83d87fe94016874",
"sha256": "2c08f3f53115434e3dd623e2e1f1f54896fa4b2cbaf86518d7f4708dc80fe67d",
"urls": [
"https://storage.googleapis.com/chrome-for-testing-public/153.0.7979.0/win64/chrome-headless-shell-win64.zip"
"https://storage.googleapis.com/chrome-for-testing-public/153.0.7981.3/win64/chrome-headless-shell-win64.zip"
],
"named_files": {
"CHROME-HEADLESS-SHELL": "chrome-headless-shell-win64/chrome-headless-shell.exe"
@@ -618,9 +618,9 @@
"rules_browsers_chromedriver_linux": {
"repoRuleId": "@@rules_browsers+//browsers/private:browser_repo.bzl%browser_repo",
"attributes": {
"sha256": "7f2e21830d670ad1ca9e67fc296246296cab741254c0ce42abd2e1f4c6af12f2",
"sha256": "8bab44616dd81669a7a99d77c6b7e952ee3ec3bfd01ddf864cf795a880cfbd92",
"urls": [
"https://storage.googleapis.com/chrome-for-testing-public/153.0.7979.0/linux64/chromedriver-linux64.zip"
"https://storage.googleapis.com/chrome-for-testing-public/153.0.7981.3/linux64/chromedriver-linux64.zip"
],
"named_files": {
"CHROMEDRIVER": "chromedriver-linux64/chromedriver"
@@ -634,9 +634,9 @@
"rules_browsers_chromedriver_mac": {
"repoRuleId": "@@rules_browsers+//browsers/private:browser_repo.bzl%browser_repo",
"attributes": {
"sha256": "49674ac7c9479c70bd02798fe68cb97805cc86d64edc379fb96d62340547b0ac",
"sha256": "d1f8618664ec5b0433c19b36eef91b55671a1adf595ffd012da8b859c32dc7b1",
"urls": [
"https://storage.googleapis.com/chrome-for-testing-public/153.0.7979.0/mac-x64/chromedriver-mac-x64.zip"
"https://storage.googleapis.com/chrome-for-testing-public/153.0.7981.3/mac-x64/chromedriver-mac-x64.zip"
],
"named_files": {
"CHROMEDRIVER": "chromedriver-mac-x64/chromedriver"
@@ -650,9 +650,9 @@
"rules_browsers_chromedriver_mac_arm": {
"repoRuleId": "@@rules_browsers+//browsers/private:browser_repo.bzl%browser_repo",
"attributes": {
"sha256": "df00e65e5890905835a15befb593efcbcb71575ae01c5c01fc7fac05e9a65a77",
"sha256": "3c8b50af153cf6e8de8f2ec9f4b9a1ce717cd76a3ca6c82f9e736d7b705bdbe2",
"urls": [
"https://storage.googleapis.com/chrome-for-testing-public/153.0.7979.0/mac-arm64/chromedriver-mac-arm64.zip"
"https://storage.googleapis.com/chrome-for-testing-public/153.0.7981.3/mac-arm64/chromedriver-mac-arm64.zip"
],
"named_files": {
"CHROMEDRIVER": "chromedriver-mac-arm64/chromedriver"
@@ -666,9 +666,9 @@
"rules_browsers_chromedriver_win64": {
"repoRuleId": "@@rules_browsers+//browsers/private:browser_repo.bzl%browser_repo",
"attributes": {
"sha256": "caf7c63464f124a301f53bd3babd3f7553d8249886d3469687ab6d805622dac8",
"sha256": "2fdba8a5036173c57627b38df844e2f9c6634dd027eaa5a5f306033e14414e08",
"urls": [
"https://storage.googleapis.com/chrome-for-testing-public/153.0.7979.0/win64/chromedriver-win64.zip"
"https://storage.googleapis.com/chrome-for-testing-public/153.0.7981.3/win64/chromedriver-win64.zip"
],
"named_files": {
"CHROMEDRIVER": "chromedriver-win64/chromedriver.exe"