File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2525
2626 steps :
2727 - name : Harden Runner
28- uses : step-security/harden-runner@5ef0c079ce82195b2a36a210272d6b661572d83e # v2.14.2
28+ uses : step-security/harden-runner@a90bcbc6539c36a85cdfeb73f7e2f433735f215b # v2.15.0
2929 with :
3030 egress-policy : audit
3131
Original file line number Diff line number Diff line change 2323 steps :
2424
2525 - name : Harden Runner
26- uses : step-security/harden-runner@5ef0c079ce82195b2a36a210272d6b661572d83e # v2.14.2
26+ uses : step-security/harden-runner@a90bcbc6539c36a85cdfeb73f7e2f433735f215b # v2.15.0
2727 with :
2828 egress-policy : audit
2929
6565 working-directory : ./doc
6666
6767 - name : Archive documentation coverage results
68- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
68+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 .0.0
6969 with :
7070 name : docs-coverage-report-${{ matrix.version }}
7171 path : docs-coverage-report-${{ matrix.version }}.txt
7777 runs-on : ubuntu-latest
7878 steps :
7979 - name : Harden Runner
80- uses : step-security/harden-runner@5ef0c079ce82195b2a36a210272d6b661572d83e # v2.14.2
80+ uses : step-security/harden-runner@a90bcbc6539c36a85cdfeb73f7e2f433735f215b # v2.15.0
8181 with :
8282 egress-policy : audit
8383
Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010 steps :
1111 - name : Harden Runner
12- uses : step-security/harden-runner@5ef0c079ce82195b2a36a210272d6b661572d83e # v2.14.2
12+ uses : step-security/harden-runner@a90bcbc6539c36a85cdfeb73f7e2f433735f215b # v2.15.0
1313 with :
1414 egress-policy : audit
1515
Original file line number Diff line number Diff line change 2424
2525 steps :
2626 - name : Harden Runner
27- uses : step-security/harden-runner@5ef0c079ce82195b2a36a210272d6b661572d83e # v2.14.2
27+ uses : step-security/harden-runner@a90bcbc6539c36a85cdfeb73f7e2f433735f215b # v2.15.0
2828 with :
2929 egress-policy : audit
3030
4646 publish_results : true
4747
4848 - name : " Upload artifact"
49- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
49+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 .0.0
5050 with :
5151 name : SARIF file
5252 path : results.sarif
Original file line number Diff line number Diff line change 2020
2121 steps :
2222 - name : Harden Runner
23- uses : step-security/harden-runner@5ef0c079ce82195b2a36a210272d6b661572d83e # v2.14.2
23+ uses : step-security/harden-runner@a90bcbc6539c36a85cdfeb73f7e2f433735f215b # v2.15.0
2424 with :
2525 egress-policy : audit
2626
4848
4949 - name : Upload Build Artifacts
5050 if : steps.release.outputs.released == 'true'
51- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
51+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 .0.0
5252 with :
5353 name : dist
5454 path : dist/
7878
7979 steps :
8080 - name : Harden Runner
81- uses : step-security/harden-runner@5ef0c079ce82195b2a36a210272d6b661572d83e # v2.14.2
81+ uses : step-security/harden-runner@a90bcbc6539c36a85cdfeb73f7e2f433735f215b # v2.15.0
8282 with :
8383 egress-policy : audit
8484
@@ -88,13 +88,13 @@ jobs:
8888 token : ${{ secrets.GH_TOKEN }}
8989
9090 - name : Download Build Artifacts
91- uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
91+ uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8 .0.0
9292 with :
9393 name : dist
9494 path : dist
9595
9696 - name : Download Provenance
97- uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
97+ uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8 .0.0
9898 with :
9999 name : ${{ needs.provenance.outputs.provenance-name }}
100100 path : dist
You can’t perform that action at this time.
0 commit comments