File tree Expand file tree Collapse file tree 10 files changed +16
-16
lines changed Expand file tree Collapse file tree 10 files changed +16
-16
lines changed Original file line number Diff line number Diff line change 2929 steps :
3030 # Checkout the repository to the GitHub Actions runner
3131 - name : Harden the runner (Audit all outbound calls)
32- uses : step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11 .0
32+ uses : step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12 .0
3333 with :
3434 egress-policy : audit
3535
Original file line number Diff line number Diff line change 4343
4444 steps :
4545 - name : Harden the runner (Audit all outbound calls)
46- uses : step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11 .0
46+ uses : step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12 .0
4747 with :
4848 egress-policy : audit
4949
Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212 steps :
1313 - name : Harden the runner (Audit all outbound calls)
14- uses : step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11 .0
14+ uses : step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12 .0
1515 with :
1616 egress-policy : audit
1717
Original file line number Diff line number Diff line change 1414 runs-on : ubuntu-latest
1515 steps :
1616 - name : Harden the runner (Audit all outbound calls)
17- uses : step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11 .0
17+ uses : step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12 .0
1818 with :
1919 egress-policy : audit
2020
@@ -104,7 +104,7 @@ jobs:
104104 runs-on : ubuntu-latest
105105 steps :
106106 - name : Harden the runner (Audit all outbound calls)
107- uses : step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11 .0
107+ uses : step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12 .0
108108 with :
109109 egress-policy : audit
110110
Original file line number Diff line number Diff line change 1818
1919 steps :
2020 - name : Harden the runner (Audit all outbound calls)
21- uses : step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11 .0
21+ uses : step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12 .0
2222 with :
2323 egress-policy : audit
2424
Original file line number Diff line number Diff line change 1717 matrix : ${{ steps.changed-files.outputs.all_changed_files }}
1818 steps :
1919 - name : Harden the runner (Audit all outbound calls)
20- uses : step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11 .0
20+ uses : step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12 .0
2121 with :
2222 egress-policy : audit
2323
4444 fail-fast : false
4545 steps :
4646 - name : Harden the runner (Audit all outbound calls)
47- uses : step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11 .0
47+ uses : step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12 .0
4848 with :
4949 egress-policy : audit
5050
Original file line number Diff line number Diff line change 1919 all_changed_files : ${{ steps.changed-files.outputs.all_changed_files }}
2020 steps :
2121 - name : Harden the runner (Audit all outbound calls)
22- uses : step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11 .0
22+ uses : step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12 .0
2323 with :
2424 egress-policy : audit
2525
3939 needs : [changed-files]
4040 steps :
4141 - name : Harden the runner (Audit all outbound calls)
42- uses : step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11 .0
42+ uses : step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12 .0
4343 with :
4444 egress-policy : audit
4545
5555 all_changed_files : ${{ steps.changed-files.outputs.all_changed_files }}
5656 steps :
5757 - name : Harden the runner (Audit all outbound calls)
58- uses : step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11 .0
58+ uses : step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12 .0
5959 with :
6060 egress-policy : audit
6161
7878 needs : [changed-files-rest-api]
7979 steps :
8080 - name : Harden the runner (Audit all outbound calls)
81- uses : step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11 .0
81+ uses : step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12 .0
8282 with :
8383 egress-policy : audit
8484
Original file line number Diff line number Diff line change 3939 pull-requests : write
4040 steps :
4141 - name : Harden the runner (Audit all outbound calls)
42- uses : step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11 .0
42+ uses : step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12 .0
4343 with :
4444 egress-policy : audit
4545
Original file line number Diff line number Diff line change 1414 runs-on : ubuntu-latest
1515 steps :
1616 - name : Harden the runner (Audit all outbound calls)
17- uses : step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11 .0
17+ uses : step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12 .0
1818 with :
1919 egress-policy : audit
2020
Original file line number Diff line number Diff line change 1313 if : ${{ github.event.workflow_run.conclusion == 'success' }}
1414 steps :
1515 - name : Harden the runner (Audit all outbound calls)
16- uses : step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11 .0
16+ uses : step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12 .0
1717 with :
1818 egress-policy : audit
1919
3434 if : ${{ github.event.workflow_run.conclusion == 'failure' }}
3535 steps :
3636 - name : Harden the runner (Audit all outbound calls)
37- uses : step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11 .0
37+ uses : step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12 .0
3838 with :
3939 egress-policy : audit
4040
You can’t perform that action at this time.
0 commit comments