We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 664ecfd commit fee95a1Copy full SHA for fee95a1
.github/workflows/release.yaml
@@ -36,7 +36,7 @@ jobs:
36
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
37
restore-keys: |
38
${{ runner.os }}-go-
39
- - uses: anchore/sbom-action/download-syft@f325610c9f50a54015d37c8d16cb3b0e2c8f4de0 # v0.18.0
+ - uses: anchore/sbom-action/download-syft@9f7302141466aa6482940f15371237e9d9f4c34a # v0.19.0
40
41
- name: Set Up Docker Buildx
42
uses: docker/setup-buildx-action@v3
go.mod
@@ -4,7 +4,7 @@ go 1.22.2
4
5
require (
6
github.com/golang-jwt/jwt/v5 v5.2.2
7
- github.com/lestrrat-go/jwx/v2 v2.1.4
+ github.com/lestrrat-go/jwx/v2 v2.1.6
8
github.com/spf13/cobra v1.9.1
9
github.com/spf13/pflag v1.0.6
10
github.com/spf13/viper v1.20.1
0 commit comments