diff --git a/.github/workflows/apply.yml b/.github/workflows/apply.yml index c41357f..0cbfcb5 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.2683.0 with: framework: terraform # we are fine with Google's Keys diff --git a/.github/workflows/plan.yml b/.github/workflows/plan.yml index 94606d0..5e9cbc8 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.2683.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..222cbdf 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.2683.0 with: framework: terraform # we are fine with Google's Keys