File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -28,15 +28,15 @@ jobs:
2828 uses : actions/setup-go@v5
2929 with :
3030 go-version : stable
31- - uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
31+ - uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
3232 with :
3333 path : |
3434 ~/.cache/go-build
3535 ~/go/pkg/mod
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@da167eac915b4e86f08b264dbdbc867b61be6f0c # v0.20.5
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 @@ -3,10 +3,10 @@ module github.com/stackitcloud/fake-jwt-server
33go 1.22.2
44
55require (
6- github.com/golang-jwt/jwt/v5 v5.2.2
7- github.com/lestrrat-go/jwx/v2 v2.1.4
6+ github.com/golang-jwt/jwt/v5 v5.3.0
7+ github.com/lestrrat-go/jwx/v2 v2.1.6
88 github.com/spf13/cobra v1.9.1
9- github.com/spf13/pflag v1.0.6
9+ github.com/spf13/pflag v1.0.7
1010 github.com/spf13/viper v1.20.1
1111)
1212
You can’t perform that action at this time.
0 commit comments