File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 55env :
66 REGISTRY : ghcr.io
77 IMAGE_NAME : ${{ github.repository }}
8- VERSION : 0.11.1
8+ VERSION : 0.12.0-RC1
99
1010jobs :
1111 build :
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 }}
You can’t perform that action at this time.
0 commit comments