From 1d332a3eedcc61af241d1eccce57c760bc0d8fa0 Mon Sep 17 00:00:00 2001 From: "docker-ghactions[bot]" <257851036+docker-ghactions[bot]@users.noreply.github.com> Date: Fri, 17 Jul 2026 15:54:46 +0000 Subject: [PATCH] chore(deps): update Cosign version to v3.1.2 Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- __tests__/sigstore/sigstore.test.itg.ts | 2 +- dev.Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/__tests__/sigstore/sigstore.test.itg.ts b/__tests__/sigstore/sigstore.test.itg.ts index abb0e2bf..c9344114 100644 --- a/__tests__/sigstore/sigstore.test.itg.ts +++ b/__tests__/sigstore/sigstore.test.itg.ts @@ -36,7 +36,7 @@ const maybe = runTest ? describe : describe.skip; const maybeIdToken = runTest && process.env.ACTIONS_ID_TOKEN_REQUEST_URL ? describe : describe.skip; const imageName = 'ghcr.io/docker/actions-toolkit-test'; -const currentCosignVersion = 'v3.1.1'; +const currentCosignVersion = 'v3.1.2'; const signAttestationCosignVersions = ['v3.0.2', 'v3.0.6', currentCosignVersion] as const; const installedCosign = new Map>(); diff --git a/dev.Dockerfile b/dev.Dockerfile index 87e0f351..8a7eecad 100644 --- a/dev.Dockerfile +++ b/dev.Dockerfile @@ -20,7 +20,7 @@ ARG BUILDX_VERSION=0.35.0 ARG COMPOSE_VERSION=5.3.1 ARG UNDOCK_VERSION=0.14.0 ARG REGCTL_VERSION=v0.11.5 -ARG COSIGN_VERSION=v3.1.1 +ARG COSIGN_VERSION=v3.1.2 FROM node:${NODE_VERSION}-alpine AS base RUN apk add --no-cache cpio findutils git