Skip to content

Commit 2e3923f

Browse files
chore(deps): Pin dependencies
1 parent 2b49de5 commit 2e3923f

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/ci-cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ jobs:
164164
echo "dir=$(python -m pip cache dir)" >> "${GITHUB_OUTPUT}"
165165
shell: bash
166166
- name: Set up pip cache
167-
uses: actions/cache@v4
167+
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
168168
with:
169169
path: ${{ steps.pip-cache-dir.outputs.dir }}
170170
key: >-
@@ -305,7 +305,7 @@ jobs:
305305
run: >-
306306
echo "dir=$(python -m pip cache dir)" >> "${GITHUB_OUTPUT}"
307307
- name: Set up pip cache
308-
uses: actions/cache@v4
308+
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
309309
with:
310310
path: ${{ steps.pip-cache-dir.outputs.dir }}
311311
key: >-

.github/workflows/reusable-tox.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ jobs:
180180

181181
- name: Cache pre-commit.com virtualenvs
182182
if: inputs.toxenv == 'pre-commit'
183-
uses: actions/cache@v4
183+
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
184184
with:
185185
path: ~/.cache/pre-commit
186186
key: >-
@@ -238,7 +238,7 @@ jobs:
238238
shell: bash
239239
- name: Set up pip cache
240240
if: fromJSON(steps.py-abi.outputs.is-stable-abi)
241-
uses: actions/cache@v4
241+
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
242242
with:
243243
path: ${{ steps.pip-cache-dir.outputs.dir }}
244244
key: >-
@@ -315,7 +315,7 @@ jobs:
315315
if: >-
316316
!cancelled()
317317
&& steps.tox-run.outputs.test-result-files != ''
318-
uses: test-summary/[email protected]
318+
uses: test-summary/action@032c8a9cec6aaa3c20228112cae6ca10a3b29336 # v2.3
319319
with:
320320
paths: >-
321321
${{ steps.tox-run.outputs.test-result-files }}
@@ -332,7 +332,7 @@ jobs:
332332
&& steps.tox-run.outputs.cov-report-files != ''
333333
&& steps.tox-run.outputs.test-result-files == ''
334334
&& steps.tox-run.outputs.codecov-flags != 'MyPy'
335-
uses: irongut/[email protected]
335+
uses: irongut/CodeCoverageSummary@51cc3a756ddcd398d447c044c02cb6aa83fdae95 # v1.3.0
336336
with:
337337
badge: true
338338
filename: >-

0 commit comments

Comments
 (0)