File tree Expand file tree Collapse file tree 9 files changed +13
-13
lines changed
Expand file tree Collapse file tree 9 files changed +13
-13
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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # 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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
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 1111 runs-on : ubuntu-latest
1212 if : ${{ github.event.issue.pull_request && startsWith(github.event.comment.body, '/benchmark-compare ')}}
1313 steps :
14- - uses : TheModdingInquisition/actions-team-membership@a69636a92bc927f32c3910baac06bacc949c984c # v1.0
14+ - uses : TheModdingInquisition/actions-team-membership@057d91bb80f2976a1bc6dfab5b4ae1da9aebbd89 # v1.0
1515 with :
1616 team : ' team'
1717 organization : angular
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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
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 5555 - name : Test build
5656 run : pnpm devtools:build:chrome
5757 - name : Cypress run
58- uses : cypress-io/github-action@7ef72e250a9e564efb4ed4c2433971ada4cc38b4 # v6.10.4
58+ uses : cypress-io/github-action@f790eee7a50d9505912f50c2095510be7de06aa7 # v6.10.9
5959 with :
6060 command : pnpm devtools:test:e2e
6161 start : pnpm bazel run //devtools/src:devserver
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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
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 5959 - name : Test build
6060 run : pnpm devtools:build:chrome
6161 - name : Cypress run
62- uses : cypress-io/github-action@7ef72e250a9e564efb4ed4c2433971ada4cc38b4 # v6.10.4
62+ uses : cypress-io/github-action@f790eee7a50d9505912f50c2095510be7de06aa7 # v6.10.9
6363 with :
6464 command : pnpm devtools:test:e2e
6565 start : pnpm bazel run //devtools/src:devserver
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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
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@6bc82e05fd0ea64601dd4b465378bbcf57de0314 # v4.32.1
5151 with :
5252 sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments