From e4e72484a5de6500bfd4d7f9575644eb81ed556d Mon Sep 17 00:00:00 2001 From: Alexey Pustovalov Date: Fri, 17 Jan 2025 17:04:46 +0900 Subject: [PATCH] Merge pull request #1604 from zabbix/dependabot/github_actions/docker/setup-qemu-action-3.3.0 Bump docker/setup-qemu-action from 3.1.0 to 3.3.0 --- .github/workflows/images_build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/images_build.yml b/.github/workflows/images_build.yml index 369da4ad8..1a2860a74 100644 --- a/.github/workflows/images_build.yml +++ b/.github/workflows/images_build.yml @@ -284,7 +284,7 @@ jobs: run: cosign version - name: Set up QEMU - uses: docker/setup-qemu-action@5927c834f5b4fdf503fca6f4c7eccda82949e1ee # v3.1.0 + uses: docker/setup-qemu-action@53851d14592bedcffcf25ea515637cff71ef929a # v3.3.0 with: image: tonistiigi/binfmt:latest platforms: all @@ -511,7 +511,7 @@ jobs: run: cosign version - name: Set up QEMU - uses: docker/setup-qemu-action@5927c834f5b4fdf503fca6f4c7eccda82949e1ee # v3.1.0 + uses: docker/setup-qemu-action@53851d14592bedcffcf25ea515637cff71ef929a # v3.3.0 with: image: tonistiigi/binfmt:latest platforms: all @@ -872,7 +872,7 @@ jobs: run: cosign version - name: Set up QEMU - uses: docker/setup-qemu-action@5927c834f5b4fdf503fca6f4c7eccda82949e1ee # v3.1.0 + uses: docker/setup-qemu-action@53851d14592bedcffcf25ea515637cff71ef929a # v3.3.0 with: image: tonistiigi/binfmt:latest platforms: all