From 8dc5d402c93e7de439b2377170abb3bbdcb9f067 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Jun 2026 14:12:40 +0000 Subject: [PATCH] Deps: Bump greenbone/actions/container-multi-arch-manifest Bumps [greenbone/actions/container-multi-arch-manifest](https://github.com/greenbone/actions) from 3.27.13 to 3.36.12. - [Release notes](https://github.com/greenbone/actions/releases) - [Commits](https://github.com/greenbone/actions/compare/f0c8b8268b98d09237774489fefc2c0ab77703aa...aa49604a7c2a28d7810d23addac6513af7d8e11f) --- updated-dependencies: - dependency-name: greenbone/actions/container-multi-arch-manifest dependency-version: 3.36.12 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/container-push.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/container-push.yml b/.github/workflows/container-push.yml index 428753f..04888c4 100644 --- a/.github/workflows/container-push.yml +++ b/.github/workflows/container-push.yml @@ -202,7 +202,7 @@ jobs: - name: Create multi arch manifest id: manifest - uses: greenbone/actions/container-multi-arch-manifest@f0c8b8268b98d09237774489fefc2c0ab77703aa # v3.27.13 + uses: greenbone/actions/container-multi-arch-manifest@aa49604a7c2a28d7810d23addac6513af7d8e11f # v3.36.12 with: cosign-key: ${{ secrets.COSIGN_KEY_OPENSIGHT }} cosign-key-password: ${{ secrets.COSIGN_KEY_PASSWORD_OPENSIGHT }}