From 32f6e3d8c9c9f3a248bd28be36450b7d03a6fc98 Mon Sep 17 00:00:00 2001 From: Stefan Prodan Date: Fri, 6 Mar 2026 21:31:06 +0200 Subject: [PATCH] Sign release artifacts with cosign v3 Signed-off-by: Stefan Prodan --- .github/workflows/release.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 20065d6..098b159 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,8 +19,6 @@ jobs: - uses: actions/checkout@v6 - uses: ./.github/actions/runner-cleanup - uses: sigstore/cosign-installer@v4.0.0 - with: - cosign-release: v2.6.1 - uses: fluxcd/flux2/action@v2.8.1 - uses: stefanprodan/timoni/actions/setup@v0.26.0 - name: Setup Notation CLI