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

Commit 37722cc

Browse files
authored
Merge pull request #33 from microsoft/dependabot/github_actions/actions-ff6349120b
Bump the actions group across 1 directory with 2 updates
2 parents 2b448a0 + 5995301 commit 37722cc

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)