Skip to content

Commit b21a39d

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 92808b0 commit b21a39d

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/minimum-vcs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- name: Check out repository
22-
uses: actions/checkout@v6
22+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
2323
with:
2424
persist-credentials: false
2525

.github/workflows/no-vcs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- name: Check out repository
22-
uses: actions/checkout@v6
22+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
2323
with:
2424
persist-credentials: false
2525

@@ -32,7 +32,7 @@ jobs:
3232
tox -e py -- -vv --cov-report=xml
3333
3434
- name: Upload coverage to Codecov
35-
uses: codecov/codecov-action@v6
35+
uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v6
3636
with:
3737
fail_ci_if_error: false
3838
token: ${{ secrets.CODECOV_TOKEN }}

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
os: ubuntu-latest
4747
steps:
4848
- name: Check out repository
49-
uses: actions/checkout@v6
49+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
5050
with:
5151
persist-credentials: false
5252

@@ -57,7 +57,7 @@ jobs:
5757
run: brew install mercurial
5858

5959
- name: Set up Python
60-
uses: actions/setup-python@v6
60+
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
6161
with:
6262
python-version: ${{ matrix.python-version }}
6363

@@ -77,7 +77,7 @@ jobs:
7777

7878
- name: Upload coverage to Codecov
7979
if: startsWith(matrix.toxenv, 'py')
80-
uses: codecov/codecov-action@v6
80+
uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v6
8181
with:
8282
fail_ci_if_error: false
8383
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)