diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f68cf0a..71694bf 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -69,7 +69,7 @@ jobs: input_path: cloudformation - name: Run Checkov action id: checkov - uses: bridgecrewio/checkov-action@f61d7d6ee56d848062d88c6a8bcaab94028d2b21 # master + uses: bridgecrewio/checkov-action@3c0837b189c5ba53dfd39613840444c5dc1c7801 # 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 a8b6e3d..547bfe5 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@f61d7d6ee56d848062d88c6a8bcaab94028d2b21 # master + uses: bridgecrewio/checkov-action@3c0837b189c5ba53dfd39613840444c5dc1c7801 # master with: file: cloudformation/template.yml skip_check: CKV_AWS_59,CKV_AWS_120