Skip to content

Commit 528fea7

Browse files
angular-robotthePunderWoman
authored andcommitted
build: update cross-repo angular dependencies (angular#51127)
See associated pull request for more information. PR Close angular#51127
1 parent 39899fe commit 528fea7

17 files changed

+2087
-1675
lines changed

.github/workflows/aio-preview-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
2626
- uses: ./.github/actions/yarn-install
2727

28-
- uses: angular/dev-infra/github-actions/setup-bazel-remote-exec@97cb376945b07e37671e3b38ee727ff00dc1394b
28+
- uses: angular/dev-infra/github-actions/setup-bazel-remote-exec@9353f48e03c07b828820ad1b79d8fb3ac84d096c
2929
with:
3030
bazelrc: ./.bazelrc.user
3131

@@ -34,7 +34,7 @@ jobs:
3434
# the number of concurrent actions is determined based on the host resources.
3535
- run: bazel build //aio:build --jobs=32 --announce_rc --verbose_failures
3636

37-
- uses: angular/dev-infra/github-actions/deploy-previews/pack-and-upload-artifact@97cb376945b07e37671e3b38ee727ff00dc1394b
37+
- uses: angular/dev-infra/github-actions/deploy-previews/pack-and-upload-artifact@9353f48e03c07b828820ad1b79d8fb3ac84d096c
3838
with:
3939
workflow-artifact-name: 'aio'
4040
pull-number: '${{github.event.pull_request.number}}'

.github/workflows/aio-preview-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
npx -y firebase-tools@latest target:clear --project ${{env.PREVIEW_PROJECT}} hosting aio
3535
npx -y firebase-tools@latest target:apply --project ${{env.PREVIEW_PROJECT}} hosting aio ${{env.PREVIEW_SITE}}
3636
37-
- uses: angular/dev-infra/github-actions/deploy-previews/upload-artifacts-to-firebase@97cb376945b07e37671e3b38ee727ff00dc1394b
37+
- uses: angular/dev-infra/github-actions/deploy-previews/upload-artifacts-to-firebase@9353f48e03c07b828820ad1b79d8fb3ac84d096c
3838
with:
3939
github-token: '${{secrets.GITHUB_TOKEN}}'
4040
workflow-artifact-name: 'aio'

.github/workflows/assistant-to-the-branch-manager.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ jobs:
1616
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
1717
with:
1818
persist-credentials: false
19-
- uses: angular/dev-infra/github-actions/branch-manager@97cb376945b07e37671e3b38ee727ff00dc1394b
19+
- uses: angular/dev-infra/github-actions/branch-manager@9353f48e03c07b828820ad1b79d8fb3ac84d096c
2020
with:
2121
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}

.github/workflows/benchmark-compare.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838

3939
- uses: ./.github/actions/yarn-install
4040

41-
- uses: angular/dev-infra/github-actions/setup-bazel-remote-exec@97cb376945b07e37671e3b38ee727ff00dc1394b
41+
- uses: angular/dev-infra/github-actions/setup-bazel-remote-exec@9353f48e03c07b828820ad1b79d8fb3ac84d096c
4242
with:
4343
bazelrc: ./.bazelrc.user
4444

.github/workflows/ci.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
runs-on: ubuntu-latest
2424
steps:
2525
- name: Initialize environment
26-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@45de46d9ba0e0689b7a846fd31ec9e241807ca71
26+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@9353f48e03c07b828820ad1b79d8fb3ac84d096c
2727
with:
2828
cache-node-modules: true
2929
node-module-directories: |
@@ -60,13 +60,13 @@ jobs:
6060
runs-on: ubuntu-latest
6161
steps:
6262
- name: Initialize environment
63-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@45de46d9ba0e0689b7a846fd31ec9e241807ca71
63+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@9353f48e03c07b828820ad1b79d8fb3ac84d096c
6464
with:
6565
cache-node-modules: true
6666
- name: Setup Bazel
67-
uses: angular/dev-infra/github-actions/bazel/setup@45de46d9ba0e0689b7a846fd31ec9e241807ca71
67+
uses: angular/dev-infra/github-actions/bazel/setup@9353f48e03c07b828820ad1b79d8fb3ac84d096c
6868
- name: Setup Bazel RBE
69-
uses: angular/dev-infra/github-actions/bazel/configure-remote@45de46d9ba0e0689b7a846fd31ec9e241807ca71
69+
uses: angular/dev-infra/github-actions/bazel/configure-remote@9353f48e03c07b828820ad1b79d8fb3ac84d096c
7070
- name: Install node modules
7171
run: yarn install --frozen-lockfile
7272
- name: Run unit tests
@@ -78,13 +78,13 @@ jobs:
7878
runs-on: windows-latest
7979
steps:
8080
- name: Initialize environment
81-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@45de46d9ba0e0689b7a846fd31ec9e241807ca71
81+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@9353f48e03c07b828820ad1b79d8fb3ac84d096c
8282
with:
8383
cache-node-modules: true
8484
- name: Setup Bazel
85-
uses: angular/dev-infra/github-actions/bazel/setup@45de46d9ba0e0689b7a846fd31ec9e241807ca71
85+
uses: angular/dev-infra/github-actions/bazel/setup@9353f48e03c07b828820ad1b79d8fb3ac84d096c
8686
- name: Setup Bazel Remote Caching
87-
uses: angular/dev-infra/github-actions/bazel/configure-remote@45de46d9ba0e0689b7a846fd31ec9e241807ca71
87+
uses: angular/dev-infra/github-actions/bazel/configure-remote@9353f48e03c07b828820ad1b79d8fb3ac84d096c
8888
- name: Install node modules
8989
run: yarn install --frozen-lockfile --network-timeout 100000
9090
- name: Test all windows CI targets

.github/workflows/dev-infra.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
16-
- uses: angular/dev-infra/github-actions/commit-message-based-labels@97cb376945b07e37671e3b38ee727ff00dc1394b
16+
- uses: angular/dev-infra/github-actions/commit-message-based-labels@9353f48e03c07b828820ad1b79d8fb3ac84d096c
1717
with:
1818
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
1919
post_approval_changes:
2020
runs-on: ubuntu-latest
2121
steps:
2222
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
23-
- uses: angular/dev-infra/github-actions/post-approval-changes@97cb376945b07e37671e3b38ee727ff00dc1394b
23+
- uses: angular/dev-infra/github-actions/post-approval-changes@9353f48e03c07b828820ad1b79d8fb3ac84d096c
2424
with:
2525
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}

.github/workflows/feature-requests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ jobs:
1414
if: github.repository == 'angular/angular'
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: angular/dev-infra/github-actions/feature-request@97cb376945b07e37671e3b38ee727ff00dc1394b
17+
- uses: angular/dev-infra/github-actions/feature-request@9353f48e03c07b828820ad1b79d8fb3ac84d096c
1818
with:
1919
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}

.github/workflows/google-internal-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
16-
- uses: angular/dev-infra/github-actions/google-internal-tests@97cb376945b07e37671e3b38ee727ff00dc1394b
16+
- uses: angular/dev-infra/github-actions/google-internal-tests@9353f48e03c07b828820ad1b79d8fb3ac84d096c
1717
with:
1818
run-tests-guide-url: http://go/angular-g3sync-start
1919
github-token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/merge-ready-status.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ jobs:
99
status:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: angular/dev-infra/github-actions/unified-status-check@97cb376945b07e37671e3b38ee727ff00dc1394b
12+
- uses: angular/dev-infra/github-actions/unified-status-check@9353f48e03c07b828820ad1b79d8fb3ac84d096c
1313
with:
1414
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}

.github/workflows/update-cli-help.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
env:
3333
ANGULAR_CLI_BUILDS_READONLY_GITHUB_TOKEN: ${{ secrets.ANGULAR_CLI_BUILDS_READONLY_GITHUB_TOKEN }}
3434
- name: Create a PR (if necessary)
35-
uses: angular/dev-infra/github-actions/create-pr-for-changes@97cb376945b07e37671e3b38ee727ff00dc1394b
35+
uses: angular/dev-infra/github-actions/create-pr-for-changes@9353f48e03c07b828820ad1b79d8fb3ac84d096c
3636
with:
3737
branch-prefix: update-cli-help
3838
pr-title: 'docs: update Angular CLI help [${{github.ref_name}}]'

0 commit comments

Comments
 (0)