File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515 runs-on : ubuntu-latest
1616 if : github.event.repository.fork == false
1717 steps :
18- - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
18+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
1919 with :
2020 persist-credentials : false
2121 - uses : angular/dev-infra/github-actions/branch-manager@630fa0aa7ce9b7127b1ec4464b6af02d34f8154b # main
Original file line number Diff line number Diff line change 4747 channelId : ' ${{env.PREVIEW_CHANNEL}}'
4848
4949 - name : Deployment Status
50- uses : zattoo/deploy-status@00e46ff4f584a96261c36d9337a4f7d2bfc4bdd3 # v1
50+ uses : zattoo/deploy-status@c8a0267e54a90ea07765fa88f7c7c35171859eec # v1
5151 with :
5252 token : ' ${{github.token}}'
5353 environment : ' dev'
Original file line number Diff line number Diff line change 1313 trigger :
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
16+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
1717 - uses : angular/dev-infra/github-actions/google-internal-tests@630fa0aa7ce9b7127b1ec4464b6af02d34f8154b # main
1818 with :
1919 run-tests-guide-url : http://go/angular-material-presubmit
Original file line number Diff line number Diff line change 2626 runs-on : ubuntu-latest
2727 if : ${{ github.event.workflow_run.conclusion == 'success' }}
2828 steps :
29- - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
29+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
3030
3131 - name : Configure Firebase deploy target
3232 run : |
Original file line number Diff line number Diff line change @@ -25,12 +25,12 @@ jobs:
2525
2626 steps :
2727 - name : ' Checkout code'
28- uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
28+ uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
2929 with :
3030 persist-credentials : false
3131
3232 - name : ' Run analysis'
33- uses : ossf/scorecard-action@4eaacf0543bb3f2c246792bd56e8cdeffafb205a # v2.4.3
33+ uses : ossf/scorecard-action@2d1146689b8cda280b9bc96326124645441f03bc # v2.4.4
3434 with :
3535 results_file : results.sarif
3636 results_format : sarif
4747
4848 # Upload the results to GitHub's code scanning dashboard.
4949 - name : ' Upload to code-scanning'
50- uses : github/codeql-action/upload-sarif@99df26d4f13ea111d4ec1a7dddef6063f76b97e9 # v4.37.0
50+ uses : github/codeql-action/upload-sarif@ff2f1c621b7f889edc0d3c761ac2e6a3f8cdb0dd # v4.37.7
5151 with :
5252 sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments