diff --git a/.github/workflows/plan.yml b/.github/workflows/plan.yml index 8583ee0..e70fb62 100644 --- a/.github/workflows/plan.yml +++ b/.github/workflows/plan.yml @@ -33,7 +33,7 @@ jobs: uses: actions/checkout@v3 - name: Run Checkov action id: checkov - uses: bridgecrewio/checkov-action@v12.2264.0 + uses: bridgecrewio/checkov-action@v12.2467.0 with: framework: terraform # we are fine with Google's Keys diff --git a/.github/workflows/receive-pull-request.yml b/.github/workflows/receive-pull-request.yml index 39c39d4..ccb6ac3 100644 --- a/.github/workflows/receive-pull-request.yml +++ b/.github/workflows/receive-pull-request.yml @@ -11,7 +11,7 @@ jobs: uses: actions/checkout@v3 - name: Run Checkov action id: checkov - uses: bridgecrewio/checkov-action@v12.2264.0 + uses: bridgecrewio/checkov-action@v12.2467.0 with: framework: terraform # we are fine with Google's Keys