From 4cd58ca5e4f53325ba02a60ce54a3a408000867f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jan 2024 06:24:49 +0000 Subject: [PATCH] build(deps): bump bridgecrewio/checkov-action Bumps [bridgecrewio/checkov-action](https://github.com/bridgecrewio/checkov-action) from 12.2431.0 to 12.2640.0. - [Release notes](https://github.com/bridgecrewio/checkov-action/releases) - [Commits](https://github.com/bridgecrewio/checkov-action/compare/v12.2431.0...v12.2640.0) --- updated-dependencies: - dependency-name: bridgecrewio/checkov-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/pr-checkov.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-checkov.yaml b/.github/workflows/pr-checkov.yaml index dd9684f..b0f77df 100644 --- a/.github/workflows/pr-checkov.yaml +++ b/.github/workflows/pr-checkov.yaml @@ -16,7 +16,7 @@ jobs: - name: Run Checkov action id: checkov - uses: bridgecrewio/checkov-action@v12.2431.0 + uses: bridgecrewio/checkov-action@v12.2640.0 with: directory: . skip_check: CKV_OPENAPI_5,CKV_OPENAPI_4 # Demo swagger file \ No newline at end of file