From d95ba33412470778e8aa916360782b1c0e4343a9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 21:39:50 +0000 Subject: [PATCH] ci(sync): update GitHub Actions Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .github/actions/checkov/action.yaml | 2 +- .github/actions/docker-setup/action.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/checkov/action.yaml b/.github/actions/checkov/action.yaml index 64efb1e..5e0839e 100644 --- a/.github/actions/checkov/action.yaml +++ b/.github/actions/checkov/action.yaml @@ -32,7 +32,7 @@ runs: - name: checkov if: steps.checkov_config.outputs.path - uses: bridgecrewio/checkov-action@1246d92f57abae29d5db5f9aeeed2a9813e52d7d # v12.3117.0 - https://github.com/bridgecrewio/checkov-action/releases + uses: bridgecrewio/checkov-action@59b9d7edfcad5b87fbe3f473a9a134a721ad03f8 # v12.3119.0 - https://github.com/bridgecrewio/checkov-action/releases with: config_file: ${{ steps.checkov_config.outputs.path }} output_format: cli diff --git a/.github/actions/docker-setup/action.yaml b/.github/actions/docker-setup/action.yaml index 7bf1d4c..bb7bec1 100644 --- a/.github/actions/docker-setup/action.yaml +++ b/.github/actions/docker-setup/action.yaml @@ -66,7 +66,7 @@ runs: password: ${{ inputs.dockerhub-token }} - name: docker/setup-buildx - uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4.2.0 - https://github.com/docker/setup-buildx-action/releases + uses: docker/setup-buildx-action@37fe631027851001ddb9b187196cc803df7f5f0e # v4.3.0 - https://github.com/docker/setup-buildx-action/releases # # https://docs.docker.com/build/ci/github-actions/multi-platform/ # - name: Set up QEMU # uses: docker/setup-qemu-action@v2