File tree Expand file tree Collapse file tree 3 files changed +8
-9
lines changed Expand file tree Collapse file tree 3 files changed +8
-9
lines changed Original file line number Diff line number Diff line change 55 - master
66
77jobs :
8- readme :
8+ readme-create :
99 name : ' readme-create'
1010 runs-on : ubuntu-latest
1111 steps :
1212 - name : ' Checkout'
1313 uses : actions/checkout@master
1414
1515 - name : ' Set up Python 3.7'
16- uses : actions/setup-python@v4
16+ uses : actions/setup-python@v5
1717 with :
1818 python-version : ' 3.x'
1919
2525 env :
2626 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
2727
28-
2928 - name : ' pre-commit check errors'
3029 uses : pre-commit/action@v3.0.0
3130 continue-on-error : true
Original file line number Diff line number Diff line change 55 pull_request :
66 workflow_dispatch :
77jobs :
8- tflint :
9- uses : clouddrove/test-tfsec /.github/workflows/tf-lint.yml@1.0.9
8+ tf-lint :
9+ uses : clouddrove/github-shared-workflows /.github/workflows/tf-lint.yml@1.0.10
1010 secrets :
11- GITHUB : ${{ secrets.GITHUB }}
11+ GITHUB : ${{ secrets.GITHUB }}
Original file line number Diff line number Diff line change 11# Terraform version
22terraform {
3- required_version = " >= 1.6.2 "
3+ required_version = " >= 1.6.6 "
44
55 required_providers {
66 aws = {
77 source = " hashicorp/aws"
8- version = " >= 5.22 .0"
8+ version = " >= 5.31 .0"
99 }
1010 random = {
1111 source = " hashicorp/random"
12- version = " >= 3.5.1 "
12+ version = " >= 3.6.0 "
1313 }
1414 }
1515}
You can’t perform that action at this time.
0 commit comments