File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -28,15 +28,15 @@ jobs:
2828 uses : actions/setup-go@v6
2929 with :
3030 go-version : stable
31- - uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
31+ - uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
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@f8bdd1d8ac5e901a77a92f111440fdb1b593736b # v0.20.6
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,11 +3,11 @@ 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
8- github.com/spf13/cobra v1.9 .1
9- github.com/spf13/pflag v1.0.6
10- github.com/spf13/viper v1.20.1
6+ github.com/golang-jwt/jwt/v5 v5.3.0
7+ github.com/lestrrat-go/jwx/v2 v2.1.6
8+ github.com/spf13/cobra v1.10 .1
9+ github.com/spf13/pflag v1.0.10
10+ github.com/spf13/viper v1.21.0
1111)
1212
1313require (
You can’t perform that action at this time.
0 commit comments