diff --git a/.github/workflows/plan.yml b/.github/workflows/plan.yml index d45030d..079ee80 100644 --- a/.github/workflows/plan.yml +++ b/.github/workflows/plan.yml @@ -33,7 +33,7 @@ jobs: uses: actions/checkout@v4 - name: Run Checkov action id: checkov - uses: bridgecrewio/checkov-action@v12.2602.0 + uses: bridgecrewio/checkov-action@v12.2619.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 ed8001c..797666b 100644 --- a/.github/workflows/receive-pull-request.yml +++ b/.github/workflows/receive-pull-request.yml @@ -11,7 +11,7 @@ jobs: uses: actions/checkout@v4 - name: Run Checkov action id: checkov - uses: bridgecrewio/checkov-action@v12.2602.0 + uses: bridgecrewio/checkov-action@v12.2619.0 with: framework: terraform # we are fine with Google's Keys