From 57d041f255f68d434dc43f15864b2a3169ee60e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 17:16:21 +0000 Subject: [PATCH 1/4] Bump actions/checkout from 5 to 6 Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/pr.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml index 116d30d..6fc6cb8 100644 --- a/.github/workflows/pr.yaml +++ b/.github/workflows/pr.yaml @@ -16,7 +16,7 @@ jobs: steps: - name: Check out code - uses: actions/checkout@v5 + uses: actions/checkout@v6 - uses: actions/cache@v4 name: Cache Plugins From 0a578de1deac668b4519519f55f19254e125effa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 14 Dec 2025 17:03:20 +0000 Subject: [PATCH 2/4] Bump actions/cache from 4 to 5 Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/pr.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml index 6fc6cb8..4559e2f 100644 --- a/.github/workflows/pr.yaml +++ b/.github/workflows/pr.yaml @@ -18,7 +18,7 @@ jobs: - name: Check out code uses: actions/checkout@v6 - - uses: actions/cache@v4 + - uses: actions/cache@v5 name: Cache Plugins with: path: ~/.tflint.d/plugins From c74782b304642c5286442405f7f342e62b7fc8f2 Mon Sep 17 00:00:00 2001 From: Dave Hall Date: Sat, 24 Jan 2026 16:22:00 +1100 Subject: [PATCH 3/4] Bump version to AWS linter to 0.45.0 and run dos2unix --- .tflint.hcl | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/.tflint.hcl b/.tflint.hcl index a7fa71a..41d5f90 100644 --- a/.tflint.hcl +++ b/.tflint.hcl @@ -1,6 +1,5 @@ -plugin "aws" { - enabled = true - version = "0.44.0" - source = "github.com/terraform-linters/tflint-ruleset-aws" -} - +plugin "aws" { + enabled = true + version = "0.45.0" + source = "github.com/terraform-linters/tflint-ruleset-aws" +} \ No newline at end of file From 351f7fecada59cd12fb59dcbffb7f1dc97cff0eb Mon Sep 17 00:00:00 2001 From: Dave Hall Date: Sat, 24 Jan 2026 16:26:57 +1100 Subject: [PATCH 4/4] Always use latest tflint --- .github/workflows/pr.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml index 4559e2f..d323fea 100644 --- a/.github/workflows/pr.yaml +++ b/.github/workflows/pr.yaml @@ -28,8 +28,6 @@ jobs: uses: terraform-linters/setup-tflint@v6.2.1 env: GITHUB_TOKEN: ${{ github.token }} - with: - tflint_version: v0.59.1 - name: Install Plugins run: tflint --init