From 370f2a67cbc63c446c1778d86b1d58090984cf38 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Feb 2026 09:21:17 +0000 Subject: [PATCH] ci(github-actions): bump bridgecrewio/checkov-action Bumps the github-actions group with 1 update: [bridgecrewio/checkov-action](https://github.com/bridgecrewio/checkov-action). Updates `bridgecrewio/checkov-action` from 12.3082.0 to 12.3084.0 - [Release notes](https://github.com/bridgecrewio/checkov-action/releases) - [Commits](https://github.com/bridgecrewio/checkov-action/compare/81ec5eb0ef150170f3bda7759e3878fa1a5bd413...05d9f3cd4807c3dea7444d4e60dc44ad57928ab5) --- updated-dependencies: - dependency-name: bridgecrewio/checkov-action dependency-version: 12.3084.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/scans.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/scans.yml b/.github/workflows/scans.yml index a34792b8..845ce463 100644 --- a/.github/workflows/scans.yml +++ b/.github/workflows/scans.yml @@ -25,7 +25,7 @@ jobs: steps: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - - uses: bridgecrewio/checkov-action@81ec5eb0ef150170f3bda7759e3878fa1a5bd413 # master + - uses: bridgecrewio/checkov-action@05d9f3cd4807c3dea7444d4e60dc44ad57928ab5 # master with: soft_fail: ${{ github.event_name != 'pull_request' }}