File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88runs :
99 using : " composite"
1010 steps :
11- - name : " Harden runner"
12- uses : step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.10.1
13- with :
14- egress-policy : audit
15-
1611 - name : " Install packages"
1712 shell : bash
1813 run : |
Original file line number Diff line number Diff line change @@ -106,6 +106,11 @@ jobs:
106106 # untrusted code from PRs.
107107 permissions : {}
108108 steps :
109+ - name : " Harden runner"
110+ uses : step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.10.1
111+ with :
112+ egress-policy : audit
113+
109114 - name : " Checkout code"
110115 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
111116 with :
Original file line number Diff line number Diff line change @@ -106,6 +106,11 @@ jobs:
106106 # untrusted code from PRs.
107107 permissions : {}
108108 steps :
109+ - name : " Harden runner"
110+ uses : step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.10.1
111+ with :
112+ egress-policy : audit
113+
109114 - name : " Checkout code"
110115 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
111116 with :
You can’t perform that action at this time.
0 commit comments