Skip to content

Commit f220232

Browse files
angular-robotjosephperrott
authored andcommitted
build: update all non-major dependencies (#2372)
PR Close #2372
1 parent f437a4a commit f220232

File tree

14 files changed

+23
-23
lines changed

14 files changed

+23
-23
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
assistant_to_the_branch_manager:
1717
runs-on: ubuntu-latest
1818
steps:
19-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
19+
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
2020
with:
2121
# Setting persist-credentials instructs actions/checkout not to persist the credentials
2222
# in configuration or environment. Since we don't rely on the credentials used for

.github/workflows/branch-manager.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
branch_manager:
2525
runs-on: ubuntu-latest
2626
steps:
27-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
27+
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
2828
with:
2929
# Setting `persist-credentials: false` prevents the github-action account from being the
3030
# account that is attempted to be used for authentication, instead the remote is set to

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
# Because the checkout and setup node action is contained in the dev-infra repo, we must
2424
# checkout the repo to be able to run the action we have created. Other repos will skip
2525
# this step.
26-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
26+
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
2727
- uses: ./github-actions/npm/checkout-and-setup-node
2828
- uses: ./github-actions/bazel/setup
2929
- uses: ./github-actions/bazel/configure-remote
@@ -38,7 +38,7 @@ jobs:
3838
# Because the checkout and setup node action is contained in the dev-infra repo, we must
3939
# checkout the repo to be able to run the action we have created. Other repos will skip
4040
# this step.
41-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
41+
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
4242
- uses: ./github-actions/npm/checkout-and-setup-node
4343
- uses: ./github-actions/bazel/setup
4444
- uses: ./github-actions/bazel/configure-remote
@@ -52,7 +52,7 @@ jobs:
5252
# Because the checkout and setup node action is contained in the dev-infra repo, we must
5353
# checkout the repo to be able to run the action we have created. Other repos will skip
5454
# this step.
55-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
55+
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
5656
- uses: ./github-actions/npm/checkout-and-setup-node
5757
- uses: ./github-actions/bazel/setup
5858
- uses: ./github-actions/bazel/configure-remote
@@ -67,7 +67,7 @@ jobs:
6767
# Because the checkout and setup node action is contained in the dev-infra repo, we must
6868
# checkout the repo to be able to run the action we have created. Other repos will skip
6969
# this step.
70-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
70+
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
7171
- uses: ./github-actions/npm/checkout-and-setup-node
7272
- uses: ./github-actions/bazel/setup
7373
- run: yarn install --immutable

.github/workflows/codeql.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ jobs:
2525

2626
steps:
2727
- name: Checkout repository
28-
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
28+
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
2929
- name: Initialize CodeQL
30-
uses: github/codeql-action/init@6db8d6351fd0be61f9ed8ebd12ccd35dcec51fea # v3.26.11
30+
uses: github/codeql-action/init@c36620d31ac7c881962c3d9dd939c40ec9434f2b # v3.26.12
3131
with:
3232
languages: ${{ matrix.language }}
3333
- name: Perform CodeQL Analysis
34-
uses: github/codeql-action/analyze@6db8d6351fd0be61f9ed8ebd12ccd35dcec51fea # v3.26.11
34+
uses: github/codeql-action/analyze@c36620d31ac7c881962c3d9dd939c40ec9434f2b # v3.26.12
3535
with:
3636
category: '/language:${{matrix.language}}'

.github/workflows/commit-message-based-labels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
commit_message_based_labels:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
15+
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
1616
- uses: ./github-actions/commit-message-based-labels
1717
with:
1818
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}

.github/workflows/feature-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
feature_triage:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
13+
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
1414
- uses: ./github-actions/feature-request
1515
with:
1616
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}

.github/workflows/ng-renovate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
renovate:
1616
runs-on: ubuntu-24.04
1717
steps:
18-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
18+
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
1919
- run: yarn --cwd .github/ng-renovate install --immutable
2020
shell: bash
2121

.github/workflows/org-wide-actions.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
if: github.repository == 'angular/dev-infra'
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
17+
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
1818
- uses: ./.github/local-actions/labels-sync
1919
with:
2020
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
@@ -28,7 +28,7 @@ jobs:
2828
if: github.repository == 'angular/dev-infra'
2929
runs-on: ubuntu-latest
3030
steps:
31-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
31+
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
3232
- uses: ./.github/local-actions/lock-closed
3333
with:
3434
lock-bot-key: ${{ secrets.LOCK_BOT_PRIVATE_KEY }}

.github/workflows/post-approval-changes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
post_approval_changes:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
12+
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
1313
- uses: ./github-actions/post-approval-changes
1414
with:
1515
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}

.github/workflows/pr.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
# Because the checkout and setup node action is contained in the dev-infra repo, we must
2323
# checkout the repo to be able to run the action we have created. Other repos will skip
2424
# this step.
25-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
25+
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
2626
- uses: ./github-actions/npm/checkout-and-setup-node
2727
- uses: ./github-actions/bazel/setup
2828
- uses: ./github-actions/bazel/configure-remote
@@ -49,7 +49,7 @@ jobs:
4949
# Because the checkout and setup node action is contained in the dev-infra repo, we must
5050
# checkout the repo to be able to run the action we have created. Other repos will skip
5151
# this step.
52-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
52+
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
5353
- uses: ./github-actions/npm/checkout-and-setup-node
5454
- uses: ./github-actions/bazel/setup
5555
- uses: ./github-actions/bazel/configure-remote
@@ -63,7 +63,7 @@ jobs:
6363
# Because the checkout and setup node action is contained in the dev-infra repo, we must
6464
# checkout the repo to be able to run the action we have created. Other repos will skip
6565
# this step.
66-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
66+
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
6767
- uses: ./github-actions/npm/checkout-and-setup-node
6868
- uses: ./github-actions/bazel/setup
6969
- uses: ./github-actions/bazel/configure-remote
@@ -78,7 +78,7 @@ jobs:
7878
# Because the checkout and setup node action is contained in the dev-infra repo, we must
7979
# checkout the repo to be able to run the action we have created. Other repos will skip
8080
# this step.
81-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
81+
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
8282
- uses: ./github-actions/npm/checkout-and-setup-node
8383
- uses: ./github-actions/bazel/setup
8484
- run: yarn install --immutable

0 commit comments

Comments
 (0)