From a2517914ce900d9fcdb33e8d668af45e6b059634 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 15 Mar 2026 19:35:09 +0000 Subject: [PATCH] chore(deps): bump aquasecurity/tfsec-action from 1.0.2 to 1.0.3 Bumps [aquasecurity/tfsec-action](https://github.com/aquasecurity/tfsec-action) from 1.0.2 to 1.0.3. - [Release notes](https://github.com/aquasecurity/tfsec-action/releases) - [Commits](https://github.com/aquasecurity/tfsec-action/compare/141b4983d1a2ada087fa804bc40e59e9cc138bcf...b466648d6e39e7c75324f25d83891162a721f2d6) --- updated-dependencies: - dependency-name: aquasecurity/tfsec-action dependency-version: 1.0.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 5267c39..84b8e9b 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -40,7 +40,7 @@ jobs: timeout-minutes: 10 steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - - uses: aquasecurity/tfsec-action@141b4983d1a2ada087fa804bc40e59e9cc138bcf # v1.0.2 + - uses: aquasecurity/tfsec-action@b466648d6e39e7c75324f25d83891162a721f2d6 # v1.0.3 with: soft_fail: false