diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 206031c..fa1bcb0 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@b840feb5432f9df3c791c2c0e0aa3a077d75eeb1 # master + uses: bridgecrewio/checkov-action@5fa28e9c4db2c0920ade6ae453c0e91745c6378a # 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 f5ff030..0f5bdd2 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@b840feb5432f9df3c791c2c0e0aa3a077d75eeb1 # master + uses: bridgecrewio/checkov-action@5fa28e9c4db2c0920ade6ae453c0e91745c6378a # master with: file: cloudformation/template.yml skip_check: CKV_AWS_59,CKV_AWS_120