Skip to content

Commit e3aed57

Browse files
renovate[bot]jwodder
authored andcommitted
[github-actions] Pin dependencies
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b668f48 commit e3aed57

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,12 @@ jobs:
3636
toxenv: typing
3737
steps:
3838
- name: Check out repository
39-
uses: actions/checkout@v6
39+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
4040
with:
4141
persist-credentials: false
4242

4343
- name: Set up Python
44-
uses: actions/setup-python@v6
44+
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
4545
with:
4646
python-version: ${{ matrix.python-version }}
4747

@@ -60,7 +60,7 @@ jobs:
6060

6161
- name: Upload coverage to Codecov
6262
if: matrix.toxenv == 'py'
63-
uses: codecov/codecov-action@v6
63+
uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v6
6464
with:
6565
fail_ci_if_error: false
6666
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)