From bfac6544e677c80d61a267f34776edddaf8a8347 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Mar 2026 23:24:40 +0000 Subject: [PATCH] Bump bridgecrewio/checkov-action from 12.3089.0 to 12.3092.0 Bumps [bridgecrewio/checkov-action](https://github.com/bridgecrewio/checkov-action) from 12.3089.0 to 12.3092.0. - [Release notes](https://github.com/bridgecrewio/checkov-action/releases) - [Commits](https://github.com/bridgecrewio/checkov-action/compare/2fd3901c8feb52417f27f0d9800259a106c1ec1e...0ce65fae06c148e349f955c3c35ad049c11e838c) --- updated-dependencies: - dependency-name: bridgecrewio/checkov-action dependency-version: 12.3092.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/quality-checks.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/quality-checks.yaml b/.github/workflows/quality-checks.yaml index 840b0c36..cfec44d7 100644 --- a/.github/workflows/quality-checks.yaml +++ b/.github/workflows/quality-checks.yaml @@ -220,7 +220,7 @@ jobs: - name: "Checkov scan" id: "checkov" - uses: bridgecrewio/checkov-action@2fd3901c8feb52417f27f0d9800259a106c1ec1e # v12 + uses: bridgecrewio/checkov-action@0ce65fae06c148e349f955c3c35ad049c11e838c # v12 continue-on-error: true with: quiet: true