File tree Expand file tree Collapse file tree 7 files changed +10
-10
lines changed
Expand file tree Collapse file tree 7 files changed +10
-10
lines changed 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@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
32+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
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@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
16+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
1717 with :
1818 persist-credentials : false
1919 - uses : angular/dev-infra/github-actions/branch-manager@eac707321ac5a964ebdd8212767ef0f45bd6a618
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@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
31+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.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@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
27+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.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
3737 ANGULAR_READONLY_GITHUB_TOKEN : ${{ secrets.READONLY_GITHUB_TOKEN }}
3838
3939 - name : Create a PR (if necessary)
40- uses : peter-evans/create-pull-request@84ae59a2cdc2258d6fa0732dd66352dddae2a412 # v7.0.9
40+ uses : peter-evans/create-pull-request@22a9089034f40e5a961c8808d113e2c98fb63676 # v7.0.11
4141 with :
4242 token : ${{ secrets.ANGULAR_ROBOT_ACCESS_TOKEN }}
4343 push-to-fork : ' angular-robot/angular'
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@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
15+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
1616 - uses : angular/dev-infra/github-actions/pull-request-labeling@eac707321ac5a964ebdd8212767ef0f45bd6a618
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@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
22+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
2323 - uses : angular/dev-infra/github-actions/post-approval-changes@eac707321ac5a964ebdd8212767ef0f45bd6a618
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@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
16+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
1717 - uses : angular/dev-infra/github-actions/google-internal-tests@eac707321ac5a964ebdd8212767ef0f45bd6a618
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@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
28+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.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@fdbfb4d2750291e159f0156def62b853c2798ca2 # v4.31.5
50+ uses : github/codeql-action/upload-sarif@cf1bb45a277cb3c205638b2cd5c984db1c46a412 # v4.31.7
5151 with :
5252 sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments