Skip to content

Commit 7c5a22f

Browse files
authored
Pin GitHub action versions (#818)
2 parents 5458fb1 + bae8bb8 commit 7c5a22f

3 files changed

Lines changed: 9 additions & 7 deletions

File tree

.github/dependabot.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@ updates:
33
- package-ecosystem: "github-actions"
44
directory: "/"
55
schedule:
6-
interval: "monthly"
6+
interval: "semiannually"
7+
cooldown:
8+
default-days: 20
79
groups:
810
github-actions:
911
patterns:

.github/workflows/lint.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ jobs:
88
matrix:
99
python-version: ['3.14']
1010
steps:
11-
- uses: actions/checkout@v6
12-
- uses: actions/setup-python@v6
11+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
12+
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
1313
with:
1414
python-version: ${{ matrix.python-version }}
1515
- name: Install tox

.github/workflows/test.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@ jobs:
5151
ports:
5252
- 1433:1433
5353
steps:
54-
- uses: actions/checkout@v6
54+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
5555
- name: Set up Python
56-
uses: actions/setup-python@v6
56+
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
5757
with:
5858
python-version: ${{ matrix.python-version }}
5959
- name: Install MS SQL stuff
@@ -74,9 +74,9 @@ jobs:
7474
docs:
7575
runs-on: 'ubuntu-latest'
7676
steps:
77-
- uses: actions/checkout@v6
77+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
7878
- name: Set up Python
79-
uses: actions/setup-python@v6
79+
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
8080
with:
8181
python-version: '3.13'
8282
- name: Install tox

0 commit comments

Comments
 (0)