File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 34
34
registry : ghcr.io
35
35
36
36
- name : Set up Docker Buildx
37
- uses : docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3.10.0
37
+ uses : docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1
38
38
39
39
- name : Publish on GitHub Container Registry
40
40
run : make publish-multiarch
43
43
44
44
# https://github.com/sigstore/cosign-installer
45
45
- name : Install Cosign
46
- uses : sigstore/cosign-installer@3454372f43399081ed03b604cb2d021dabca52bb # v3.8 .2
46
+ uses : sigstore/cosign-installer@d58896d6a1865668819e1d91763c7751a165e159 # v3.9 .2
47
47
48
48
- name : Check Cosign install!
49
49
run : cosign version
Original file line number Diff line number Diff line change 40
40
registry : ghcr.io
41
41
42
42
- name : Set up Docker Buildx
43
- uses : docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3.10.0
43
+ uses : docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1
44
44
45
45
- name : Publish on GitHub Container Registry
46
46
run : make publish-multiarch
49
49
50
50
# https://github.com/sigstore/cosign-installer
51
51
- name : Install Cosign
52
- uses : sigstore/cosign-installer@3454372f43399081ed03b604cb2d021dabca52bb # v3.8 .2
52
+ uses : sigstore/cosign-installer@d58896d6a1865668819e1d91763c7751a165e159 # v3.9 .2
53
53
54
54
- name : Check Cosign install!
55
55
run : cosign version
Original file line number Diff line number Diff line change 77
77
runs-on : ubuntu-latest
78
78
steps :
79
79
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
80
- - uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
80
+ - uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5 .0
81
81
with :
82
82
go-version : " 1.24"
83
83
- uses : golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # v8.0.0
You can’t perform that action at this time.
0 commit comments