diff --git a/.github/workflows/apply.yml b/.github/workflows/apply.yml index 29647e4..7ea76d4 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.2717.0 + uses: bridgecrewio/checkov-action@v12.2742.0 with: framework: terraform # we are fine with Google's Keys diff --git a/.github/workflows/bootstrap.yml b/.github/workflows/bootstrap.yml index c6bdf25..27c76d6 100644 --- a/.github/workflows/bootstrap.yml +++ b/.github/workflows/bootstrap.yml @@ -37,7 +37,7 @@ jobs: uses: actions/checkout@v4 - name: Run Checkov action id: checkov - uses: bridgecrewio/checkov-action@v12.2717.0 + uses: bridgecrewio/checkov-action@v12.2742.0 with: framework: terraform # we are fine with Google's Keys diff --git a/.github/workflows/plan.yml b/.github/workflows/plan.yml index 3373aee..4ba3da4 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.2717.0 + uses: bridgecrewio/checkov-action@v12.2742.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 aad7357..34a952b 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.2717.0 + uses: bridgecrewio/checkov-action@v12.2742.0 with: framework: terraform # we are fine with Google's Keys