File tree Expand file tree Collapse file tree 5 files changed +11
-11
lines changed Expand file tree Collapse file tree 5 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 1212 name : validate
1313 runs-on : ubuntu-latest
1414 steps :
15- - uses : amannn/action-semantic-pull-request@v5
15+ - uses : amannn/action-semantic-pull-request@v6
1616 env :
1717 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
1818 with :
Original file line number Diff line number Diff line change 77 stale :
88 runs-on : ubuntu-latest
99 steps :
10- - uses : actions/stale@v9
10+ - uses : actions/stale@v10
1111 with :
1212 repo-token : ${{ secrets.GITHUB_TOKEN }}
1313
Original file line number Diff line number Diff line change 1919 matrix :
2020 terraform : [ 1.5.7, latest ]
2121 steps :
22- - uses : actions/checkout@v4
22+ - uses : actions/checkout@v5
2323
2424 - uses : hashicorp/setup-terraform@v3
2525 with :
3333 matrix :
3434 terraform : [ 1.5.7, latest ]
3535 steps :
36- - uses : actions/checkout@v4
36+ - uses : actions/checkout@v5
3737
3838 - uses : hashicorp/setup-terraform@v3
3939 with :
4747 matrix :
4848 terraform : [ 1.5.7, latest ]
4949 steps :
50- - uses : actions/checkout@v4
50+ - uses : actions/checkout@v5
5151
5252 - uses : actions/cache@v4
5353 with :
5858 with :
5959 terraform_version : ${{ matrix.terraform }}
6060
61- - uses : terraform-linters/setup-tflint@v4
61+ - uses : terraform-linters/setup-tflint@v5
6262 with :
6363 github_token : ${{ secrets.GITHUB_TOKEN }}
6464
7070 matrix :
7171 terraform : [ 1.5.7, latest ]
7272 steps :
73- - uses : actions/checkout@v4
73+ - uses : actions/checkout@v5
7474
7575 - name : config
7676 run : |
9191
9292 cat ./trivy.yaml
9393
94- - uses : aquasecurity/trivy-action@0.32.0
94+ - uses : aquasecurity/trivy-action@0.33.1
9595 with :
9696 scan-type : ' config'
9797 hide-progress : false
Original file line number Diff line number Diff line change 11repos :
22 - repo : https://github.com/antonbabenko/pre-commit-terraform
3- rev : v1.99.4
3+ rev : v1.100.0
44 hooks :
55 - id : terraform_fmt
66 - id : terraform_validate
1515 args :
1616 - ' --args=--lockfile=false'
1717 - repo : https://github.com/pre-commit/pre-commit-hooks
18- rev : v5 .0.0
18+ rev : v6 .0.0
1919 hooks :
2020 - id : check-merge-conflict
2121 - id : trailing-whitespace
Original file line number Diff line number Diff line change 44
55plugin "aws" {
66 enabled = true
7- version = " 0.40 .0"
7+ version = " 0.42 .0"
88 source = " github.com/terraform-linters/tflint-ruleset-aws"
99}
1010
You can’t perform that action at this time.
0 commit comments