80
80
RELEASE_VERSION="${RELEASE_TAG_VERSION:1}"
81
81
echo "RELEASE_VERSION=${RELEASE_VERSION}" >> "$GITHUB_OUTPUT"
82
82
83
- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
83
+ - uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
84
84
with :
85
85
ref : ${{ env.RELEASE_COMMIT }}
86
86
@@ -115,7 +115,7 @@ jobs:
115
115
contents : read
116
116
steps :
117
117
# NOTE: we need actions/checkout to configure git first (pre-commit hooks in make dev)
118
- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
118
+ - uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
119
119
with :
120
120
ref : ${{ env.RELEASE_COMMIT }}
121
121
@@ -156,7 +156,7 @@ jobs:
156
156
attestation_hashes : ${{ steps.encoded_hash.outputs.attestation_hashes }}
157
157
steps :
158
158
# NOTE: we need actions/checkout to configure git first (pre-commit hooks in make dev)
159
- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
159
+ - uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
160
160
with :
161
161
ref : ${{ env.RELEASE_COMMIT }}
162
162
@@ -225,7 +225,7 @@ jobs:
225
225
RELEASE_VERSION : ${{ needs.seal.outputs.RELEASE_VERSION }}
226
226
steps :
227
227
# NOTE: we need actions/checkout in order to use our local actions (e.g., ./.github/actions)
228
- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
228
+ - uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
229
229
with :
230
230
ref : ${{ env.RELEASE_COMMIT }}
231
231
@@ -237,12 +237,12 @@ jobs:
237
237
238
238
- name : Upload to PyPi prod
239
239
if : ${{ !inputs.skip_pypi }}
240
- uses : pypa/gh-action-pypi-publish@2f6f737ca5f74c637829c0f5c3acd0e29ea5e8bf # v1.8.11
240
+ uses : pypa/gh-action-pypi-publish@81e9d935c883d0b210363ab89cf05f3894778450 # v1.8.14
241
241
242
242
# PyPi test maintenance affected us numerous times, leaving for history purposes
243
243
# - name: Upload to PyPi test
244
244
# if: ${{ !inputs.skip_pypi }}
245
- # uses: pypa/gh-action-pypi-publish@2f6f737ca5f74c637829c0f5c3acd0e29ea5e8bf # v1.8.11
245
+ # uses: pypa/gh-action-pypi-publish@81e9d935c883d0b210363ab89cf05f3894778450 # v1.8.14
246
246
# with:
247
247
# repository-url: https://test.pypi.org/legacy/
248
248
@@ -259,7 +259,7 @@ jobs:
259
259
contents : write
260
260
steps :
261
261
# NOTE: we need actions/checkout to authenticate and configure git first
262
- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
262
+ - uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
263
263
with :
264
264
ref : ${{ env.RELEASE_COMMIT }}
265
265
@@ -303,7 +303,7 @@ jobs:
303
303
runs-on : ubuntu-latest
304
304
steps :
305
305
# NOTE: we need actions/checkout to authenticate and configure git first
306
- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
306
+ - uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
307
307
with :
308
308
ref : ${{ env.RELEASE_COMMIT }}
309
309
@@ -357,7 +357,7 @@ jobs:
357
357
env :
358
358
RELEASE_VERSION : ${{ needs.seal.outputs.RELEASE_VERSION }}
359
359
steps :
360
- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
360
+ - uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
361
361
with :
362
362
ref : ${{ env.RELEASE_COMMIT }}
363
363
0 commit comments