File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818
1919 steps :
2020 - name : Harden Runner
21- uses : step-security/harden-runner@5ef0c079ce82195b2a36a210272d6b661572d83e # v2.14.2
21+ uses : step-security/harden-runner@a90bcbc6539c36a85cdfeb73f7e2f433735f215b # v2.15.0
2222 with :
2323 egress-policy : audit
2424
Original file line number Diff line number Diff line change 1414
1515 steps :
1616 - name : Harden Runner
17- uses : step-security/harden-runner@5ef0c079ce82195b2a36a210272d6b661572d83e # v2.14.2
17+ uses : step-security/harden-runner@a90bcbc6539c36a85cdfeb73f7e2f433735f215b # v2.15.0
1818 with :
1919 egress-policy : audit
2020
4242 GITHUB_AUTH_TOKEN : " ${{ github.token}}"
4343 - name : Generate Docs
4444 run : composer run docs:generate
45- - uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
45+ - uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 .0.0
4646 with :
4747 name : docs
4848 path : docs
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
@@ -66,20 +66,20 @@ jobs:
6666
6767 steps :
6868 - name : Harden Runner
69- uses : step-security/harden-runner@5ef0c079ce82195b2a36a210272d6b661572d83e # v2.14.2
69+ uses : step-security/harden-runner@a90bcbc6539c36a85cdfeb73f7e2f433735f215b # v2.15.0
7070 with :
7171 egress-policy : audit
7272
7373 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
74- - uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
74+ - uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8 .0.0
7575 with :
7676 name : docs
7777 path : docs
7878 - run : |
7979 tar -czvf docs.tar.gz docs
8080 - name : " Attest Documentation"
8181 id : attestation
82- uses : actions/attest-build-provenance@96278af6caaf10aea03fd8d33a09a777ca52d62f # v3.2 .0
82+ uses : actions/attest-build-provenance@a2bbfa25375fe432b6a289bc6b6cd05ecd0c4c32 # v4.1 .0
8383 with :
8484 subject-path : " docs.tar.gz"
8585 - name : Copy Attestation
Original file line number Diff line number Diff line change 3333
3434 steps :
3535 - name : Harden Runner
36- uses : step-security/harden-runner@5ef0c079ce82195b2a36a210272d6b661572d83e # v2.14.2
36+ uses : step-security/harden-runner@a90bcbc6539c36a85cdfeb73f7e2f433735f215b # v2.15.0
3737 with :
3838 egress-policy : audit
3939 - name : SetUp PHP
@@ -100,7 +100,7 @@ jobs:
100100
101101 steps :
102102 - name : Harden Runner
103- uses : step-security/harden-runner@5ef0c079ce82195b2a36a210272d6b661572d83e # v2.14.2
103+ uses : step-security/harden-runner@a90bcbc6539c36a85cdfeb73f7e2f433735f215b # v2.15.0
104104 with :
105105 egress-policy : audit
106106
@@ -120,7 +120,7 @@ jobs:
120120
121121 steps :
122122 - name : Harden Runner
123- uses : step-security/harden-runner@5ef0c079ce82195b2a36a210272d6b661572d83e # v2.14.2
123+ uses : step-security/harden-runner@a90bcbc6539c36a85cdfeb73f7e2f433735f215b # v2.15.0
124124 with :
125125 egress-policy : audit
126126
@@ -161,7 +161,7 @@ jobs:
161161
162162 steps :
163163 - name : Harden Runner
164- uses : step-security/harden-runner@5ef0c079ce82195b2a36a210272d6b661572d83e # v2.14.2
164+ uses : step-security/harden-runner@a90bcbc6539c36a85cdfeb73f7e2f433735f215b # v2.15.0
165165 with :
166166 egress-policy : audit
167167
Original file line number Diff line number Diff line change 4040 runs-on : ubuntu-latest
4141 steps :
4242 - name : Harden Runner
43- uses : step-security/harden-runner@5ef0c079ce82195b2a36a210272d6b661572d83e # v2.14.2
43+ uses : step-security/harden-runner@a90bcbc6539c36a85cdfeb73f7e2f433735f215b # v2.15.0
4444 with :
4545 egress-policy : audit
4646
Original file line number Diff line number Diff line change 3232
3333 steps :
3434 - name : Harden Runner
35- uses : step-security/harden-runner@5ef0c079ce82195b2a36a210272d6b661572d83e # v2.14.2
35+ uses : step-security/harden-runner@a90bcbc6539c36a85cdfeb73f7e2f433735f215b # v2.15.0
3636 with :
3737 egress-policy : audit
3838
6767 # Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
6868 # format to the repository Actions tab.
6969 - name : " Upload artifact"
70- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
70+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 .0.0
7171 with :
7272 name : SARIF file
7373 path : results.sarif
Original file line number Diff line number Diff line change 4646
4747 steps :
4848 - name : Harden Runner
49- uses : step-security/harden-runner@5ef0c079ce82195b2a36a210272d6b661572d83e # v2.14.2
49+ uses : step-security/harden-runner@a90bcbc6539c36a85cdfeb73f7e2f433735f215b # v2.15.0
5050 with :
5151 egress-policy : audit
5252
You can’t perform that action at this time.
0 commit comments