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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
32+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
3333 with :
3434 token : ' ${{secrets.GITHUB_TOKEN}}'
3535 persist-credentials : false
Original file line number Diff line number Diff line change 1414 runs-on : ubuntu-latest
1515 if : github.event.repository.fork == false
1616 steps :
17- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
17+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
1818 with :
1919 persist-credentials : false
2020 - uses : angular/dev-infra/github-actions/branch-manager@442c2fcbf06a321b5196b4c5fc70e78a49242958
Original file line number Diff line number Diff line change 2828 - uses : alessbell/pull-request-comment-branch@ef3408c9757d05f89cb525036383033a313758a0 # v2.1.0
2929 id : comment-branch
3030
31- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
31+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
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 5757 - name : Test build
5858 run : pnpm devtools:build:chrome
5959 - name : Cypress run
60- uses : cypress-io/github-action@dace029018fcdf86e0df89a31bc3cfa5b32570d8 # v7.3 .0
60+ uses : cypress-io/github-action@948d67d3074f1bbb6379c8bdbb04e95d2f8e593f # v7.4 .0
6161 with :
6262 command : pnpm devtools:test:e2e
6363 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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
27+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
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 1313 statuses : write
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
16+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
1717 - uses : angular/dev-infra/github-actions/google-internal-tests@442c2fcbf06a321b5196b4c5fc70e78a49242958
1818 with :
1919 run-tests-guide-url : http://go/angular-g3sync-start
Original file line number Diff line number Diff line change 6161 - name : Test build
6262 run : pnpm devtools:build:chrome
6363 - name : Cypress run
64- uses : cypress-io/github-action@dace029018fcdf86e0df89a31bc3cfa5b32570d8 # v7.3 .0
64+ uses : cypress-io/github-action@948d67d3074f1bbb6379c8bdbb04e95d2f8e593f # v7.4 .0
6565 with :
6666 command : pnpm devtools:test:e2e
6767 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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
28+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
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@7211b7c8077ea37d8641b6271f6a365a22a5fbfa # v4.36.0
50+ uses : github/codeql-action/upload-sarif@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4.36.2
5151 with :
5252 sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments