Skip to content

Commit 77104fa

Browse files
chore(deps): update all non-major dependencies
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 55c6b87 commit 77104fa

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3.21
1+
FROM alpine:3.22
22

33
RUN apk --no-cache add ca-certificates
44

go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ module github.com/stackitcloud/fake-jwt-server
33
go 1.22.2
44

55
require (
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

0 commit comments

Comments
 (0)