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 1414
1515 steps :
1616 - name : Checkout
17- uses : actions/checkout@v4
17+ uses : actions/checkout@v6
1818 with :
1919 ref : ${{ github.event.pull_request.head.ref }}
2020
Original file line number Diff line number Diff line change 2828
2929 steps :
3030 - name : Checkout
31- uses : actions/checkout@v4
31+ uses : actions/checkout@v6
3232
3333 - name : Setup Terraform
3434 uses : hashicorp/setup-terraform@v3
4646 working-directory : ${{ matrix.module }}
4747
4848 - name : Setup TFLint
49- uses : terraform-linters/setup-tflint@v4
49+ uses : terraform-linters/setup-tflint@v6
5050
5151 - name : TFLint Init
5252 run : tflint --init --config "$GITHUB_WORKSPACE/.tflint.hcl"
6262
6363 steps :
6464 - name : Checkout
65- uses : actions/checkout@v4
65+ uses : actions/checkout@v6
6666
6767 - name : Run Trivy security scanner
6868 uses : aquasecurity/trivy-action@master
You can’t perform that action at this time.
0 commit comments