File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3636 key : ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
3737 restore-keys : |
3838 ${{ runner.os }}-go-
39- - uses : anchore/sbom-action/download-syft@f325610c9f50a54015d37c8d16cb3b0e2c8f4de0 # v0.18.0
39+ - uses : anchore/sbom-action/download-syft@9246b90769f852b3a8921f330c59e0b3f439d6e9 # v0.20.1
4040
4141 - name : Set Up Docker Buildx
4242 uses : docker/setup-buildx-action@v3
Original file line number Diff line number Diff line change 1- FROM alpine:3.21
1+ FROM alpine:3.22
22
33RUN apk --no-cache add ca-certificates
44
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ go 1.22.2
44
55require (
66 github.com/golang-jwt/jwt/v5 v5.2.2
7- github.com/lestrrat-go/jwx/v2 v2.1.4
7+ github.com/lestrrat-go/jwx/v2 v2.1.6
88 github.com/spf13/cobra v1.9.1
99 github.com/spf13/pflag v1.0.6
1010 github.com/spf13/viper v1.20.1
You can’t perform that action at this time.
0 commit comments