Skip to content

Commit 25a5e86

Browse files
authored
Update release.yml (#194)
Signed-off-by: Thomas Vitale <ThomasVitale@users.noreply.github.com>
1 parent a847c09 commit 25a5e86

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
env:
66
REGISTRY: ghcr.io
77
IMAGE_NAME: ${{ github.repository }}
8-
VERSION: 0.11.1
8+
VERSION: 0.12.0-RC1
99

1010
jobs:
1111
build:
@@ -87,7 +87,7 @@ jobs:
8787
IMAGE_DIGEST: ${{ needs.build.outputs.image-digest }}
8888
steps:
8989
- name: Install Cosign
90-
uses: sigstore/cosign-installer@v3.0.2
90+
uses: sigstore/cosign-installer@v3.0.5
9191

9292
- name: Log into container registry
9393
uses: redhat-actions/podman-login@v1.6
@@ -106,7 +106,7 @@ jobs:
106106
actions: read
107107
id-token: write
108108
packages: write
109-
uses: slsa-framework/slsa-github-generator/.github/workflows/generator_container_slsa3.yml@v1.5.0
109+
uses: slsa-framework/slsa-github-generator/.github/workflows/generator_container_slsa3.yml@v1.6.0
110110
with:
111111
image: ${{ needs.build.outputs.image-name }}
112112
digest: ${{ needs.build.outputs.image-digest }}

0 commit comments

Comments
 (0)