From fbe5f48750a6d04ce936dbe4c73f1ac792e14162 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 4 Jul 2026 17:32:26 +0000 Subject: [PATCH] chore(deps): update docker/build-push-action action to v7 --- .github/workflows/09-container-security.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/09-container-security.yaml b/.github/workflows/09-container-security.yaml index a2c188f..3009803 100644 --- a/.github/workflows/09-container-security.yaml +++ b/.github/workflows/09-container-security.yaml @@ -339,7 +339,7 @@ jobs: - name: Build container image id: build continue-on-error: true - uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2 + uses: docker/build-push-action@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a # v7.3.0 with: context: . file: ${{ matrix.dockerfile }}