File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 runs-on : ${{ matrix.os }}
1313
1414 steps :
15- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
15+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1616 - name : Install greadlink
1717 if : startsWith(runner.os, 'macOS')
1818 run : brew install coreutils
2828 runs-on : ubuntu-latest
2929
3030 steps :
31- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
31+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3232 - name : Set up Python
33- uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
33+ uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
3434 with :
3535 python-version : 3.12
3636 - name : Install docs dependencies
@@ -42,13 +42,13 @@ jobs:
4242 runs-on : ubuntu-latest
4343
4444 steps :
45- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
45+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
4646 - name : Set up Go
47- uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
47+ uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
4848 with :
49- go-version : 1.26.1
49+ go-version : 1.25.8
5050 - name : Set up Python
51- uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
51+ uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
5252 with :
5353 python-version : 3.12
5454 - name : Install shfmt
7373
7474 steps :
7575 - name : Repository checkout
76- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
76+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
7777 with :
7878 fetch-depth : 0
7979
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ minimum_pre_commit_version: 1.18.1
66exclude : " docs/_build/|vendor/"
77repos :
88 - repo : https://github.com/pre-commit/pre-commit-hooks
9- rev : v2.3 .0
9+ rev : 3e8a8703264a2f4a69428a0aa4dcb512790b2c8c # frozen: v6.0 .0
1010 hooks :
1111 - id : trailing-whitespace
1212 exclude : " .(md|rst)$"
@@ -15,14 +15,14 @@ repos:
1515 - id : mixed-line-ending
1616 - id : check-added-large-files
1717 - repo : https://github.com/jumanjihouse/pre-commit-hooks
18- rev : 2.1.5
18+ rev : 38980559e3a605691d6579f96222c30778e5a69e # frozen: 3.0.0
1919 hooks :
2020 - id : git-check # Configure in .gitattributes
2121 - id : shellcheck
2222 files : " \\ .(bash)$"
2323 - id : shfmt
2424 - repo : https://github.com/Lucas-C/pre-commit-hooks
25- rev : v1.1.7
25+ rev : ad1b27d73581aa16cca06fc4a0761fc563ffe8e8 # frozen: v1.5.6
2626 hooks :
2727 # - id: forbid-crlf
2828 - id : remove-crlf
You can’t perform that action at this time.
0 commit comments