File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 4646 # https://github.com/sigstore/cosign-installer
4747 - name : Install cosign
4848 if : github.event_name != 'pull_request'
49- uses : sigstore/cosign-installer@faadad0cce49287aee09b3a48701e75088a2c6ad # v4.0 .0
49+ uses : sigstore/cosign-installer@ba7bc0a3fef59531c69a25acd34668d6d3fe6f22 # v4.1 .0
5050 with :
5151 cosign-release : " v2.2.4"
5252
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ COPY ui/ ./ui/
77RUN mkdir -p ./pkg/github/ui_dist && \
88 cd ui && npm run build
99
10- FROM golang:1.25.7 -alpine@sha256:f6751d823c26342f9506c03797d2527668d095b0a15f1862cddb4d927a7a4ced AS build
10+ FROM golang:1.25.8 -alpine@sha256:8e02eb337d9e0ea459e041f1ee5eece41cbb61f1d83e7d883a3e2fb4862063fa AS build
1111ARG VERSION="dev"
1212
1313# Set the working directory
You can’t perform that action at this time.
0 commit comments