File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Expand file tree Collapse file tree 2 files changed +10
-10
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.12.4 "
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.9.3 "
5050 terraform_wrapper : false
5151
5252 -
uses :
pre-commit/[email protected]
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
2323 name : editorconfig
2424
2525 - repo : https://github.com/antonbabenko/pre-commit-terraform
26- rev : v1.89.1
26+ rev : v1.92.0
2727 hooks :
2828 - id : terraform_fmt
2929
@@ -33,18 +33,18 @@ repos:
3333 - id : shellcheck
3434
3535 - repo : https://github.com/rhysd/actionlint
36- rev : v1.7.0
36+ rev : v1.7.1
3737 hooks :
3838 - id : actionlint-docker
3939
4040 - repo : https://github.com/PyCQA/bandit
41- rev : 1.7.8
41+ rev : 1.7.9
4242 hooks :
4343 - id : bandit
4444 name : bandit
4545
4646 - repo : https://github.com/PyCQA/pylint
47- rev : v3.1.0
47+ rev : v3.2.6
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.1 .0
6060 hooks :
6161 - id : flake8
6262 name : flake8
@@ -82,13 +82,13 @@ repos:
8282 name : markdownlint
8383
8484 - repo : https://github.com/codespell-project/codespell
85- rev : v2.2.6
85+ rev : v2.3.0
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.29.0
9292 hooks :
9393 - id : check-github-workflows
9494 name : check-github-workflows
You can’t perform that action at this time.
0 commit comments