diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5f6566e0..11546bc0 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -67,7 +67,7 @@ jobs: input_path: cloudformation - name: Run Checkov action id: checkov - uses: bridgecrewio/checkov-action@5877584c811146d35516c25eaca368b13589b4ba # master + uses: bridgecrewio/checkov-action@8fb58d95bede56c68adad56930d1c977c91935e6 # master with: file: cloudformation/template.yml skip_check: CKV_AWS_59,CKV_AWS_120 diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml index db76aa10..c1fb52b7 100644 --- a/.github/workflows/pullrequest.yml +++ b/.github/workflows/pullrequest.yml @@ -48,7 +48,7 @@ jobs: input_path: cloudformation - name: Run Checkov action id: checkov - uses: bridgecrewio/checkov-action@5877584c811146d35516c25eaca368b13589b4ba # master + uses: bridgecrewio/checkov-action@8fb58d95bede56c68adad56930d1c977c91935e6 # master with: file: cloudformation/template.yml skip_check: CKV_AWS_59,CKV_AWS_120