diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a67caaf..44d1ed8 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -111,7 +111,7 @@ jobs: input_path: cloudformation - name: Run Checkov action id: checkov - uses: bridgecrewio/checkov-action@1f64b282b7fd1cb3897c4b6123ac37a81ef6b214 # master + uses: bridgecrewio/checkov-action@de2bfaecd21d58ef232e0d2a3391c33c32c460d7 # master with: file: cloudformation/template.yml skip_check: CKV_AWS_59,CKV_AWS_120,CKV2_AWS_71 diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml index 9018f34..a2b98dd 100644 --- a/.github/workflows/pullrequest.yml +++ b/.github/workflows/pullrequest.yml @@ -91,7 +91,7 @@ jobs: input_path: cloudformation - name: Run Checkov action id: checkov - uses: bridgecrewio/checkov-action@1f64b282b7fd1cb3897c4b6123ac37a81ef6b214 # master + uses: bridgecrewio/checkov-action@de2bfaecd21d58ef232e0d2a3391c33c32c460d7 # master with: file: cloudformation/template.yml skip_check: CKV_AWS_59,CKV_AWS_120,CKV2_AWS_71