Skip to content

Commit 4d4fe93

Browse files
committed
chore: bumped actions and code check configs
1 parent cfdfc41 commit 4d4fe93

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

.github/workflows/pr-title.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
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:

.github/workflows/stale.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
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

.github/workflows/static-analysis.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
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:
@@ -33,7 +33,7 @@ jobs:
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:
@@ -47,7 +47,7 @@ jobs:
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:
@@ -58,7 +58,7 @@ jobs:
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

@@ -70,7 +70,7 @@ jobs:
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: |
@@ -91,7 +91,7 @@ jobs:
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

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
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
@@ -15,7 +15,7 @@ repos:
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

.tflint.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ config {
44

55
plugin "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

0 commit comments

Comments
 (0)