From 9a866ce733b1799f6b05a28697c9e523c0768270 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 14:12:52 +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.36.12 to 3.36.18. - [Release notes](https://github.com/greenbone/actions/releases) - [Commits](https://github.com/greenbone/actions/compare/aa49604a7c2a28d7810d23addac6513af7d8e11f...1e7f352e793c3815c54aebe8f9da50d7a80e6f41) --- updated-dependencies: - dependency-name: greenbone/actions/container-multi-arch-manifest dependency-version: 3.36.18 dependency-type: direct:production update-type: version-update:semver-patch ... 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 7cd9103..025c7cc 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@aa49604a7c2a28d7810d23addac6513af7d8e11f # v3.36.12 + uses: greenbone/actions/container-multi-arch-manifest@1e7f352e793c3815c54aebe8f9da50d7a80e6f41 # v3.36.18 with: cosign-key: ${{ secrets.COSIGN_KEY_OPENSIGHT }} cosign-key-password: ${{ secrets.COSIGN_KEY_PASSWORD_OPENSIGHT }}