File tree Expand file tree Collapse file tree 4 files changed +16
-16
lines changed Expand file tree Collapse file tree 4 files changed +16
-16
lines changed Original file line number Diff line number Diff line change @@ -40,13 +40,13 @@ jobs:
4040 - uses : actions/setup-python@v5
4141 with :
4242 # renovate: datasource=docker depName=python
43- python-version : " 3.12 "
43+ python-version : " 3.13 "
4444
4545 - name : Setup Terraform
4646 uses : hashicorp/setup-terraform@v3
4747 with :
4848 # renovate: datasource=github-releases depName=hashicorp/terraform versioning=hashicorp
49- terraform_version : " 1.8 .2"
49+ terraform_version : " 1.12 .2"
5050 terraform_wrapper : false
5151
5252 -
uses :
pre-commit/[email protected]
Original file line number Diff line number Diff line change 3333 steps :
3434 - uses : actions/setup-python@v5
3535 with :
36- python-version : " 3.12 "
36+ python-version : " 3.13 "
3737 - uses : actions/checkout@v4
3838 with :
3939 # so we can checkout any reference or relative
6868 steps :
6969 - uses : actions/setup-python@v5
7070 with :
71- python-version : " 3.12 "
71+ python-version : " 3.13 "
7272 - uses : actions/checkout@v4
7373 with :
7474 ref : ${{ inputs.compare_to }}
Original file line number Diff line number Diff line change 1717 steps :
1818 - uses : actions/setup-python@v5
1919 with :
20- python-version : " 3.12 "
20+ python-version : " 3.13 "
2121 - uses : actions/checkout@v4
2222 - name : Send Metric
2323 run : |
Original file line number Diff line number Diff line change 22default_stages : [commit]
33repos :
44 - repo : https://github.com/pre-commit/pre-commit-hooks
5- rev : v4.5 .0
5+ rev : v4.6 .0
66 hooks :
77 - id : check-shebang-scripts-are-executable
88 name : check-shebang-scripts-are-executable
@@ -23,28 +23,28 @@ repos:
2323 name : editorconfig
2424
2525 - repo : https://github.com/antonbabenko/pre-commit-terraform
26- rev : v1.89.1
26+ rev : v1.100.0
2727 hooks :
2828 - id : terraform_fmt
2929
3030 - repo : https://github.com/koalaman/shellcheck-precommit
31- rev : v0.10 .0
31+ rev : v0.11 .0
3232 hooks :
3333 - id : shellcheck
3434
3535 - repo : https://github.com/rhysd/actionlint
36- rev : v1.7.0
36+ rev : v1.7.7
3737 hooks :
3838 - id : actionlint-docker
3939
4040 - repo : https://github.com/PyCQA/bandit
41- rev : 1.7.8
41+ rev : 1.8.6
4242 hooks :
4343 - id : bandit
4444 name : bandit
4545
4646 - repo : https://github.com/PyCQA/pylint
47- rev : v3.1.0
47+ rev : v3.3.7
4848 hooks :
4949 - id : pylint
5050 name : pylint
5656 name : isort
5757
5858 - repo : https://github.com/PyCQA/flake8
59- rev : 7.0 .0
59+ rev : 7.3 .0
6060 hooks :
6161 - id : flake8
6262 name : flake8
@@ -68,27 +68,27 @@ repos:
6868 name : prettier
6969
7070 - repo : https://github.com/adrienverge/yamllint
71- rev : v1.35 .1
71+ rev : v1.37 .1
7272 hooks :
7373 - id : yamllint
7474 name : yamllint
7575 args : ["--strict"]
7676
7777 - repo : https://github.com/DavidAnson/markdownlint-cli2
78- rev : v0.13.0
78+ rev : v0.18.1
7979 hooks :
8080 - id : markdownlint-cli2
8181 alias : markdownlint
8282 name : markdownlint
8383
8484 - repo : https://github.com/codespell-project/codespell
85- rev : v2.2.6
85+ rev : v2.4.1
8686 hooks :
8787 - id : codespell
8888 name : codespell
8989
9090 - repo : https://github.com/python-jsonschema/check-jsonschema
91- rev : 0.28.3
91+ rev : 0.33.2
9292 hooks :
9393 - id : check-github-workflows
9494 name : check-github-workflows
You can’t perform that action at this time.
0 commit comments