Skip to content

Commit aa0c05a

Browse files
committed
ci: add branch tracking comments to dev-infra GitHub actions
Adds `# main` version comments after SHA references for `angular/dev-infra` GitHub Actions across workflows so that Renovate tracks the main branch and proposes updates when digests change.
1 parent 9c2e2ed commit aa0c05a

5 files changed

Lines changed: 55 additions & 55 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ jobs:
1717
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
1818
with:
1919
persist-credentials: false
20-
- uses: angular/dev-infra/github-actions/branch-manager@ba726e7bca0b08b125ccc6f93c233749e1213c17
20+
- uses: angular/dev-infra/github-actions/branch-manager@ba726e7bca0b08b125ccc6f93c233749e1213c17 # ba726e7bca0b08b125ccc6f93c233749e1213c17
2121
with:
2222
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}

.github/workflows/ci.yml

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ jobs:
2121
runs-on: ubuntu-latest
2222
steps:
2323
- name: Initialize environment
24-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@ba726e7bca0b08b125ccc6f93c233749e1213c17
24+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@ba726e7bca0b08b125ccc6f93c233749e1213c17 # ba726e7bca0b08b125ccc6f93c233749e1213c17
2525
- name: Setup Bazel
26-
uses: angular/dev-infra/github-actions/bazel/setup@ba726e7bca0b08b125ccc6f93c233749e1213c17
26+
uses: angular/dev-infra/github-actions/bazel/setup@ba726e7bca0b08b125ccc6f93c233749e1213c17 # ba726e7bca0b08b125ccc6f93c233749e1213c17
2727
- name: Install node modules
2828
run: pnpm install --frozen-lockfile
2929
- name: Generate JSON schema types
@@ -44,11 +44,11 @@ jobs:
4444
runs-on: ubuntu-latest
4545
steps:
4646
- name: Initialize environment
47-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@ba726e7bca0b08b125ccc6f93c233749e1213c17
47+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@ba726e7bca0b08b125ccc6f93c233749e1213c17 # ba726e7bca0b08b125ccc6f93c233749e1213c17
4848
- name: Setup Bazel
49-
uses: angular/dev-infra/github-actions/bazel/setup@ba726e7bca0b08b125ccc6f93c233749e1213c17
49+
uses: angular/dev-infra/github-actions/bazel/setup@ba726e7bca0b08b125ccc6f93c233749e1213c17 # ba726e7bca0b08b125ccc6f93c233749e1213c17
5050
- name: Setup Bazel RBE
51-
uses: angular/dev-infra/github-actions/bazel/configure-remote@ba726e7bca0b08b125ccc6f93c233749e1213c17
51+
uses: angular/dev-infra/github-actions/bazel/configure-remote@ba726e7bca0b08b125ccc6f93c233749e1213c17 # ba726e7bca0b08b125ccc6f93c233749e1213c17
5252
with:
5353
google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
5454
- name: Install node modules
@@ -61,11 +61,11 @@ jobs:
6161
runs-on: ubuntu-latest
6262
steps:
6363
- name: Initialize environment
64-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@ba726e7bca0b08b125ccc6f93c233749e1213c17
64+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@ba726e7bca0b08b125ccc6f93c233749e1213c17 # ba726e7bca0b08b125ccc6f93c233749e1213c17
6565
- name: Setup Bazel
66-
uses: angular/dev-infra/github-actions/bazel/setup@ba726e7bca0b08b125ccc6f93c233749e1213c17
66+
uses: angular/dev-infra/github-actions/bazel/setup@ba726e7bca0b08b125ccc6f93c233749e1213c17 # ba726e7bca0b08b125ccc6f93c233749e1213c17
6767
- name: Setup Bazel RBE
68-
uses: angular/dev-infra/github-actions/bazel/configure-remote@ba726e7bca0b08b125ccc6f93c233749e1213c17
68+
uses: angular/dev-infra/github-actions/bazel/configure-remote@ba726e7bca0b08b125ccc6f93c233749e1213c17 # ba726e7bca0b08b125ccc6f93c233749e1213c17
6969
with:
7070
google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
7171
- name: Install node modules
@@ -84,13 +84,13 @@ jobs:
8484
runs-on: ubuntu-latest
8585
steps:
8686
- name: Initialize environment
87-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@ba726e7bca0b08b125ccc6f93c233749e1213c17
87+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@ba726e7bca0b08b125ccc6f93c233749e1213c17 # ba726e7bca0b08b125ccc6f93c233749e1213c17
8888
- name: Install node modules
8989
run: pnpm install --frozen-lockfile
9090
- name: Setup Bazel
91-
uses: angular/dev-infra/github-actions/bazel/setup@ba726e7bca0b08b125ccc6f93c233749e1213c17
91+
uses: angular/dev-infra/github-actions/bazel/setup@ba726e7bca0b08b125ccc6f93c233749e1213c17 # ba726e7bca0b08b125ccc6f93c233749e1213c17
9292
- name: Setup Bazel RBE
93-
uses: angular/dev-infra/github-actions/bazel/configure-remote@ba726e7bca0b08b125ccc6f93c233749e1213c17
93+
uses: angular/dev-infra/github-actions/bazel/configure-remote@ba726e7bca0b08b125ccc6f93c233749e1213c17 # ba726e7bca0b08b125ccc6f93c233749e1213c17
9494
with:
9595
google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
9696
- name: Run CLI E2E tests
@@ -100,11 +100,11 @@ jobs:
100100
runs-on: ubuntu-latest
101101
steps:
102102
- name: Initialize environment
103-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@ba726e7bca0b08b125ccc6f93c233749e1213c17
103+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@ba726e7bca0b08b125ccc6f93c233749e1213c17 # ba726e7bca0b08b125ccc6f93c233749e1213c17
104104
- name: Setup Bazel
105-
uses: angular/dev-infra/github-actions/bazel/setup@ba726e7bca0b08b125ccc6f93c233749e1213c17
105+
uses: angular/dev-infra/github-actions/bazel/setup@ba726e7bca0b08b125ccc6f93c233749e1213c17 # ba726e7bca0b08b125ccc6f93c233749e1213c17
106106
- name: Setup Bazel RBE
107-
uses: angular/dev-infra/github-actions/bazel/configure-remote@ba726e7bca0b08b125ccc6f93c233749e1213c17
107+
uses: angular/dev-infra/github-actions/bazel/configure-remote@ba726e7bca0b08b125ccc6f93c233749e1213c17 # ba726e7bca0b08b125ccc6f93c233749e1213c17
108108
with:
109109
google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
110110
- name: Install node modules
@@ -137,7 +137,7 @@ jobs:
137137
runs-on: windows-2025
138138
steps:
139139
- name: Initialize environment
140-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@ba726e7bca0b08b125ccc6f93c233749e1213c17
140+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@ba726e7bca0b08b125ccc6f93c233749e1213c17 # ba726e7bca0b08b125ccc6f93c233749e1213c17
141141
- name: Install node modules
142142
run: pnpm install --frozen-lockfile
143143
- name: Download built Windows E2E tests
@@ -164,13 +164,13 @@ jobs:
164164
runs-on: ubuntu-latest
165165
steps:
166166
- name: Initialize environment
167-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@ba726e7bca0b08b125ccc6f93c233749e1213c17
167+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@ba726e7bca0b08b125ccc6f93c233749e1213c17 # ba726e7bca0b08b125ccc6f93c233749e1213c17
168168
- name: Install node modules
169169
run: pnpm install --frozen-lockfile
170170
- name: Setup Bazel
171-
uses: angular/dev-infra/github-actions/bazel/setup@ba726e7bca0b08b125ccc6f93c233749e1213c17
171+
uses: angular/dev-infra/github-actions/bazel/setup@ba726e7bca0b08b125ccc6f93c233749e1213c17 # ba726e7bca0b08b125ccc6f93c233749e1213c17
172172
- name: Setup Bazel RBE
173-
uses: angular/dev-infra/github-actions/bazel/configure-remote@ba726e7bca0b08b125ccc6f93c233749e1213c17
173+
uses: angular/dev-infra/github-actions/bazel/configure-remote@ba726e7bca0b08b125ccc6f93c233749e1213c17 # ba726e7bca0b08b125ccc6f93c233749e1213c17
174174
with:
175175
google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
176176
- name: Run CLI E2E tests
@@ -188,13 +188,13 @@ jobs:
188188
runs-on: ubuntu-latest
189189
steps:
190190
- name: Initialize environment
191-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@ba726e7bca0b08b125ccc6f93c233749e1213c17
191+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@ba726e7bca0b08b125ccc6f93c233749e1213c17 # ba726e7bca0b08b125ccc6f93c233749e1213c17
192192
- name: Install node modules
193193
run: pnpm install --frozen-lockfile
194194
- name: Setup Bazel
195-
uses: angular/dev-infra/github-actions/bazel/setup@ba726e7bca0b08b125ccc6f93c233749e1213c17
195+
uses: angular/dev-infra/github-actions/bazel/setup@ba726e7bca0b08b125ccc6f93c233749e1213c17 # ba726e7bca0b08b125ccc6f93c233749e1213c17
196196
- name: Setup Bazel RBE
197-
uses: angular/dev-infra/github-actions/bazel/configure-remote@ba726e7bca0b08b125ccc6f93c233749e1213c17
197+
uses: angular/dev-infra/github-actions/bazel/configure-remote@ba726e7bca0b08b125ccc6f93c233749e1213c17 # ba726e7bca0b08b125ccc6f93c233749e1213c17
198198
with:
199199
google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
200200
- name: Run CLI E2E tests
@@ -208,13 +208,13 @@ jobs:
208208
SAUCE_TUNNEL_IDENTIFIER: angular-cli-${{ github.workflow }}-${{ github.run_number }}
209209
steps:
210210
- name: Initialize environment
211-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@ba726e7bca0b08b125ccc6f93c233749e1213c17
211+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@ba726e7bca0b08b125ccc6f93c233749e1213c17 # ba726e7bca0b08b125ccc6f93c233749e1213c17
212212
- name: Install node modules
213213
run: pnpm install --frozen-lockfile
214214
- name: Setup Bazel
215-
uses: angular/dev-infra/github-actions/bazel/setup@ba726e7bca0b08b125ccc6f93c233749e1213c17
215+
uses: angular/dev-infra/github-actions/bazel/setup@ba726e7bca0b08b125ccc6f93c233749e1213c17 # ba726e7bca0b08b125ccc6f93c233749e1213c17
216216
- name: Setup Bazel RBE
217-
uses: angular/dev-infra/github-actions/bazel/configure-remote@ba726e7bca0b08b125ccc6f93c233749e1213c17
217+
uses: angular/dev-infra/github-actions/bazel/configure-remote@ba726e7bca0b08b125ccc6f93c233749e1213c17 # ba726e7bca0b08b125ccc6f93c233749e1213c17
218218
with:
219219
google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
220220
- name: Run E2E Browser tests
@@ -244,11 +244,11 @@ jobs:
244244
CIRCLE_BRANCH: ${{ github.ref_name }}
245245
steps:
246246
- name: Initialize environment
247-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@ba726e7bca0b08b125ccc6f93c233749e1213c17
247+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@ba726e7bca0b08b125ccc6f93c233749e1213c17 # ba726e7bca0b08b125ccc6f93c233749e1213c17
248248
- name: Install node modules
249249
run: pnpm install --frozen-lockfile
250250
- name: Setup Bazel
251-
uses: angular/dev-infra/github-actions/bazel/setup@ba726e7bca0b08b125ccc6f93c233749e1213c17
251+
uses: angular/dev-infra/github-actions/bazel/setup@ba726e7bca0b08b125ccc6f93c233749e1213c17 # ba726e7bca0b08b125ccc6f93c233749e1213c17
252252
- run: pnpm admin snapshots --verbose
253253
env:
254254
SNAPSHOT_BUILDS_GITHUB_TOKEN: ${{ secrets.SNAPSHOT_BUILDS_GITHUB_TOKEN }}

.github/workflows/dev-infra.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,21 +15,21 @@ jobs:
1515
if: github.event_name == 'pull_request_target'
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: angular/dev-infra/github-actions/labeling/pull-request@649c3afeaa46674507b9625537e49de54a695e2b
18+
- uses: angular/dev-infra/github-actions/labeling/pull-request@649c3afeaa46674507b9625537e49de54a695e2b # 649c3afeaa46674507b9625537e49de54a695e2b
1919
with:
2020
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
2121
post_approval_changes:
2222
if: github.event_name == 'pull_request_target'
2323
runs-on: ubuntu-latest
2424
steps:
25-
- uses: angular/dev-infra/github-actions/post-approval-changes@649c3afeaa46674507b9625537e49de54a695e2b
25+
- uses: angular/dev-infra/github-actions/post-approval-changes@649c3afeaa46674507b9625537e49de54a695e2b # 649c3afeaa46674507b9625537e49de54a695e2b
2626
with:
2727
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
2828
issue_labels:
2929
if: github.event_name == 'issues'
3030
runs-on: ubuntu-latest
3131
steps:
32-
- uses: angular/dev-infra/github-actions/labeling/issue@649c3afeaa46674507b9625537e49de54a695e2b
32+
- uses: angular/dev-infra/github-actions/labeling/issue@649c3afeaa46674507b9625537e49de54a695e2b # 649c3afeaa46674507b9625537e49de54a695e2b
3333
with:
3434
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
3535
google-generative-ai-key: ${{ secrets.GOOGLE_GENERATIVE_AI_KEY }}

.github/workflows/perf.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
workflows: ${{ steps.workflows.outputs.workflows }}
2424
steps:
2525
- name: Initialize environment
26-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@ba726e7bca0b08b125ccc6f93c233749e1213c17
26+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@ba726e7bca0b08b125ccc6f93c233749e1213c17 # ba726e7bca0b08b125ccc6f93c233749e1213c17
2727
- name: Install node modules
2828
run: pnpm install --frozen-lockfile
2929
- id: workflows
@@ -38,9 +38,9 @@ jobs:
3838
workflow: ${{ fromJSON(needs.list.outputs.workflows) }}
3939
steps:
4040
- name: Initialize environment
41-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@ba726e7bca0b08b125ccc6f93c233749e1213c17
41+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@ba726e7bca0b08b125ccc6f93c233749e1213c17 # ba726e7bca0b08b125ccc6f93c233749e1213c17
4242
- name: Setup Bazel
43-
uses: angular/dev-infra/github-actions/bazel/setup@ba726e7bca0b08b125ccc6f93c233749e1213c17
43+
uses: angular/dev-infra/github-actions/bazel/setup@ba726e7bca0b08b125ccc6f93c233749e1213c17 # ba726e7bca0b08b125ccc6f93c233749e1213c17
4444
- name: Install node modules
4545
run: pnpm install --frozen-lockfile
4646
# We utilize the google-github-actions/auth action to allow us to get an active credential using workflow

0 commit comments

Comments
 (0)