diff --git a/.github/workflows/apply.yml b/.github/workflows/apply.yml index f8fe2f0..14af7fc 100644 --- a/.github/workflows/apply.yml +++ b/.github/workflows/apply.yml @@ -33,7 +33,7 @@ jobs: uses: actions/checkout@v4 - name: Run Checkov action id: checkov - uses: bridgecrewio/checkov-action@v12.2672.0 + uses: bridgecrewio/checkov-action@v12.2687.0 with: framework: terraform # we are fine with Google's Keys diff --git a/.github/workflows/plan.yml b/.github/workflows/plan.yml index e94bc90..589316a 100644 --- a/.github/workflows/plan.yml +++ b/.github/workflows/plan.yml @@ -36,7 +36,7 @@ jobs: uses: actions/checkout@v4 - name: Run Checkov action id: checkov - uses: bridgecrewio/checkov-action@v12.2672.0 + uses: bridgecrewio/checkov-action@v12.2687.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 67ea672..ea537ab 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.2672.0 + uses: bridgecrewio/checkov-action@v12.2687.0 with: framework: terraform # we are fine with Google's Keys