Skip to content

Commit 79a818b

Browse files
angular-robotthePunderWoman
authored andcommitted
build: update cross-repo angular dependencies (#63877)
See associated pull request for more information. Closes #63873 as a pr takeover PR Close #63877
1 parent 8843707 commit 79a818b

27 files changed

+615
-823
lines changed

.github/actions/deploy-docs-site/main.js

Lines changed: 96 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -39781,7 +39781,7 @@ var createTokenAuth = function createTokenAuth2(token) {
3978139781
};
3978239782

3978339783
//
39784-
var VERSION4 = "7.0.3";
39784+
var VERSION4 = "7.0.4";
3978539785

3978639786
//
3978739787
var noop = () => {
@@ -40064,7 +40064,7 @@ function paginateRest(octokit) {
4006440064
paginateRest.VERSION = VERSION6;
4006540065

4006640066
//
40067-
var VERSION7 = "16.0.0";
40067+
var VERSION7 = "16.1.0";
4006840068

4006940069
//
4007040070
var Endpoints = {
@@ -40876,11 +40876,20 @@ var Endpoints = {
4087640876
removeSelectedRepoFromOrgSecret: [
4087740877
"DELETE /orgs/{org}/dependabot/secrets/{secret_name}/repositories/{repository_id}"
4087840878
],
40879+
repositoryAccessForOrg: [
40880+
"GET /organizations/{org}/dependabot/repository-access"
40881+
],
40882+
setRepositoryAccessDefaultLevel: [
40883+
"PUT /organizations/{org}/dependabot/repository-access/default-level"
40884+
],
4087940885
setSelectedReposForOrgSecret: [
4088040886
"PUT /orgs/{org}/dependabot/secrets/{secret_name}/repositories"
4088140887
],
4088240888
updateAlert: [
4088340889
"PATCH /repos/{owner}/{repo}/dependabot/alerts/{alert_number}"
40890+
],
40891+
updateRepositoryAccessForOrg: [
40892+
"PATCH /organizations/{org}/dependabot/repository-access"
4088440893
]
4088540894
},
4088640895
dependencyGraph: {
@@ -40986,6 +40995,9 @@ var Endpoints = {
4098640995
addAssignees: [
4098740996
"POST /repos/{owner}/{repo}/issues/{issue_number}/assignees"
4098840997
],
40998+
addBlockedByDependency: [
40999+
"POST /repos/{owner}/{repo}/issues/{issue_number}/dependencies/blocked_by"
41000+
],
4098941001
addLabels: ["POST /repos/{owner}/{repo}/issues/{issue_number}/labels"],
4099041002
addSubIssue: [
4099141003
"POST /repos/{owner}/{repo}/issues/{issue_number}/sub_issues"
@@ -41012,10 +41024,17 @@ var Endpoints = {
4101241024
getEvent: ["GET /repos/{owner}/{repo}/issues/events/{event_id}"],
4101341025
getLabel: ["GET /repos/{owner}/{repo}/labels/{name}"],
4101441026
getMilestone: ["GET /repos/{owner}/{repo}/milestones/{milestone_number}"],
41027+
getParent: ["GET /repos/{owner}/{repo}/issues/{issue_number}/parent"],
4101541028
list: ["GET /issues"],
4101641029
listAssignees: ["GET /repos/{owner}/{repo}/assignees"],
4101741030
listComments: ["GET /repos/{owner}/{repo}/issues/{issue_number}/comments"],
4101841031
listCommentsForRepo: ["GET /repos/{owner}/{repo}/issues/comments"],
41032+
listDependenciesBlockedBy: [
41033+
"GET /repos/{owner}/{repo}/issues/{issue_number}/dependencies/blocked_by"
41034+
],
41035+
listDependenciesBlocking: [
41036+
"GET /repos/{owner}/{repo}/issues/{issue_number}/dependencies/blocking"
41037+
],
4101941038
listEvents: ["GET /repos/{owner}/{repo}/issues/{issue_number}/events"],
4102041039
listEventsForRepo: ["GET /repos/{owner}/{repo}/issues/events"],
4102141040
listEventsForTimeline: [
@@ -41042,6 +41061,9 @@ var Endpoints = {
4104241061
removeAssignees: [
4104341062
"DELETE /repos/{owner}/{repo}/issues/{issue_number}/assignees"
4104441063
],
41064+
removeDependencyBlockedBy: [
41065+
"DELETE /repos/{owner}/{repo}/issues/{issue_number}/dependencies/blocked_by/{issue_id}"
41066+
],
4104541067
removeLabel: [
4104641068
"DELETE /repos/{owner}/{repo}/issues/{issue_number}/labels/{name}"
4104741069
],
@@ -41144,6 +41166,9 @@ var Endpoints = {
4114441166
convertMemberToOutsideCollaborator: [
4114541167
"PUT /orgs/{org}/outside_collaborators/{username}"
4114641168
],
41169+
createArtifactStorageRecord: [
41170+
"POST /orgs/{org}/artifacts/metadata/storage-record"
41171+
],
4114741172
createInvitation: ["POST /orgs/{org}/invitations"],
4114841173
createIssueType: ["POST /orgs/{org}/issue-types"],
4114941174
createOrUpdateCustomProperties: ["PATCH /orgs/{org}/properties/schema"],
@@ -41155,15 +41180,15 @@ var Endpoints = {
4115541180
],
4115641181
createWebhook: ["POST /orgs/{org}/hooks"],
4115741182
delete: ["DELETE /orgs/{org}"],
41183+
deleteAttestationsBulk: ["POST /orgs/{org}/attestations/delete-request"],
41184+
deleteAttestationsById: [
41185+
"DELETE /orgs/{org}/attestations/{attestation_id}"
41186+
],
41187+
deleteAttestationsBySubjectDigest: [
41188+
"DELETE /orgs/{org}/attestations/digest/{subject_digest}"
41189+
],
4115841190
deleteIssueType: ["DELETE /orgs/{org}/issue-types/{issue_type_id}"],
4115941191
deleteWebhook: ["DELETE /orgs/{org}/hooks/{hook_id}"],
41160-
enableOrDisableSecurityProductOnAllOrgRepos: [
41161-
"POST /orgs/{org}/{security_product}/{enablement}",
41162-
{},
41163-
{
41164-
deprecated: "octokit.rest.orgs.enableOrDisableSecurityProductOnAllOrgRepos() is deprecated, see https://docs.github.com/rest/orgs/orgs#enable-or-disable-a-security-feature-for-an-organization"
41165-
}
41166-
],
4116741192
get: ["GET /orgs/{org}"],
4116841193
getAllCustomProperties: ["GET /orgs/{org}/properties/schema"],
4116941194
getCustomProperty: [
@@ -41183,7 +41208,13 @@ var Endpoints = {
4118341208
],
4118441209
list: ["GET /organizations"],
4118541210
listAppInstallations: ["GET /orgs/{org}/installations"],
41211+
listArtifactStorageRecords: [
41212+
"GET /orgs/{org}/artifacts/{subject_digest}/metadata/storage-records"
41213+
],
4118641214
listAttestations: ["GET /orgs/{org}/attestations/{subject_digest}"],
41215+
listAttestationsBulk: [
41216+
"POST /orgs/{org}/attestations/bulk-list{?per_page,before,after}"
41217+
],
4118741218
listBlockedUsers: ["GET /orgs/{org}/blocks"],
4118841219
listCustomPropertiesValuesForRepos: ["GET /orgs/{org}/properties/values"],
4118941220
listFailedInvitations: ["GET /orgs/{org}/failed_invitations"],
@@ -41378,6 +41409,44 @@ var Endpoints = {
4137841409
"PATCH /orgs/{org}/private-registries/{secret_name}"
4137941410
]
4138041411
},
41412+
projects: {
41413+
addItemForOrg: ["POST /orgs/{org}/projectsV2/{project_number}/items"],
41414+
addItemForUser: ["POST /users/{user_id}/projectsV2/{project_number}/items"],
41415+
deleteItemForOrg: [
41416+
"DELETE /orgs/{org}/projectsV2/{project_number}/items/{item_id}"
41417+
],
41418+
deleteItemForUser: [
41419+
"DELETE /users/{user_id}/projectsV2/{project_number}/items/{item_id}"
41420+
],
41421+
getFieldForOrg: [
41422+
"GET /orgs/{org}/projectsV2/{project_number}/fields/{field_id}"
41423+
],
41424+
getFieldForUser: [
41425+
"GET /users/{user_id}/projectsV2/{project_number}/fields/{field_id}"
41426+
],
41427+
getForOrg: ["GET /orgs/{org}/projectsV2/{project_number}"],
41428+
getForUser: ["GET /users/{user_id}/projectsV2/{project_number}"],
41429+
getOrgItem: ["GET /orgs/{org}/projectsV2/{project_number}/items/{item_id}"],
41430+
getUserItem: [
41431+
"GET /users/{user_id}/projectsV2/{project_number}/items/{item_id}"
41432+
],
41433+
listFieldsForOrg: ["GET /orgs/{org}/projectsV2/{project_number}/fields"],
41434+
listFieldsForUser: [
41435+
"GET /users/{user_id}/projectsV2/{project_number}/fields"
41436+
],
41437+
listForOrg: ["GET /orgs/{org}/projectsV2"],
41438+
listForUser: ["GET /users/{username}/projectsV2"],
41439+
listItemsForOrg: ["GET /orgs/{org}/projectsV2/{project_number}/items"],
41440+
listItemsForUser: [
41441+
"GET /users/{user_id}/projectsV2/{project_number}/items"
41442+
],
41443+
updateItemForOrg: [
41444+
"PATCH /orgs/{org}/projectsV2/{project_number}/items/{item_id}"
41445+
],
41446+
updateItemForUser: [
41447+
"PATCH /users/{user_id}/projectsV2/{project_number}/items/{item_id}"
41448+
]
41449+
},
4138141450
pulls: {
4138241451
checkIfMerged: ["GET /repos/{owner}/{repo}/pulls/{pull_number}/merge"],
4138341452
create: ["POST /repos/{owner}/{repo}/pulls"],
@@ -41956,8 +42025,14 @@ var Endpoints = {
4195642025
listLocationsForAlert: [
4195742026
"GET /repos/{owner}/{repo}/secret-scanning/alerts/{alert_number}/locations"
4195842027
],
42028+
listOrgPatternConfigs: [
42029+
"GET /orgs/{org}/secret-scanning/pattern-configurations"
42030+
],
4195942031
updateAlert: [
4196042032
"PATCH /repos/{owner}/{repo}/secret-scanning/alerts/{alert_number}"
42033+
],
42034+
updateOrgPatternConfigs: [
42035+
"PATCH /orgs/{org}/secret-scanning/pattern-configurations"
4196142036
]
4196242037
},
4196342038
securityAdvisories: {
@@ -42067,6 +42142,15 @@ var Endpoints = {
4206742142
],
4206842143
createPublicSshKeyForAuthenticatedUser: ["POST /user/keys"],
4206942144
createSshSigningKeyForAuthenticatedUser: ["POST /user/ssh_signing_keys"],
42145+
deleteAttestationsBulk: [
42146+
"POST /users/{username}/attestations/delete-request"
42147+
],
42148+
deleteAttestationsById: [
42149+
"DELETE /users/{username}/attestations/{attestation_id}"
42150+
],
42151+
deleteAttestationsBySubjectDigest: [
42152+
"DELETE /users/{username}/attestations/digest/{subject_digest}"
42153+
],
4207042154
deleteEmailForAuthenticated: [
4207142155
"DELETE /user/emails",
4207242156
{},
@@ -42111,6 +42195,9 @@ var Endpoints = {
4211142195
],
4211242196
list: ["GET /users"],
4211342197
listAttestations: ["GET /users/{username}/attestations/{subject_digest}"],
42198+
listAttestationsBulk: [
42199+
"POST /users/{username}/attestations/bulk-list{?per_page,before,after}"
42200+
],
4211442201
listBlockedByAuthenticated: [
4211542202
"GET /user/blocks",
4211642203
{},

.github/actions/saucelabs-legacy/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ runs:
55
using: 'composite'
66
steps:
77
- name: Setup Bazel
8-
uses: angular/dev-infra/github-actions/bazel/setup@470e655d3c0eba87948bf7c3350622f6eb9551a2
8+
uses: angular/dev-infra/github-actions/bazel/setup@00436d3805b6ee23734f827f85b687fce686f61c
99
- name: Setup Saucelabs Variables
10-
uses: angular/dev-infra/github-actions/saucelabs@470e655d3c0eba87948bf7c3350622f6eb9551a2
10+
uses: angular/dev-infra/github-actions/saucelabs@00436d3805b6ee23734f827f85b687fce686f61c
1111
- name: Starting Saucelabs tunnel service
1212
shell: bash
1313
run: ./tools/saucelabs/sauce-service.sh run &

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,16 @@ jobs:
2121
(github.event.action == 'synchronize' && contains(github.event.pull_request.labels.*.name, 'adev: preview'))
2222
steps:
2323
- name: Initialize environment
24-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@470e655d3c0eba87948bf7c3350622f6eb9551a2
24+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@00436d3805b6ee23734f827f85b687fce686f61c
2525
- name: Setup Bazel
26-
uses: angular/dev-infra/github-actions/bazel/setup@470e655d3c0eba87948bf7c3350622f6eb9551a2
26+
uses: angular/dev-infra/github-actions/bazel/setup@00436d3805b6ee23734f827f85b687fce686f61c
2727
- name: Setup Bazel RBE
28-
uses: angular/dev-infra/github-actions/bazel/configure-remote@470e655d3c0eba87948bf7c3350622f6eb9551a2
28+
uses: angular/dev-infra/github-actions/bazel/configure-remote@00436d3805b6ee23734f827f85b687fce686f61c
2929
- name: Install node modules
3030
run: pnpm install --frozen-lockfile
3131
- name: Build adev to ensure it continues to work
3232
run: pnpm bazel build //adev:build.production
33-
- uses: angular/dev-infra/github-actions/previews/pack-and-upload-artifact@470e655d3c0eba87948bf7c3350622f6eb9551a2
33+
- uses: angular/dev-infra/github-actions/previews/pack-and-upload-artifact@00436d3805b6ee23734f827f85b687fce686f61c
3434
with:
3535
workflow-artifact-name: 'adev-preview'
3636
pull-number: '${{github.event.pull_request.number}}'

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
npx -y firebase-tools@latest target:clear --config adev/firebase.json --project ${{env.PREVIEW_PROJECT}} hosting angular-docs
4141
npx -y firebase-tools@latest target:apply --config adev/firebase.json --project ${{env.PREVIEW_PROJECT}} hosting angular-docs ${{env.PREVIEW_SITE}}
4242
43-
- uses: angular/dev-infra/github-actions/previews/upload-artifacts-to-firebase@470e655d3c0eba87948bf7c3350622f6eb9551a2
43+
- uses: angular/dev-infra/github-actions/previews/upload-artifacts-to-firebase@00436d3805b6ee23734f827f85b687fce686f61c
4444
with:
4545
github-token: '${{secrets.GITHUB_TOKEN}}'
4646
workflow-artifact-name: 'adev-preview'

.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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
1717
with:
1818
persist-credentials: false
19-
- uses: angular/dev-infra/github-actions/branch-manager@470e655d3c0eba87948bf7c3350622f6eb9551a2
19+
- uses: angular/dev-infra/github-actions/branch-manager@00436d3805b6ee23734f827f85b687fce686f61c
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
- run: pnpm install --frozen-lockfile
4040

41-
- uses: angular/dev-infra/github-actions/bazel/configure-remote@470e655d3c0eba87948bf7c3350622f6eb9551a2
41+
- uses: angular/dev-infra/github-actions/bazel/configure-remote@00436d3805b6ee23734f827f85b687fce686f61c
4242
with:
4343
bazelrc: ./.bazelrc.user
4444

.github/workflows/ci.yml

Lines changed: 22 additions & 22 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@470e655d3c0eba87948bf7c3350622f6eb9551a2
24+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@00436d3805b6ee23734f827f85b687fce686f61c
2525
- name: Install node modules
2626
run: pnpm install --frozen-lockfile
2727
- name: Check code lint
@@ -39,13 +39,13 @@ jobs:
3939
runs-on: ubuntu-latest
4040
steps:
4141
- name: Initialize environment
42-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@470e655d3c0eba87948bf7c3350622f6eb9551a2
42+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@00436d3805b6ee23734f827f85b687fce686f61c
4343
with:
4444
disable-package-manager-cache: true
4545
- name: Setup Bazel
46-
uses: angular/dev-infra/github-actions/bazel/setup@470e655d3c0eba87948bf7c3350622f6eb9551a2
46+
uses: angular/dev-infra/github-actions/bazel/setup@00436d3805b6ee23734f827f85b687fce686f61c
4747
- name: Setup Bazel RBE
48-
uses: angular/dev-infra/github-actions/bazel/configure-remote@470e655d3c0eba87948bf7c3350622f6eb9551a2
48+
uses: angular/dev-infra/github-actions/bazel/configure-remote@00436d3805b6ee23734f827f85b687fce686f61c
4949
with:
5050
google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
5151
- name: Cache downloaded Cypress binary
@@ -72,11 +72,11 @@ jobs:
7272
runs-on: ubuntu-latest
7373
steps:
7474
- name: Initialize environment
75-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@470e655d3c0eba87948bf7c3350622f6eb9551a2
75+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@00436d3805b6ee23734f827f85b687fce686f61c
7676
- name: Setup Bazel
77-
uses: angular/dev-infra/github-actions/bazel/setup@470e655d3c0eba87948bf7c3350622f6eb9551a2
77+
uses: angular/dev-infra/github-actions/bazel/setup@00436d3805b6ee23734f827f85b687fce686f61c
7878
- name: Setup Bazel Remote Caching
79-
uses: angular/dev-infra/github-actions/bazel/configure-remote@470e655d3c0eba87948bf7c3350622f6eb9551a2
79+
uses: angular/dev-infra/github-actions/bazel/configure-remote@00436d3805b6ee23734f827f85b687fce686f61c
8080
with:
8181
google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
8282
- name: Install node modules
@@ -88,11 +88,11 @@ jobs:
8888
runs-on: ubuntu-latest
8989
steps:
9090
- name: Initialize environment
91-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@470e655d3c0eba87948bf7c3350622f6eb9551a2
91+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@00436d3805b6ee23734f827f85b687fce686f61c
9292
- name: Setup Bazel
93-
uses: angular/dev-infra/github-actions/bazel/setup@470e655d3c0eba87948bf7c3350622f6eb9551a2
93+
uses: angular/dev-infra/github-actions/bazel/setup@00436d3805b6ee23734f827f85b687fce686f61c
9494
- name: Setup Bazel Remote Caching
95-
uses: angular/dev-infra/github-actions/bazel/configure-remote@470e655d3c0eba87948bf7c3350622f6eb9551a2
95+
uses: angular/dev-infra/github-actions/bazel/configure-remote@00436d3805b6ee23734f827f85b687fce686f61c
9696
with:
9797
google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
9898
- name: Install node modules
@@ -105,11 +105,11 @@ jobs:
105105
labels: ubuntu-latest
106106
steps:
107107
- name: Initialize environment
108-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@470e655d3c0eba87948bf7c3350622f6eb9551a2
108+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@00436d3805b6ee23734f827f85b687fce686f61c
109109
- name: Setup Bazel
110-
uses: angular/dev-infra/github-actions/bazel/setup@470e655d3c0eba87948bf7c3350622f6eb9551a2
110+
uses: angular/dev-infra/github-actions/bazel/setup@00436d3805b6ee23734f827f85b687fce686f61c
111111
- name: Setup Bazel RBE
112-
uses: angular/dev-infra/github-actions/bazel/configure-remote@470e655d3c0eba87948bf7c3350622f6eb9551a2
112+
uses: angular/dev-infra/github-actions/bazel/configure-remote@00436d3805b6ee23734f827f85b687fce686f61c
113113
with:
114114
google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
115115
- name: Install node modules
@@ -124,13 +124,13 @@ jobs:
124124
labels: ubuntu-latest
125125
steps:
126126
- name: Initialize environment
127-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@470e655d3c0eba87948bf7c3350622f6eb9551a2
127+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@00436d3805b6ee23734f827f85b687fce686f61c
128128
with:
129129
cache-node-modules: true
130130
- name: Setup Bazel
131-
uses: angular/dev-infra/github-actions/bazel/setup@470e655d3c0eba87948bf7c3350622f6eb9551a2
131+
uses: angular/dev-infra/github-actions/bazel/setup@00436d3805b6ee23734f827f85b687fce686f61c
132132
- name: Setup Bazel RBE
133-
uses: angular/dev-infra/github-actions/bazel/configure-remote@470e655d3c0eba87948bf7c3350622f6eb9551a2
133+
uses: angular/dev-infra/github-actions/bazel/configure-remote@00436d3805b6ee23734f827f85b687fce686f61c
134134
- name: Install node modules
135135
run: pnpm install --frozen-lockfile
136136
- run: echo "https://${{secrets.SNAPSHOT_BUILDS_GITHUB_TOKEN}}:@github.com" > ${HOME}/.git_credentials
@@ -142,11 +142,11 @@ jobs:
142142
labels: ubuntu-latest
143143
steps:
144144
- name: Initialize environment
145-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@470e655d3c0eba87948bf7c3350622f6eb9551a2
145+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@00436d3805b6ee23734f827f85b687fce686f61c
146146
- name: Setup Bazel
147-
uses: angular/dev-infra/github-actions/bazel/setup@470e655d3c0eba87948bf7c3350622f6eb9551a2
147+
uses: angular/dev-infra/github-actions/bazel/setup@00436d3805b6ee23734f827f85b687fce686f61c
148148
- name: Setup Bazel RBE
149-
uses: angular/dev-infra/github-actions/bazel/configure-remote@470e655d3c0eba87948bf7c3350622f6eb9551a2
149+
uses: angular/dev-infra/github-actions/bazel/configure-remote@00436d3805b6ee23734f827f85b687fce686f61c
150150
with:
151151
google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
152152
- name: Install node modules
@@ -196,11 +196,11 @@ jobs:
196196
runs-on: ubuntu-latest
197197
steps:
198198
- name: Initialize environment
199-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@470e655d3c0eba87948bf7c3350622f6eb9551a2
199+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@00436d3805b6ee23734f827f85b687fce686f61c
200200
- name: Setup Bazel
201-
uses: angular/dev-infra/github-actions/bazel/setup@470e655d3c0eba87948bf7c3350622f6eb9551a2
201+
uses: angular/dev-infra/github-actions/bazel/setup@00436d3805b6ee23734f827f85b687fce686f61c
202202
- name: Setup Bazel RBE
203-
uses: angular/dev-infra/github-actions/bazel/configure-remote@470e655d3c0eba87948bf7c3350622f6eb9551a2
203+
uses: angular/dev-infra/github-actions/bazel/configure-remote@00436d3805b6ee23734f827f85b687fce686f61c
204204
- name: Install node modules
205205
run: pnpm install --frozen-lockfile
206206
- name: Build adev to ensure it continues to work

0 commit comments

Comments
 (0)