File tree 4 files changed +11
-11
lines changed
4 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 16
16
actions : write
17
17
steps :
18
18
- name : Harden Runner
19
- uses : step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
19
+ uses : step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
20
20
with :
21
21
disable-sudo : true
22
22
egress-policy : block
Original file line number Diff line number Diff line change 20
20
runs-on : ubuntu-latest
21
21
steps :
22
22
- name : Harden Runner
23
- uses : step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
23
+ uses : step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
24
24
with :
25
25
disable-sudo : true
26
26
egress-policy : block
69
69
70
70
- name : Set up Python${{ matrix.python-version }} with NetCDF4 (conda)
71
71
if : ${{ matrix.conda }}
72
- uses : mamba-org/setup-micromamba@617811f69075e3fd3ae68ca64220ad065877f246 # v2.0.0
72
+ uses : mamba-org/setup-micromamba@06375d89d211a1232ef63355742e9e2e564bc7f7 # v2.0.2
73
73
with :
74
74
cache-downloads : true
75
75
cache-environment : true
@@ -124,7 +124,7 @@ jobs:
124
124
shell : bash -l {0}
125
125
steps :
126
126
- name : Harden Runner
127
- uses : step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
127
+ uses : step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
128
128
with :
129
129
egress-policy : block
130
130
allowed-endpoints : >
@@ -153,7 +153,7 @@ jobs:
153
153
cache : " pip"
154
154
- name : Set up Python${{ matrix.python-version }} with NetCDF4 (conda)
155
155
if : ${{ matrix.conda }}
156
- uses : mamba-org/setup-micromamba@617811f69075e3fd3ae68ca64220ad065877f246 # v2.0.0
156
+ uses : mamba-org/setup-micromamba@06375d89d211a1232ef63355742e9e2e564bc7f7 # v2.0.2
157
157
with :
158
158
cache-downloads : true
159
159
cache-environment : true
Original file line number Diff line number Diff line change 25
25
shell : bash -l {0}
26
26
steps :
27
27
- name : Harden Runner
28
- uses : step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
28
+ uses : step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
29
29
with :
30
30
egress-policy : audit
31
31
- name : Checkout Repository
93
93
shell : bash -l {0}
94
94
steps :
95
95
- name : Harden Runner
96
- uses : step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
96
+ uses : step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
97
97
with :
98
98
egress-policy : audit
99
99
- name : Download distribution 📦
@@ -103,6 +103,6 @@ jobs:
103
103
name : artifact
104
104
path : dist
105
105
- name : Publish distribution 📦 to PyPI
106
- uses : pypa/gh-action-pypi-publish@fb13cb306901256ace3dab689990e13a5550ffaa # v1.11.0
106
+ uses : pypa/gh-action-pypi-publish@15c56dba361d8335944d31a2ecd17d700fc7bcbc # v1.12.2
107
107
with :
108
108
print-hash : true
Original file line number Diff line number Diff line change 26
26
shell : bash -l {0}
27
27
steps :
28
28
- name : Harden Runner
29
- uses : step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
29
+ uses : step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
30
30
with :
31
31
egress-policy : audit
32
32
- name : Checkout Repository
90
90
id-token : write
91
91
steps :
92
92
- name : Harden Runner
93
- uses : step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
93
+ uses : step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
94
94
with :
95
95
egress-policy : audit
96
96
- name : Checkout Repository
@@ -100,7 +100,7 @@ jobs:
100
100
name : artifact
101
101
path : dist
102
102
- name : Publish distribution 📦 to Test PyPI
103
- uses : pypa/gh-action-pypi-publish@fb13cb306901256ace3dab689990e13a5550ffaa # v1.11.0
103
+ uses : pypa/gh-action-pypi-publish@15c56dba361d8335944d31a2ecd17d700fc7bcbc # v1.12.2
104
104
with :
105
105
print-hash : true
106
106
repository-url : https://test.pypi.org/legacy/
You can’t perform that action at this time.
0 commit comments