File tree 8 files changed +9
-9
lines changed
8 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 51
51
52
52
steps :
53
53
- name : Harden Runner
54
- uses : step-security/harden-runner@5c7944e73c4c2a096b17a9cb74d65b6c2bbafbde # v2.9 .1
54
+ uses : step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10 .1
55
55
with :
56
56
egress-policy : audit
57
57
Original file line number Diff line number Diff line change 18
18
19
19
steps :
20
20
- name : Harden Runner
21
- uses : step-security/harden-runner@5c7944e73c4c2a096b17a9cb74d65b6c2bbafbde # v2.9 .1
21
+ uses : step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10 .1
22
22
with :
23
23
egress-policy : audit
24
24
Original file line number Diff line number Diff line change 18
18
19
19
steps :
20
20
- name : Harden Runner
21
- uses : step-security/harden-runner@5c7944e73c4c2a096b17a9cb74d65b6c2bbafbde # v2.9 .1
21
+ uses : step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10 .1
22
22
with :
23
23
egress-policy : audit
24
24
Original file line number Diff line number Diff line change 57
57
swap-storage : true
58
58
59
59
- name : Harden Runner
60
- uses : step-security/harden-runner@5c7944e73c4c2a096b17a9cb74d65b6c2bbafbde # v2.9 .1
60
+ uses : step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10 .1
61
61
with :
62
62
egress-policy : audit
63
63
Original file line number Diff line number Diff line change 17
17
runs-on : ubuntu-latest
18
18
steps :
19
19
- name : Harden Runner
20
- uses : step-security/harden-runner@5c7944e73c4c2a096b17a9cb74d65b6c2bbafbde # v2.9 .1
20
+ uses : step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10 .1
21
21
with :
22
22
egress-policy : audit
23
23
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ pygccxml==2.5.0
7
7
Pygments == 2.18.0
8
8
pymdown-extensions == 10.10.1
9
9
pyplusplus == 1.8.5
10
- setuptools == 73.0.1
10
+ setuptools == 75.1.0
11
11
six == 1.16.0
12
12
testresources == 2.0.1
13
13
xmlrunner == 1.7.7
Original file line number Diff line number Diff line change 31
31
32
32
steps :
33
33
- name : Harden Runner
34
- uses : step-security/harden-runner@5c7944e73c4c2a096b17a9cb74d65b6c2bbafbde # v2.9 .1
34
+ uses : step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10 .1
35
35
with :
36
36
egress-policy : audit
37
37
Original file line number Diff line number Diff line change 28
28
PYTHON_BINDING_VERSION : ${{ matrix.PYTHON_BINDING_VERSION }}
29
29
steps :
30
30
- name : Harden Runner
31
- uses : step-security/harden-runner@5c7944e73c4c2a096b17a9cb74d65b6c2bbafbde # v2.9 .1
31
+ uses : step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10 .1
32
32
with :
33
33
egress-policy : audit
34
34
62
62
done
63
63
64
64
- name : Publish wheels to PyPI
65
- uses : pypa/gh-action-pypi-publish@ec4db0b4ddc65acdf4bff5fa45ac92d78b56bdf0 # release/v1
65
+ uses : pypa/gh-action-pypi-publish@897895f1e160c830e369f9779632ebc134688e1b # release/v1
66
66
if : ${{ github.event_name == 'release'}}
67
67
with :
68
68
user : __token__
You can’t perform that action at this time.
0 commit comments