Skip to content

Commit fee95a1

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

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
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@9f7302141466aa6482940f15371237e9d9f4c34a # v0.19.0
4040

4141
- name: Set Up Docker Buildx
4242
uses: docker/setup-buildx-action@v3

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.22.2
44

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

0 commit comments

Comments
 (0)