66
66
runs-on : ubuntu-latest
67
67
steps :
68
68
- name : Harden Runner
69
- uses : step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
69
+ uses : step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
70
70
with :
71
71
egress-policy : audit
72
72
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
@@ -122,7 +122,7 @@ jobs:
122
122
matrix : ${{ steps.scan-matrix.outputs.matrix }}
123
123
steps :
124
124
- name : Harden Runner
125
- uses : step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
125
+ uses : step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
126
126
with :
127
127
egress-policy : audit
128
128
- uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
@@ -142,7 +142,7 @@ jobs:
142
142
steps :
143
143
- uses : jlumbroso/free-disk-space@54081f138730dfa15788a46383842cd2f914a1be # v1.3.1
144
144
- name : Harden Runner
145
- uses : step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
145
+ uses : step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
146
146
with :
147
147
egress-policy : audit
148
148
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
@@ -192,7 +192,7 @@ jobs:
192
192
matrix : ${{ steps.test-matrix.outputs.matrix }}
193
193
steps :
194
194
- name : Harden Runner
195
- uses : step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
195
+ uses : step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
196
196
with :
197
197
egress-policy : audit
198
198
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
@@ -209,7 +209,7 @@ jobs:
209
209
experimental : [true]
210
210
fail-fast : false
211
211
steps :
212
- - uses : step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
212
+ - uses : step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
213
213
with :
214
214
egress-policy : audit
215
215
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
0 commit comments