@@ -13,9 +13,9 @@ This action currently supports GitHub-provided Linux, macOS and Windows runners
13
13
Add the following entry to your Github workflow YAML file:
14
14
15
15
``` yaml
16
- uses :
sigstore/[email protected] .0
16
+ uses :
sigstore/[email protected] .1
17
17
with :
18
- cosign-release : ' v2.5.1 ' # optional
18
+ cosign-release : ' v2.5.2 ' # optional
19
19
` ` `
20
20
21
21
Example using a pinned version:
30
30
name : Install Cosign
31
31
steps :
32
32
- name : Install Cosign
33
- uses :
sigstore/[email protected] .0
33
+ uses :
sigstore/[email protected] .1
34
34
with :
35
- cosign-release : ' v2.5.1 '
35
+ cosign-release : ' v2.5.2 '
36
36
- name : Check install!
37
37
run : cosign version
38
38
` ` `
49
49
name : Install Cosign
50
50
steps :
51
51
- name : Install Cosign
52
- uses :
sigstore/[email protected] .0
52
+ uses :
sigstore/[email protected] .1
53
53
- name : Check install!
54
54
run : cosign version
55
55
` ` `
@@ -68,12 +68,12 @@ jobs:
68
68
name : Install Cosign via go install
69
69
steps :
70
70
- name : Install go
71
- uses : actions/setup-go@v5
71
+ uses : actions/setup-go@v5.5.0
72
72
with :
73
73
go-version : ' 1.24'
74
74
check-latest : true
75
75
- name : Install Cosign
76
- uses : sigstore/cosign-installer@v3.8 .1
76
+ uses : sigstore/cosign-installer@v3.9 .1
77
77
with :
78
78
cosign-release : main
79
79
- name : Check install!
@@ -105,29 +105,29 @@ jobs:
105
105
fetch-depth: 1
106
106
107
107
- name: Install Cosign
108
- uses: sigstore/[email protected] .0
108
+ uses: sigstore/[email protected] .1
109
109
110
110
- name: Set up QEMU
111
- uses: docker/setup-qemu-action@v3.4 .0
111
+ uses: docker/setup-qemu-action@v3.6 .0
112
112
113
113
- name: Set up Docker Buildx
114
- uses: docker/setup-buildx-action@v3.9.0
114
+ uses: docker/setup-buildx-action@v3.11.1
115
115
116
116
- name: Login to GitHub Container Registry
117
- uses: docker/login-action@v3.3 .0
117
+ uses: docker/login-action@v3.4 .0
118
118
with:
119
119
registry: ghcr.io
120
120
username: ${{ github.actor }}
121
121
password: ${{ secrets.GITHUB_TOKEN }}
122
122
123
123
- id: docker_meta
124
- uses: docker/metadata-action@v5.6.1
124
+ uses: docker/metadata-action@v5.7.0
125
125
with:
126
126
images: ghcr.io/sigstore/sample-honk
127
127
tags: type=sha,format=long
128
128
129
129
- name: Build and Push container images
130
- uses: docker/build-push-action@v6.14 .0
130
+ uses: docker/build-push-action@v6.18 .0
131
131
id: build-and-push
132
132
with:
133
133
platforms: linux/amd64,linux/arm/v7,linux/arm64
0 commit comments