Skip to content

Commit 8e0f90d

Browse files
chore(deps): Pin dependencies
1 parent 2928ff1 commit 8e0f90d

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

.github/workflows/ci-cd.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -106,11 +106,11 @@ jobs:
106106

107107
steps:
108108
- name: Switch to using Python 3.13 by default
109-
uses: actions/setup-python@v5
109+
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5
110110
with:
111111
python-version: 3.13
112112
- name: Check out src from Git
113-
uses: actions/checkout@v4
113+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
114114
with:
115115
fetch-depth: 0
116116
- name: >-
@@ -162,7 +162,7 @@ jobs:
162162
echo "dir=$(python -m pip cache dir)" >> "${GITHUB_OUTPUT}"
163163
shell: bash
164164
- name: Set up pip cache
165-
uses: actions/cache@v4
165+
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
166166
with:
167167
path: ${{ steps.pip-cache-dir.outputs.dir }}
168168
key: >-
@@ -268,12 +268,12 @@ jobs:
268268

269269
steps:
270270
- name: Switch to using Python 3.13
271-
uses: actions/setup-python@v5
271+
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5
272272
with:
273273
python-version: 3.13
274274

275275
- name: Grab the source from Git
276-
uses: actions/checkout@v4
276+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
277277
with:
278278
fetch-depth: 0
279279

@@ -301,7 +301,7 @@ jobs:
301301
run: >-
302302
echo "dir=$(python -m pip cache dir)" >> "${GITHUB_OUTPUT}"
303303
- name: Set up pip cache
304-
uses: actions/cache@v4
304+
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
305305
with:
306306
path: ${{ steps.pip-cache-dir.outputs.dir }}
307307
key: >-
@@ -359,7 +359,7 @@ jobs:
359359
>> "${GITHUB_OUTPUT}"
360360
working-directory: dist
361361
- name: Store the distribution packages
362-
uses: actions/upload-artifact@v4
362+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4
363363
with:
364364
name: >-
365365
${{ needs.pre-setup.outputs.dists-artifact-name }}

.github/workflows/reusable-tox.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ jobs:
155155
Switch to using Python v${{ inputs.python-version }}
156156
by default
157157
id: python-install
158-
uses: actions/setup-python@v5
158+
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5
159159
with:
160160
python-version: ${{ inputs.python-version }}
161161
@@ -165,7 +165,7 @@ jobs:
165165
- name: Grab the source from Git
166166
if: >-
167167
contains(fromJSON('["pre-commit", "spellcheck-docs"]'), inputs.toxenv)
168-
uses: actions/checkout@v4
168+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
169169
with:
170170
ref: ${{ github.event.inputs.release-committish }}
171171
- name: Retrieve the project source from an sdist inside the GHA artifact
@@ -178,7 +178,7 @@ jobs:
178178

179179
- name: Cache pre-commit.com virtualenvs
180180
if: inputs.toxenv == 'pre-commit'
181-
uses: actions/cache@v4
181+
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
182182
with:
183183
path: ~/.cache/pre-commit
184184
key: >-
@@ -236,7 +236,7 @@ jobs:
236236
shell: bash
237237
- name: Set up pip cache
238238
if: fromJSON(steps.py-abi.outputs.is-stable-abi)
239-
uses: actions/cache@v4
239+
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
240240
with:
241241
path: ${{ steps.pip-cache-dir.outputs.dir }}
242242
key: >-
@@ -263,7 +263,7 @@ jobs:
263263
- name: Download all the dists
264264
if: >-
265265
contains(fromJSON('["metadata-validation", "pytest"]'), inputs.toxenv)
266-
uses: actions/download-artifact@v4
266+
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4
267267
with:
268268
name: ${{ inputs.dists-artifact-name }}
269269
path: dist/
@@ -312,7 +312,7 @@ jobs:
312312
if: >-
313313
!cancelled()
314314
&& steps.tox-run.outputs.test-result-files != ''
315-
uses: test-summary/[email protected]
315+
uses: test-summary/action@032c8a9cec6aaa3c20228112cae6ca10a3b29336 # v2.3
316316
with:
317317
paths: >-
318318
${{ steps.tox-run.outputs.test-result-files }}
@@ -329,7 +329,7 @@ jobs:
329329
&& steps.tox-run.outputs.cov-report-files != ''
330330
&& steps.tox-run.outputs.test-result-files == ''
331331
&& steps.tox-run.outputs.codecov-flags != 'MyPy'
332-
uses: irongut/[email protected]
332+
uses: irongut/CodeCoverageSummary@51cc3a756ddcd398d447c044c02cb6aa83fdae95 # v1.3.0
333333
with:
334334
badge: true
335335
filename: >-
@@ -367,7 +367,7 @@ jobs:
367367
if: >-
368368
!cancelled()
369369
&& steps.tox-run.outputs.cov-report-files != ''
370-
uses: codecov/codecov-action@v4
370+
uses: codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # v4
371371
with:
372372
disable_search: true
373373
fail_ci_if_error: >-

0 commit comments

Comments
 (0)