Skip to content

Commit c7b401e

Browse files
Bump the python group with 3 updates (#64)
2 parents a049bbe + 9da8da2 commit c7b401e

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

.github/workflows/cache-cleaner.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
actions: write
1717
steps:
1818
- name: Harden Runner
19-
uses: step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
19+
uses: step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
2020
with:
2121
disable-sudo: true
2222
egress-policy: block

.github/workflows/main.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121
steps:
2222
- name: Harden Runner
23-
uses: step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
23+
uses: step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
2424
with:
2525
disable-sudo: true
2626
egress-policy: block
@@ -69,7 +69,7 @@ jobs:
6969

7070
- name: Set up Python${{ matrix.python-version }} with NetCDF4 (conda)
7171
if: ${{ matrix.conda }}
72-
uses: mamba-org/setup-micromamba@617811f69075e3fd3ae68ca64220ad065877f246 # v2.0.0
72+
uses: mamba-org/setup-micromamba@06375d89d211a1232ef63355742e9e2e564bc7f7 # v2.0.2
7373
with:
7474
cache-downloads: true
7575
cache-environment: true
@@ -124,7 +124,7 @@ jobs:
124124
shell: bash -l {0}
125125
steps:
126126
- name: Harden Runner
127-
uses: step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
127+
uses: step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
128128
with:
129129
egress-policy: block
130130
allowed-endpoints: >
@@ -153,7 +153,7 @@ jobs:
153153
cache: "pip"
154154
- name: Set up Python${{ matrix.python-version }} with NetCDF4 (conda)
155155
if: ${{ matrix.conda }}
156-
uses: mamba-org/setup-micromamba@617811f69075e3fd3ae68ca64220ad065877f246 # v2.0.0
156+
uses: mamba-org/setup-micromamba@06375d89d211a1232ef63355742e9e2e564bc7f7 # v2.0.2
157157
with:
158158
cache-downloads: true
159159
cache-environment: true

.github/workflows/publish-pypi.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
shell: bash -l {0}
2626
steps:
2727
- name: Harden Runner
28-
uses: step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
28+
uses: step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
2929
with:
3030
egress-policy: audit
3131
- name: Checkout Repository
@@ -93,7 +93,7 @@ jobs:
9393
shell: bash -l {0}
9494
steps:
9595
- name: Harden Runner
96-
uses: step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
96+
uses: step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
9797
with:
9898
egress-policy: audit
9999
- name: Download distribution 📦
@@ -103,6 +103,6 @@ jobs:
103103
name: artifact
104104
path: dist
105105
- 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
107107
with:
108108
print-hash: true

.github/workflows/tag-testpypi.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
shell: bash -l {0}
2727
steps:
2828
- name: Harden Runner
29-
uses: step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
29+
uses: step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
3030
with:
3131
egress-policy: audit
3232
- name: Checkout Repository
@@ -90,7 +90,7 @@ jobs:
9090
id-token: write
9191
steps:
9292
- name: Harden Runner
93-
uses: step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
93+
uses: step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
9494
with:
9595
egress-policy: audit
9696
- name: Checkout Repository
@@ -100,7 +100,7 @@ jobs:
100100
name: artifact
101101
path: dist
102102
- 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
104104
with:
105105
print-hash: true
106106
repository-url: https://test.pypi.org/legacy/

0 commit comments

Comments
 (0)