From 6c85312eda320fa9d121b0a0766eeff96f68e8a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 23:24:38 +0000 Subject: [PATCH] Bump bridgecrewio/checkov-action from 12.3089.0 to 12.3090.0 Bumps [bridgecrewio/checkov-action](https://github.com/bridgecrewio/checkov-action) from 12.3089.0 to 12.3090.0. - [Release notes](https://github.com/bridgecrewio/checkov-action/releases) - [Commits](https://github.com/bridgecrewio/checkov-action/compare/2fd3901c8feb52417f27f0d9800259a106c1ec1e...dae50a5e9eb93ac7dc96b2aea92a185131103539) --- updated-dependencies: - dependency-name: bridgecrewio/checkov-action dependency-version: 12.3090.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..da153733 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@dae50a5e9eb93ac7dc96b2aea92a185131103539 # v12.3090.0 continue-on-error: true with: quiet: true