File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 77 name : " terraform"
88 runs-on : " ubuntu-latest"
99 steps :
10- - uses : actions/checkout@v4
10+ - uses : actions/checkout@v6
1111 - name : Setup Terraform
1212 uses : hashicorp/setup-terraform@v3
1313 - name : Cache terraform folder
2525 name : " tflint"
2626 runs-on : ubuntu-latest
2727 steps :
28- - uses : actions/checkout@v4
28+ - uses : actions/checkout@v6
2929 - uses : actions/cache@v4
3030 name : Cache tflint plugin dir
3131 with :
4141 name : " tfsec"
4242 runs-on : ubuntu-latest
4343 steps :
44- - uses : actions/checkout@v4
44+ - uses : actions/checkout@v6
4545 - name : Run tfsec with reviewdog output on the PR
4646 uses : reviewdog/action-tfsec@master
4747 with :
Original file line number Diff line number Diff line change 1212 if : github.ref == 'refs/heads/main'
1313 environment : prod
1414 steps :
15- - uses : actions/checkout@v4
15+ - uses : actions/checkout@v6
1616
1717 - name : gh cli auth
1818 run : echo "${{ secrets.GITHUB_TOKEN }}" | gh auth login --with-token
You can’t perform that action at this time.
0 commit comments