Skip to content

Commit 277d43d

Browse files
chore(deps): Pin dependencies
1 parent ed4757f commit 277d43d

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

.github/workflows/ci-cd.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
with:
112112
python-version: 3.13
113113
- name: Check out src from Git
114-
uses: actions/checkout@v4
114+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
115115
with:
116116
fetch-depth: 0
117117
- name: >-
@@ -163,7 +163,7 @@ jobs:
163163
echo "dir=$(python -m pip cache dir)" >> "${GITHUB_OUTPUT}"
164164
shell: bash
165165
- name: Set up pip cache
166-
uses: actions/cache@v4
166+
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
167167
with:
168168
path: ${{ steps.pip-cache-dir.outputs.dir }}
169169
key: >-
@@ -275,7 +275,7 @@ jobs:
275275
python-version: 3.13
276276

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

@@ -303,7 +303,7 @@ jobs:
303303
run: >-
304304
echo "dir=$(python -m pip cache dir)" >> "${GITHUB_OUTPUT}"
305305
- name: Set up pip cache
306-
uses: actions/cache@v4
306+
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
307307
with:
308308
path: ${{ steps.pip-cache-dir.outputs.dir }}
309309
key: >-

.github/workflows/reusable-tox.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ jobs:
166166
- name: Grab the source from Git
167167
if: >-
168168
contains(fromJSON('["pre-commit", "spellcheck-docs"]'), inputs.toxenv)
169-
uses: actions/checkout@v4
169+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
170170
with:
171171
ref: ${{ github.event.inputs.release-committish }}
172172
- name: Retrieve the project source from an sdist inside the GHA artifact
@@ -179,7 +179,7 @@ jobs:
179179

180180
- name: Cache pre-commit.com virtualenvs
181181
if: inputs.toxenv == 'pre-commit'
182-
uses: actions/cache@v4
182+
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
183183
with:
184184
path: ~/.cache/pre-commit
185185
key: >-
@@ -237,7 +237,7 @@ jobs:
237237
shell: bash
238238
- name: Set up pip cache
239239
if: fromJSON(steps.py-abi.outputs.is-stable-abi)
240-
uses: actions/cache@v4
240+
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
241241
with:
242242
path: ${{ steps.pip-cache-dir.outputs.dir }}
243243
key: >-
@@ -264,7 +264,7 @@ jobs:
264264
- name: Download all the dists
265265
if: >-
266266
contains(fromJSON('["metadata-validation", "pytest"]'), inputs.toxenv)
267-
uses: actions/download-artifact@v4
267+
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4
268268
with:
269269
name: ${{ inputs.dists-artifact-name }}
270270
path: dist/
@@ -313,7 +313,7 @@ jobs:
313313
if: >-
314314
!cancelled()
315315
&& steps.tox-run.outputs.test-result-files != ''
316-
uses: test-summary/action@v2.3
316+
uses: test-summary/action@032c8a9cec6aaa3c20228112cae6ca10a3b29336 # v2.3
317317
with:
318318
paths: >-
319319
${{ steps.tox-run.outputs.test-result-files }}
@@ -330,7 +330,7 @@ jobs:
330330
&& steps.tox-run.outputs.cov-report-files != ''
331331
&& steps.tox-run.outputs.test-result-files == ''
332332
&& steps.tox-run.outputs.codecov-flags != 'MyPy'
333-
uses: irongut/CodeCoverageSummary@v1.3.0
333+
uses: irongut/CodeCoverageSummary@51cc3a756ddcd398d447c044c02cb6aa83fdae95 # v1.3.0
334334
with:
335335
badge: true
336336
filename: >-

0 commit comments

Comments
 (0)