File tree Expand file tree Collapse file tree 3 files changed +11
-10
lines changed Expand file tree Collapse file tree 3 files changed +11
-10
lines changed Original file line number Diff line number Diff line change 5
5
directory : /
6
6
schedule :
7
7
interval : monthly
8
+ # group updates in a single PR
8
9
groups :
9
10
ci-dependencies :
10
11
patterns :
Original file line number Diff line number Diff line change 8
8
name : lint
9
9
runs-on : ubuntu-latest
10
10
steps :
11
- - uses : actions/checkout@v4
12
- - uses : pre-commit/action@v3.0.1
11
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
12
+ - uses : pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd # v3.0.1
13
13
build :
14
14
name : build
15
15
needs : [lint]
16
16
runs-on : ubuntu-latest
17
17
steps :
18
18
- name : Checkout repository
19
- uses : actions/checkout@v4
19
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
20
20
- name : Set up Docker Buildx
21
- uses : docker/setup-buildx-action@v3
21
+ uses : docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3.1.0
22
22
with :
23
23
# 'driver: docker' allows one build to reuse images from a prior build
24
24
# ref: https://github.com/docker/setup-buildx-action/issues/251
42
42
- lint
43
43
steps :
44
44
- name : Decide whether the needed jobs succeeded or failed
45
- uses : re-actors/alls-green@v1.2.2
45
+ uses : re-actors/alls-green@05ac9388f0aebcb5727afa17fcccfecd6f8ec5fe # v1.2.2
46
46
with :
47
47
jobs : ${{ toJSON(needs) }}
Original file line number Diff line number Diff line change 12
12
- id : end-of-file-fixer
13
13
- id : trailing-whitespace
14
14
- repo : https://github.com/pre-commit/mirrors-mypy
15
- rev : v1.14.1
15
+ rev : v1.15.0
16
16
hooks :
17
17
- id : mypy
18
18
args : ["--config-file", "pyproject.toml"]
21
21
- types-requests
22
22
- repo : https://github.com/astral-sh/ruff-pre-commit
23
23
# Ruff version.
24
- rev : v0.8.4
24
+ rev : v0.11.6
25
25
hooks :
26
26
# Run the linter.
27
27
- id : ruff
32
32
args : ["--config", "pyproject.toml"]
33
33
types_or : [python, jupyter]
34
34
- repo : https://github.com/maxwinterstein/shfmt-py
35
- rev : v3.7 .0.1
35
+ rev : v3.11 .0.2
36
36
hooks :
37
37
- id : shfmt
38
38
args : ["--indent=4", "--space-redirects", "--write"]
@@ -42,11 +42,11 @@ repos:
42
42
- id : shellcheck
43
43
args : ["--exclude=SC2002"]
44
44
- repo : https://github.com/adrienverge/yamllint
45
- rev : v1.35.1
45
+ rev : v1.37.0
46
46
hooks :
47
47
- id : yamllint
48
48
- repo : https://github.com/codespell-project/codespell
49
- rev : v2.3.0
49
+ rev : v2.4.1
50
50
hooks :
51
51
- id : codespell
52
52
additional_dependencies : [tomli]
You can’t perform that action at this time.
0 commit comments