diff --git a/.github/workflows/apply.yml b/.github/workflows/apply.yml index 8102843..b959bb7 100644 --- a/.github/workflows/apply.yml +++ b/.github/workflows/apply.yml @@ -46,7 +46,7 @@ jobs: uses: actions/checkout@v4 - name: Run Checkov action id: checkov - uses: bridgecrewio/checkov-action@v12.2769.0 + uses: bridgecrewio/checkov-action@v12.2786.0 apply: runs-on: ubuntu-20.04 diff --git a/.github/workflows/bootstrap.yml b/.github/workflows/bootstrap.yml index 4569619..a7de797 100644 --- a/.github/workflows/bootstrap.yml +++ b/.github/workflows/bootstrap.yml @@ -49,7 +49,7 @@ jobs: uses: actions/checkout@v4 - name: Run Checkov action id: checkov - uses: bridgecrewio/checkov-action@v12.2769.0 + uses: bridgecrewio/checkov-action@v12.2786.0 lint: runs-on: ubuntu-20.04 diff --git a/.github/workflows/plan.yml b/.github/workflows/plan.yml index b7cbcc5..d7e6c7d 100644 --- a/.github/workflows/plan.yml +++ b/.github/workflows/plan.yml @@ -49,7 +49,7 @@ jobs: uses: actions/checkout@v4 - name: Run Checkov action id: checkov - uses: bridgecrewio/checkov-action@v12.2769.0 + uses: bridgecrewio/checkov-action@v12.2786.0 lint: runs-on: ubuntu-20.04 diff --git a/.github/workflows/receive-pull-request.yml b/.github/workflows/receive-pull-request.yml index e85915e..e596f08 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.2769.0 + uses: bridgecrewio/checkov-action@v12.2786.0 security-scan: runs-on: ubuntu-20.04