Skip to content

Commit 7182f2a

Browse files
Bump bridgecrewio/checkov-action from 12.2409.0 to 12.2411.0 (#150)
Bumps [bridgecrewio/checkov-action](https://github.com/bridgecrewio/checkov-action) from 12.2409.0 to 12.2411.0. - [Release notes](https://github.com/bridgecrewio/checkov-action/releases) - [Commits](bridgecrewio/checkov-action@c286291...7f0e674) --- updated-dependencies: - dependency-name: bridgecrewio/checkov-action 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 4b2bb67 commit 7182f2a

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
@@ -47,7 +47,7 @@ jobs:
4747
input_path: cloudformation
4848
- name: Run Checkov action
4949
id: checkov
50-
uses: bridgecrewio/checkov-action@c286291c574cfdc98a3cad5e40a8f35b4aed04fa # master
50+
uses: bridgecrewio/checkov-action@7f0e674e24001f723243d9a559890127010ab34b # master
5151
with:
5252
file: cloudformation/template.yml
5353
skip_check: CKV_AWS_59,CKV_AWS_120

.github/workflows/pullrequest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
input_path: cloudformation
4343
- name: Run Checkov action
4444
id: checkov
45-
uses: bridgecrewio/checkov-action@c286291c574cfdc98a3cad5e40a8f35b4aed04fa # master
45+
uses: bridgecrewio/checkov-action@7f0e674e24001f723243d9a559890127010ab34b # master
4646
with:
4747
file: cloudformation/template.yml
4848
skip_check: CKV_AWS_59,CKV_AWS_120

0 commit comments

Comments
 (0)