From 5995301667b11268ac4b01b1207a4663939eeb0e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 13:23:44 +0000 Subject: [PATCH] Bump the actions group across 1 directory with 2 updates Bumps the actions group with 2 updates in the / directory: [terraform-linters/setup-tflint](https://github.com/terraform-linters/setup-tflint) and [github/codeql-action](https://github.com/github/codeql-action). Updates `terraform-linters/setup-tflint` from 4 to 6 - [Release notes](https://github.com/terraform-linters/setup-tflint/releases) - [Commits](https://github.com/terraform-linters/setup-tflint/compare/v4...v6) Updates `github/codeql-action` from 3 to 4 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/github/codeql-action/compare/v3...v4) --- updated-dependencies: - dependency-name: terraform-linters/setup-tflint dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: github/codeql-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/terraform-lint.yml | 2 +- .github/workflows/terraform-security-msdo.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/terraform-lint.yml b/.github/workflows/terraform-lint.yml index ccff7e0..e94d717 100644 --- a/.github/workflows/terraform-lint.yml +++ b/.github/workflows/terraform-lint.yml @@ -23,7 +23,7 @@ jobs: ref: ${{ github.event.pull_request.head.sha }} - name: Setup TFLint - uses: terraform-linters/setup-tflint@v4 + uses: terraform-linters/setup-tflint@v6 with: tflint_version: v0.46.1 diff --git a/.github/workflows/terraform-security-msdo.yml b/.github/workflows/terraform-security-msdo.yml index f8b868a..fe44c11 100644 --- a/.github/workflows/terraform-security-msdo.yml +++ b/.github/workflows/terraform-security-msdo.yml @@ -27,7 +27,7 @@ jobs: tools: checkov,terrascan,trivy policy: microsoft categories: IaC - - uses: github/codeql-action/upload-sarif@v3 + - uses: github/codeql-action/upload-sarif@v4 if: success() || failure() with: sarif_file: ${{ steps.msdo.outputs.sarifFile }}