File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 13
13
assistant_to_the_branch_manager :
14
14
runs-on : ubuntu-latest
15
15
steps :
16
- - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3 .0
16
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0 .0
17
17
with :
18
18
persist-credentials : false
19
19
- uses : angular/dev-infra/github-actions/branch-manager@8f19310a6861d54d57a9c98c5419a898628eaba9
Original file line number Diff line number Diff line change 19
19
fail-fast : false
20
20
steps :
21
21
- name : Checkout repository
22
- uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3 .0
22
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0 .0
23
23
with :
24
24
persist-credentials : false
25
25
- name : Initialize CodeQL
Original file line number Diff line number Diff line change @@ -12,14 +12,14 @@ jobs:
12
12
labels :
13
13
runs-on : ubuntu-latest
14
14
steps :
15
- - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3 .0
15
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0 .0
16
16
- uses : angular/dev-infra/github-actions/pull-request-labeling@8f19310a6861d54d57a9c98c5419a898628eaba9
17
17
with :
18
18
angular-robot-key : ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
19
19
post_approval_changes :
20
20
runs-on : ubuntu-latest
21
21
steps :
22
- - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3 .0
22
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0 .0
23
23
- uses : angular/dev-infra/github-actions/post-approval-changes@8f19310a6861d54d57a9c98c5419a898628eaba9
24
24
with :
25
25
angular-robot-key : ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
Original file line number Diff line number Diff line change 20
20
outputs :
21
21
snapshots : ${{ steps.filter.outputs.snapshots }}
22
22
steps :
23
- - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3 .0
23
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0 .0
24
24
with :
25
25
persist-credentials : false
26
26
- uses : dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3.0.2
You can’t perform that action at this time.
0 commit comments