Skip to content

Commit 34dbeea

Browse files
authored
Merge branch 'main' into pethers-patch-1
2 parents 5c41b2d + 75eb3ad commit 34dbeea

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
@@ -69,7 +69,7 @@ jobs:
6969
input_path: cloudformation
7070
- name: Run Checkov action
7171
id: checkov
72-
uses: bridgecrewio/checkov-action@d3328add8f0c9461fb3fe0739296f1cee85f7c2b # master
72+
uses: bridgecrewio/checkov-action@4a43ee129bfc26b6b61e606429ffdef18145a61a # master
7373
with:
7474
file: cloudformation/template.yml
7575
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
@@ -48,7 +48,7 @@ jobs:
4848
input_path: cloudformation
4949
- name: Run Checkov action
5050
id: checkov
51-
uses: bridgecrewio/checkov-action@d3328add8f0c9461fb3fe0739296f1cee85f7c2b # master
51+
uses: bridgecrewio/checkov-action@4a43ee129bfc26b6b61e606429ffdef18145a61a # master
5252
with:
5353
file: cloudformation/template.yml
5454
skip_check: CKV_AWS_59,CKV_AWS_120

0 commit comments

Comments
 (0)