File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed
Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1919 IMAGE_NAME : ${{ github.repository }}
2020 steps :
2121 - name : Checkout
22- uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
22+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
2323 with :
2424 fetch-depth : 0
2525 - name : Git Fetch
@@ -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@fbfd9c6c189226748411491745178e0c2017392d # v0.20.10
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.23
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.2
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