File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 15
15
runs-on : ${{ matrix.platform }}
16
16
steps :
17
17
- name : Harden Runner
18
- uses : step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
18
+ uses : step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e # v2.10.4
19
19
with :
20
20
egress-policy : audit
21
21
Original file line number Diff line number Diff line change 46
46
47
47
steps :
48
48
- name : Harden Runner
49
- uses : step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
49
+ uses : step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e # v2.10.4
50
50
with :
51
51
egress-policy : audit
52
52
Original file line number Diff line number Diff line change 23
23
runs-on : ubuntu-latest
24
24
steps :
25
25
- name : Harden Runner
26
- uses : step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
26
+ uses : step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e # v2.10.4
27
27
with :
28
28
egress-policy : audit
29
29
Original file line number Diff line number Diff line change 26
26
security-events : write
27
27
contents : read
28
28
steps :
29
- - uses : step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
29
+ - uses : step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e # v2.10.4
30
30
with :
31
31
disable-sudo : true
32
32
egress-policy : audit
Original file line number Diff line number Diff line change 21
21
packages : write
22
22
id-token : write
23
23
steps :
24
- - uses : step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
24
+ - uses : step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e # v2.10.4
25
25
with :
26
26
egress-policy : audit
27
27
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
Original file line number Diff line number Diff line change 23
23
24
24
steps :
25
25
- name : Harden Runner
26
- uses : step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
26
+ uses : step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e # v2.10.4
27
27
with :
28
28
egress-policy : audit
29
29
You can’t perform that action at this time.
0 commit comments