From e9a774416b6ba44bd247a07cdc64e8064660f63e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Aug 2026 14:12:50 +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.15. - [Release notes](https://github.com/greenbone/actions/releases) - [Commits](https://github.com/greenbone/actions/compare/aa49604a7c2a28d7810d23addac6513af7d8e11f...cdaf49a9913e2944bfb5ebc1e333acadaeb3d16d) --- updated-dependencies: - dependency-name: greenbone/actions/container-multi-arch-manifest dependency-version: 3.36.15 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..dedd6c7 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@cdaf49a9913e2944bfb5ebc1e333acadaeb3d16d # v3.36.15 with: cosign-key: ${{ secrets.COSIGN_KEY_OPENSIGHT }} cosign-key-password: ${{ secrets.COSIGN_KEY_PASSWORD_OPENSIGHT }}