Skip to content
This repository was archived by the owner on Apr 6, 2026. It is now read-only.

Commit 5995301

Browse files
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](terraform-linters/setup-tflint@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](github/codeql-action@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] <support@github.com>
1 parent 6dad2a5 commit 5995301

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/terraform-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
ref: ${{ github.event.pull_request.head.sha }}
2424

2525
- name: Setup TFLint
26-
uses: terraform-linters/setup-tflint@v4
26+
uses: terraform-linters/setup-tflint@v6
2727
with:
2828
tflint_version: v0.46.1
2929

.github/workflows/terraform-security-msdo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
tools: checkov,terrascan,trivy
2828
policy: microsoft
2929
categories: IaC
30-
- uses: github/codeql-action/upload-sarif@v3
30+
- uses: github/codeql-action/upload-sarif@v4
3131
if: success() || failure()
3232
with:
3333
sarif_file: ${{ steps.msdo.outputs.sarifFile }}

0 commit comments

Comments
 (0)