File tree Expand file tree Collapse file tree 13 files changed +16
-16
lines changed
github-actions/npm/checkout-and-setup-node Expand file tree Collapse file tree 13 files changed +16
-16
lines changed Original file line number Diff line number Diff line change 16
16
assistant_to_the_branch_manager :
17
17
runs-on : ubuntu-latest
18
18
steps :
19
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
19
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
20
20
with :
21
21
# Setting persist-credentials instructs actions/checkout not to persist the credentials
22
22
# in configuration or environment. Since we don't rely on the credentials used for
Original file line number Diff line number Diff line change 24
24
branch_manager :
25
25
runs-on : ubuntu-latest
26
26
steps :
27
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
27
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
28
28
with :
29
29
# Setting `persist-credentials: false` prevents the github-action account from being the
30
30
# account that is attempted to be used for authentication, instead the remote is set to
Original file line number Diff line number Diff line change 37
37
# Because the checkout and setup node action is contained in the dev-infra repo, we must
38
38
# checkout the repo to be able to run the action we have created. Other repos will skip
39
39
# this step.
40
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
40
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
41
41
- uses : ./github-actions/npm/checkout-and-setup-node
42
42
- uses : ./github-actions/bazel/setup
43
43
- uses : ./github-actions/bazel/configure-remote
Original file line number Diff line number Diff line change 25
25
26
26
steps :
27
27
- name : Checkout repository
28
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
28
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
29
29
- name : Initialize CodeQL
30
30
uses : github/codeql-action/init@a4e1a019f5e24960714ff6296aee04b736cbc3cf # v3.29.6
31
31
with :
Original file line number Diff line number Diff line change 12
12
commit_message_based_labels :
13
13
runs-on : ubuntu-latest
14
14
steps :
15
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
15
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
16
16
- uses : ./github-actions/pull-request-labeling
17
17
with :
18
18
angular-robot-key : ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
Original file line number Diff line number Diff line change 10
10
feature_triage :
11
11
runs-on : ubuntu-latest
12
12
steps :
13
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
13
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
14
14
- uses : ./github-actions/feature-request
15
15
with :
16
16
angular-robot-key : ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
Original file line number Diff line number Diff line change 29
29
# Because the checkout and setup node action is contained in the dev-infra repo, we must
30
30
# checkout the repo to be able to run the action we have created. Other repos will skip
31
31
# this step.
32
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
32
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
33
33
- uses : ./github-actions/npm/checkout-and-setup-node
34
34
- uses : pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0
35
35
- run : pnpm install --frozen-lockfile
Original file line number Diff line number Diff line change 14
14
if : github.repository == 'angular/dev-infra'
15
15
runs-on : ubuntu-latest
16
16
steps :
17
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
17
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
18
18
- uses : ./.github/local-actions/labels-sync
19
19
with :
20
20
angular-robot-key : ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
28
28
if : github.repository == 'angular/dev-infra'
29
29
runs-on : ubuntu-latest
30
30
steps :
31
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
31
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
32
32
- uses : ./.github/local-actions/lock-closed
33
33
with :
34
34
lock-bot-key : ${{ secrets.LOCK_BOT_PRIVATE_KEY }}
Original file line number Diff line number Diff line change 23
23
# Because the checkout and setup node action is contained in the dev-infra repo, we must
24
24
# checkout the repo to be able to run the action we have created. Other repos will skip
25
25
# this step.
26
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
26
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
27
27
- uses : ./github-actions/npm/checkout-and-setup-node
28
28
- uses : ./github-actions/bazel/setup
29
29
- run : pnpm install --frozen-lockfile
41
41
# Because the checkout and setup node action is contained in the dev-infra repo, we must
42
42
# checkout the repo to be able to run the action we have created. Other repos will skip
43
43
# this step.
44
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
44
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
45
45
- uses : ./github-actions/npm/checkout-and-setup-node
46
46
- uses : ./github-actions/bazel/setup
47
47
- run : pnpm install --frozen-lockfile
Original file line number Diff line number Diff line change 9
9
post_approval_changes :
10
10
runs-on : ubuntu-latest
11
11
steps :
12
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
12
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
13
13
- uses : ./github-actions/post-approval-changes
14
14
with :
15
15
angular-robot-key : ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
You can’t perform that action at this time.
0 commit comments