Skip to content

Commit 103f0dd

Browse files
alan-agius4mattrbeck
authored andcommitted
build: update dev-infra github actions to 442c2fcbf06a321b5196b4c5fc70e78a49242958 (#68469)
Update dev-infra to latest version for github actions PR Close #68469
1 parent 837a710 commit 103f0dd

2 files changed

Lines changed: 44 additions & 44 deletions

File tree

.github/workflows/ci.yml

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ubuntu-latest
2222
steps:
2323
- name: Initialize environment
24-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@1f047e7dbae43ea969c2cafb53b33207e86b800f
24+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@442c2fcbf06a321b5196b4c5fc70e78a49242958
2525
with:
2626
cache-node-modules: true
2727
- name: Install node modules
@@ -41,13 +41,13 @@ jobs:
4141
runs-on: ubuntu-latest
4242
steps:
4343
- name: Initialize environment
44-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@1f047e7dbae43ea969c2cafb53b33207e86b800f
44+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@442c2fcbf06a321b5196b4c5fc70e78a49242958
4545
with:
4646
cache-node-modules: true
4747
- name: Setup Bazel
48-
uses: angular/dev-infra/github-actions/bazel/setup@1f047e7dbae43ea969c2cafb53b33207e86b800f
48+
uses: angular/dev-infra/github-actions/bazel/setup@442c2fcbf06a321b5196b4c5fc70e78a49242958
4949
- name: Setup Bazel RBE
50-
uses: angular/dev-infra/github-actions/bazel/configure-remote@1f047e7dbae43ea969c2cafb53b33207e86b800f
50+
uses: angular/dev-infra/github-actions/bazel/configure-remote@442c2fcbf06a321b5196b4c5fc70e78a49242958
5151
with:
5252
google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
5353
- name: Install node modules
@@ -61,13 +61,13 @@ jobs:
6161
runs-on: ubuntu-latest-4core
6262
steps:
6363
- name: Initialize environment
64-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@1f047e7dbae43ea969c2cafb53b33207e86b800f
64+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@442c2fcbf06a321b5196b4c5fc70e78a49242958
6565
with:
6666
cache-node-modules: true
6767
- name: Setup Bazel
68-
uses: angular/dev-infra/github-actions/bazel/setup@1f047e7dbae43ea969c2cafb53b33207e86b800f
68+
uses: angular/dev-infra/github-actions/bazel/setup@442c2fcbf06a321b5196b4c5fc70e78a49242958
6969
- name: Setup Bazel Remote Caching
70-
uses: angular/dev-infra/github-actions/bazel/configure-remote@1f047e7dbae43ea969c2cafb53b33207e86b800f
70+
uses: angular/dev-infra/github-actions/bazel/configure-remote@442c2fcbf06a321b5196b4c5fc70e78a49242958
7171
with:
7272
google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
7373
- name: Install node modules
@@ -79,13 +79,13 @@ jobs:
7979
runs-on: ubuntu-latest-4core
8080
steps:
8181
- name: Initialize environment
82-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@1f047e7dbae43ea969c2cafb53b33207e86b800f
82+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@442c2fcbf06a321b5196b4c5fc70e78a49242958
8383
with:
8484
cache-node-modules: true
8585
- name: Setup Bazel
86-
uses: angular/dev-infra/github-actions/bazel/setup@1f047e7dbae43ea969c2cafb53b33207e86b800f
86+
uses: angular/dev-infra/github-actions/bazel/setup@442c2fcbf06a321b5196b4c5fc70e78a49242958
8787
- name: Setup Bazel Remote Caching
88-
uses: angular/dev-infra/github-actions/bazel/configure-remote@1f047e7dbae43ea969c2cafb53b33207e86b800f
88+
uses: angular/dev-infra/github-actions/bazel/configure-remote@442c2fcbf06a321b5196b4c5fc70e78a49242958
8989
with:
9090
google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
9191
- name: Install node modules
@@ -98,11 +98,11 @@ jobs:
9898
labels: ubuntu-latest-4core
9999
steps:
100100
- name: Initialize environment
101-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@1f047e7dbae43ea969c2cafb53b33207e86b800f
101+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@442c2fcbf06a321b5196b4c5fc70e78a49242958
102102
- name: Setup Bazel
103-
uses: angular/dev-infra/github-actions/bazel/setup@1f047e7dbae43ea969c2cafb53b33207e86b800f
103+
uses: angular/dev-infra/github-actions/bazel/setup@442c2fcbf06a321b5196b4c5fc70e78a49242958
104104
- name: Setup Bazel RBE
105-
uses: angular/dev-infra/github-actions/bazel/configure-remote@1f047e7dbae43ea969c2cafb53b33207e86b800f
105+
uses: angular/dev-infra/github-actions/bazel/configure-remote@442c2fcbf06a321b5196b4c5fc70e78a49242958
106106
with:
107107
google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
108108
- name: Install node modules
@@ -119,13 +119,13 @@ jobs:
119119
labels: ubuntu-latest
120120
steps:
121121
- name: Initialize environment
122-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@1f047e7dbae43ea969c2cafb53b33207e86b800f
122+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@442c2fcbf06a321b5196b4c5fc70e78a49242958
123123
with:
124124
cache-node-modules: true
125125
- name: Setup Bazel
126-
uses: angular/dev-infra/github-actions/bazel/setup@1f047e7dbae43ea969c2cafb53b33207e86b800f
126+
uses: angular/dev-infra/github-actions/bazel/setup@442c2fcbf06a321b5196b4c5fc70e78a49242958
127127
- name: Setup Bazel RBE
128-
uses: angular/dev-infra/github-actions/bazel/configure-remote@1f047e7dbae43ea969c2cafb53b33207e86b800f
128+
uses: angular/dev-infra/github-actions/bazel/configure-remote@442c2fcbf06a321b5196b4c5fc70e78a49242958
129129
with:
130130
google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
131131
- name: Install node modules
@@ -139,17 +139,17 @@ jobs:
139139
labels: ubuntu-latest-4core
140140
steps:
141141
- name: Initialize environment
142-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@1f047e7dbae43ea969c2cafb53b33207e86b800f
142+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@442c2fcbf06a321b5196b4c5fc70e78a49242958
143143
with:
144144
cache-node-modules: true
145145
node-module-directories: |
146146
./node_modules
147147
./packages/zone.js/node_modules
148148
./packages/zone.js/test/typings/node_modules
149149
- name: Setup Bazel
150-
uses: angular/dev-infra/github-actions/bazel/setup@1f047e7dbae43ea969c2cafb53b33207e86b800f
150+
uses: angular/dev-infra/github-actions/bazel/setup@442c2fcbf06a321b5196b4c5fc70e78a49242958
151151
- name: Setup Bazel RBE
152-
uses: angular/dev-infra/github-actions/bazel/configure-remote@1f047e7dbae43ea969c2cafb53b33207e86b800f
152+
uses: angular/dev-infra/github-actions/bazel/configure-remote@442c2fcbf06a321b5196b4c5fc70e78a49242958
153153
with:
154154
google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
155155
- name: Install node modules
@@ -188,7 +188,7 @@ jobs:
188188
# SAUCE_TUNNEL_IDENTIFIER: angular-framework-${{ github.run_number }}
189189
# steps:
190190
# - name: Initialize environment
191-
# uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@1f047e7dbae43ea969c2cafb53b33207e86b800f
191+
# uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@442c2fcbf06a321b5196b4c5fc70e78a49242958
192192
# with:
193193
# cache-node-modules: true
194194
# - name: Install node modules
@@ -201,11 +201,11 @@ jobs:
201201
runs-on: ubuntu-latest
202202
steps:
203203
- name: Initialize environment
204-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@1f047e7dbae43ea969c2cafb53b33207e86b800f
204+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@442c2fcbf06a321b5196b4c5fc70e78a49242958
205205
- name: Setup Bazel
206-
uses: angular/dev-infra/github-actions/bazel/setup@1f047e7dbae43ea969c2cafb53b33207e86b800f
206+
uses: angular/dev-infra/github-actions/bazel/setup@442c2fcbf06a321b5196b4c5fc70e78a49242958
207207
- name: Setup Bazel RBE
208-
uses: angular/dev-infra/github-actions/bazel/configure-remote@1f047e7dbae43ea969c2cafb53b33207e86b800f
208+
uses: angular/dev-infra/github-actions/bazel/configure-remote@442c2fcbf06a321b5196b4c5fc70e78a49242958
209209
- name: Install node modules
210210
run: yarn install --frozen-lockfile
211211
- name: Build adev to ensure it continues to work

.github/workflows/pr.yml

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- name: Initialize environment
22-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@1f047e7dbae43ea969c2cafb53b33207e86b800f
22+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@442c2fcbf06a321b5196b4c5fc70e78a49242958
2323
with:
2424
cache-node-modules: true
2525
- name: Install node modules
@@ -39,21 +39,21 @@ jobs:
3939
- name: Check code format
4040
run: yarn ng-dev format changed --check ${{ github.event.pull_request.base.sha }}
4141
- name: Check Package Licenses
42-
uses: angular/dev-infra/github-actions/linting/licenses@1f047e7dbae43ea969c2cafb53b33207e86b800f
42+
uses: angular/dev-infra/github-actions/linting/licenses@442c2fcbf06a321b5196b4c5fc70e78a49242958
4343
with:
4444
allow-dependencies-licenses: 'pkg:npm/google-protobuf@'
4545

4646
devtools:
4747
runs-on: ubuntu-latest
4848
steps:
4949
- name: Initialize environment
50-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@1f047e7dbae43ea969c2cafb53b33207e86b800f
50+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@442c2fcbf06a321b5196b4c5fc70e78a49242958
5151
with:
5252
cache-node-modules: true
5353
- name: Setup Bazel
54-
uses: angular/dev-infra/github-actions/bazel/setup@1f047e7dbae43ea969c2cafb53b33207e86b800f
54+
uses: angular/dev-infra/github-actions/bazel/setup@442c2fcbf06a321b5196b4c5fc70e78a49242958
5555
- name: Setup Bazel RBE
56-
uses: angular/dev-infra/github-actions/bazel/configure-remote@1f047e7dbae43ea969c2cafb53b33207e86b800f
56+
uses: angular/dev-infra/github-actions/bazel/configure-remote@442c2fcbf06a321b5196b4c5fc70e78a49242958
5757
- name: Install node modules
5858
run: yarn install --frozen-lockfile
5959
- name: Run unit tests
@@ -65,13 +65,13 @@ jobs:
6565
runs-on: ubuntu-latest-8core
6666
steps:
6767
- name: Initialize environment
68-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@1f047e7dbae43ea969c2cafb53b33207e86b800f
68+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@442c2fcbf06a321b5196b4c5fc70e78a49242958
6969
with:
7070
cache-node-modules: true
7171
- name: Setup Bazel
72-
uses: angular/dev-infra/github-actions/bazel/setup@1f047e7dbae43ea969c2cafb53b33207e86b800f
72+
uses: angular/dev-infra/github-actions/bazel/setup@442c2fcbf06a321b5196b4c5fc70e78a49242958
7373
- name: Setup Bazel Remote Caching
74-
uses: angular/dev-infra/github-actions/bazel/configure-remote@1f047e7dbae43ea969c2cafb53b33207e86b800f
74+
uses: angular/dev-infra/github-actions/bazel/configure-remote@442c2fcbf06a321b5196b4c5fc70e78a49242958
7575
- name: Install node modules
7676
run: yarn install --frozen-lockfile --network-timeout 100000
7777
- name: Run CI tests for framework
@@ -87,13 +87,13 @@ jobs:
8787
runs-on: ubuntu-latest-4core
8888
steps:
8989
- name: Initialize environment
90-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@1f047e7dbae43ea969c2cafb53b33207e86b800f
90+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@442c2fcbf06a321b5196b4c5fc70e78a49242958
9191
with:
9292
cache-node-modules: true
9393
- name: Setup Bazel
94-
uses: angular/dev-infra/github-actions/bazel/setup@1f047e7dbae43ea969c2cafb53b33207e86b800f
94+
uses: angular/dev-infra/github-actions/bazel/setup@442c2fcbf06a321b5196b4c5fc70e78a49242958
9595
- name: Setup Bazel Remote Caching
96-
uses: angular/dev-infra/github-actions/bazel/configure-remote@1f047e7dbae43ea969c2cafb53b33207e86b800f
96+
uses: angular/dev-infra/github-actions/bazel/configure-remote@442c2fcbf06a321b5196b4c5fc70e78a49242958
9797
- name: Install node modules
9898
run: yarn install --frozen-lockfile --network-timeout 100000
9999
- name: Run integration CI tests for framework
@@ -105,13 +105,13 @@ jobs:
105105
runs-on: ubuntu-latest
106106
steps:
107107
- name: Initialize environment
108-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@1f047e7dbae43ea969c2cafb53b33207e86b800f
108+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@442c2fcbf06a321b5196b4c5fc70e78a49242958
109109
with:
110110
cache-node-modules: true
111111
- name: Setup Bazel
112-
uses: angular/dev-infra/github-actions/bazel/setup@1f047e7dbae43ea969c2cafb53b33207e86b800f
112+
uses: angular/dev-infra/github-actions/bazel/setup@442c2fcbf06a321b5196b4c5fc70e78a49242958
113113
- name: Setup Bazel Remote Caching
114-
uses: angular/dev-infra/github-actions/bazel/configure-remote@1f047e7dbae43ea969c2cafb53b33207e86b800f
114+
uses: angular/dev-infra/github-actions/bazel/configure-remote@442c2fcbf06a321b5196b4c5fc70e78a49242958
115115
- name: Install node modules
116116
run: yarn install --frozen-lockfile --network-timeout 100000
117117
- name: Build artifacts
@@ -127,11 +127,11 @@ jobs:
127127
labels: ubuntu-latest-8core
128128
steps:
129129
- name: Initialize environment
130-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@1f047e7dbae43ea969c2cafb53b33207e86b800f
130+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@442c2fcbf06a321b5196b4c5fc70e78a49242958
131131
- name: Setup Bazel
132-
uses: angular/dev-infra/github-actions/bazel/setup@1f047e7dbae43ea969c2cafb53b33207e86b800f
132+
uses: angular/dev-infra/github-actions/bazel/setup@442c2fcbf06a321b5196b4c5fc70e78a49242958
133133
- name: Setup Bazel RBE
134-
uses: angular/dev-infra/github-actions/bazel/configure-remote@1f047e7dbae43ea969c2cafb53b33207e86b800f
134+
uses: angular/dev-infra/github-actions/bazel/configure-remote@442c2fcbf06a321b5196b4c5fc70e78a49242958
135135
- name: Install node modules
136136
run: yarn install --frozen-lockfile
137137
- name: Build adev in fast mode to ensure it continues to work
@@ -146,17 +146,17 @@ jobs:
146146
labels: ubuntu-latest-4core
147147
steps:
148148
- name: Initialize environment
149-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@1f047e7dbae43ea969c2cafb53b33207e86b800f
149+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@442c2fcbf06a321b5196b4c5fc70e78a49242958
150150
with:
151151
cache-node-modules: true
152152
node-module-directories: |
153153
./node_modules
154154
./packages/zone.js/node_modules
155155
./packages/zone.js/test/typings/node_modules
156156
- name: Setup Bazel
157-
uses: angular/dev-infra/github-actions/bazel/setup@1f047e7dbae43ea969c2cafb53b33207e86b800f
157+
uses: angular/dev-infra/github-actions/bazel/setup@442c2fcbf06a321b5196b4c5fc70e78a49242958
158158
- name: Setup Bazel RBE
159-
uses: angular/dev-infra/github-actions/bazel/configure-remote@1f047e7dbae43ea969c2cafb53b33207e86b800f
159+
uses: angular/dev-infra/github-actions/bazel/configure-remote@442c2fcbf06a321b5196b4c5fc70e78a49242958
160160
- name: Install node modules
161161
run: yarn install --frozen-lockfile
162162
- run: |
@@ -193,7 +193,7 @@ jobs:
193193
# SAUCE_TUNNEL_IDENTIFIER: angular-framework-${{ github.run_number }}
194194
# steps:
195195
# - name: Initialize environment
196-
# uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@1f047e7dbae43ea969c2cafb53b33207e86b800f
196+
# uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@442c2fcbf06a321b5196b4c5fc70e78a49242958
197197
# with:
198198
# cache-node-modules: true
199199
# - name: Install node modules

0 commit comments

Comments
 (0)