Skip to content

Commit 8386646

Browse files
Bump bridgecrewio/checkov-action from 12.3079.0 to 12.3080.0 (#750)
Bumps [bridgecrewio/checkov-action](https://github.com/bridgecrewio/checkov-action) from 12.3079.0 to 12.3080.0. - [Release notes](https://github.com/bridgecrewio/checkov-action/releases) - [Commits](bridgecrewio/checkov-action@5051a5c...f348852) --- updated-dependencies: - dependency-name: bridgecrewio/checkov-action dependency-version: 12.3080.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 077b97a commit 8386646

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
input_path: cloudformation
111111
- name: Run Checkov action
112112
id: checkov
113-
uses: bridgecrewio/checkov-action@5051a5cfc7e4c71d95199f81ffafbb490c7e6213 # master
113+
uses: bridgecrewio/checkov-action@f34885219720066007f948b843e747bb136aa223 # master
114114
with:
115115
file: cloudformation/template.yml
116116
skip_check: CKV_AWS_59,CKV_AWS_120,CKV2_AWS_71

.github/workflows/pullrequest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
input_path: cloudformation
9090
- name: Run Checkov action
9191
id: checkov
92-
uses: bridgecrewio/checkov-action@5051a5cfc7e4c71d95199f81ffafbb490c7e6213 # master
92+
uses: bridgecrewio/checkov-action@f34885219720066007f948b843e747bb136aa223 # master
9393
with:
9494
file: cloudformation/template.yml
9595
skip_check: CKV_AWS_59,CKV_AWS_120,CKV2_AWS_71

0 commit comments

Comments
 (0)