File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2929 runs-on : ubuntu-latest
3030 if : ${{ github.event.workflow_run.conclusion == 'success' }}
3131 steps :
32- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
32+ - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
3333 with :
3434 token : ' ${{secrets.GITHUB_TOKEN}}'
3535
Original file line number Diff line number Diff line change 1313 assistant_to_the_branch_manager :
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
16+ - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
1717 with :
1818 persist-credentials : false
1919 - uses : angular/dev-infra/github-actions/branch-manager@160a7b168c53c746f67c871c9e282b69b84dc219
Original file line number Diff line number Diff line change 2828 - uses : alessbell/pull-request-comment-branch@aad01d65d6982b8eacabed5e9a684cd8ceb98da6 # v1.1
2929 id : comment-branch
3030
31- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
31+ - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
3232 with :
3333 # Specify repository as the PR branch might be from a fork.
3434 repository : ${{steps.comment-branch.outputs.head_owner}}/${{steps.comment-branch.outputs.head_repo}}
Original file line number Diff line number Diff line change 2424
2525 steps :
2626 - name : Checkout the repository
27- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
27+ uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.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
Original file line number Diff line number Diff line change @@ -12,14 +12,14 @@ jobs:
1212 labels :
1313 runs-on : ubuntu-latest
1414 steps :
15- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
15+ - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
1616 - uses : angular/dev-infra/github-actions/pull-request-labeling@160a7b168c53c746f67c871c9e282b69b84dc219
1717 with :
1818 angular-robot-key : ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
1919 post_approval_changes :
2020 runs-on : ubuntu-latest
2121 steps :
22- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
22+ - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
2323 - uses : angular/dev-infra/github-actions/post-approval-changes@160a7b168c53c746f67c871c9e282b69b84dc219
2424 with :
2525 angular-robot-key : ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
Original file line number Diff line number Diff line change 1313 statuses : write
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
16+ - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
1717 - uses : angular/dev-infra/github-actions/google-internal-tests@160a7b168c53c746f67c871c9e282b69b84dc219
1818 with :
1919 run-tests-guide-url : http://go/angular-g3sync-start
Original file line number Diff line number Diff line change 2525
2626 steps :
2727 - name : ' Checkout code'
28- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
28+ uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
2929 with :
3030 persist-credentials : false
3131
4747
4848 # Upload the results to GitHub's code scanning dashboard.
4949 - name : ' Upload to code-scanning'
50- uses : github/codeql-action/upload-sarif@0499de31b99561a6d14a36a5f662c2a54f91beee # v4.31.2
50+ uses : github/codeql-action/upload-sarif@e12f0178983d466f2f6028f5cc7a6d786fd97f4b # v4.31.4
5151 with :
5252 sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments