File tree Expand file tree Collapse file tree 12 files changed +17
-25
lines changed
angular/dev-infra/github-actions/lock-closed
homebrew/actions/remove-disabled-formulae Expand file tree Collapse file tree 12 files changed +17
-25
lines changed Original file line number Diff line number Diff line change @@ -17,11 +17,11 @@ jobs:
1717
1818 steps :
1919 - name : Harden Runner
20- uses : step-security/harden-runner@55d479fb1c5bcad5a4f9099a5d9f37c8857b2845 # v2.4 .1
20+ uses : step-security/harden-runner@5c7944e73c4c2a096b17a9cb74d65b6c2bbafbde # v2.9 .1
2121 with :
2222 egress-policy : audit
2323
24- - uses : actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
24+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
2525 with :
2626 repository : step-security/secure-repo
2727
Original file line number Diff line number Diff line change @@ -41,12 +41,12 @@ jobs:
4141
4242 steps :
4343 - name : Harden Runner
44- uses : step-security/harden-runner@ebacdc22ef6c2cfb85ee5ded8f2e640f4c776dd5
44+ uses : step-security/harden-runner@5c7944e73c4c2a096b17a9cb74d65b6c2bbafbde
4545 with :
4646 egress-policy : audit
4747
4848 - name : Checkout repository
49- uses : actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
49+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
5050
5151 # Initializes the CodeQL tools for scanning.
5252 - name : Initialize CodeQL
Original file line number Diff line number Diff line change @@ -15,11 +15,11 @@ jobs:
1515 runs-on : ubuntu-latest
1616 steps :
1717 - name : Harden Runner
18- uses : step-security/harden-runner@ebacdc22ef6c2cfb85ee5ded8f2e640f4c776dd5
18+ uses : step-security/harden-runner@5c7944e73c4c2a096b17a9cb74d65b6c2bbafbde
1919 with :
2020 egress-policy : audit
2121 - name : Checkout
22- uses : actions/checkout@629c2de402a417ea7690ca6ce3f33229e27606a5
22+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
2323 with :
2424 fetch-depth : 0
2525 - name : Set up Go
Original file line number Diff line number Diff line change 1414 contents : read
1515 runs-on : ubuntu-latest
1616 steps :
17- - uses : step-security/harden-runner@ebacdc22ef6c2cfb85ee5ded8f2e640f4c776dd5 # v1
17+ - uses : step-security/harden-runner@5c7944e73c4c2a096b17a9cb74d65b6c2bbafbde # v2.9.1
1818 with :
1919 allowed-endpoints : >
2020 api.github.com:443
2525 objects.githubusercontent.com:443
2626 golang.org:443
2727 - name : Checkout
28- uses : actions/checkout@629c2de402a417ea7690ca6ce3f33229e27606a5 # v2
28+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v2
2929 with :
3030 ref : ${{ github.event.pull_request.head.sha }}
3131 - name : Set up Go
Original file line number Diff line number Diff line change @@ -22,11 +22,11 @@ jobs:
2222
2323 steps :
2424 - name : Harden Runner
25- uses : step-security/harden-runner@ebacdc22ef6c2cfb85ee5ded8f2e640f4c776dd5
25+ uses : step-security/harden-runner@5c7944e73c4c2a096b17a9cb74d65b6c2bbafbde
2626 with :
2727 egress-policy : audit
2828
29- - uses : actions/checkout@d0651293c4a5a52e711f25b41b05b2212f385d28
29+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
3030 with :
3131 repository : step-security/secure-repo
3232
Original file line number Diff line number Diff line change @@ -17,11 +17,11 @@ jobs:
1717 runs-on : ubuntu-latest
1818 steps :
1919 - name : Harden Runner
20- uses : step-security/harden-runner@ebacdc22ef6c2cfb85ee5ded8f2e640f4c776dd5
20+ uses : step-security/harden-runner@5c7944e73c4c2a096b17a9cb74d65b6c2bbafbde
2121 with :
2222 egress-policy : audit
2323 - name : Checkout
24- uses : actions/checkout@629c2de402a417ea7690ca6ce3f33229e27606a5
24+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
2525 with :
2626 fetch-depth : 0
2727 - name : Set up Go
3333 env :
3434 PAT : ${{ secrets.PAT }}
3535
36- - uses : step-security/wait-for-secrets@1204ba02d7a707c4ef2e906d2ea1e36eebd9bbd2
36+ - uses : step-security/wait-for-secrets@5809f7d044804a5a1d43217fa8f3e855939fc9ef
3737 id : wait-for-secrets
3838 with :
3939 slack-webhook-url : ${{ secrets.SLACK_WEBHOOK_URL }}
Original file line number Diff line number Diff line change @@ -32,12 +32,12 @@ jobs:
3232
3333 steps :
3434 - name : Harden Runner
35- uses : step-security/harden-runner@55d479fb1c5bcad5a4f9099a5d9f37c8857b2845 # v2.4 .1
35+ uses : step-security/harden-runner@5c7944e73c4c2a096b17a9cb74d65b6c2bbafbde # v2.9 .1
3636 with :
3737 egress-policy : audit
3838
3939 - name : " Checkout code"
40- uses : actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v3.1.0
40+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
4141 with :
4242 persist-credentials : false
4343
Original file line number Diff line number Diff line change 1717 contents : read
1818 runs-on : ubuntu-latest
1919 steps :
20- - uses : step-security/harden-runner@ebacdc22ef6c2cfb85ee5ded8f2e640f4c776dd5 # v1
20+ - uses : step-security/harden-runner@5c7944e73c4c2a096b17a9cb74d65b6c2bbafbde # v2.9.1
2121 with :
2222 allowed-endpoints : >
2323 api.github.com:443
3030 objects.githubusercontent.com:443
3131 golang.org:443
3232 - name : Checkout
33- uses : actions/checkout@629c2de402a417ea7690ca6ce3f33229e27606a5 # v2
33+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
3434 with :
3535 ref : ${{ github.event.pull_request.head.sha }}
3636 - name : Set up Go
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments