Skip to content

Commit a9d68c3

Browse files
fix(deps): update module github.com/coreos/go-oidc/v3 to v3.17.0
1 parent 98f9a7c commit a9d68c3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/prereleased.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ jobs:
178178
- uses: actions/checkout@v4
179179

180180
- name: Create SBOM
181-
uses: anchore/sbom-action@v0.20.10
181+
uses: anchore/sbom-action@v0.17.0
182182
with:
183183
upload-artifact-retention: 1
184184
format: cyclonedx-json

.github/workflows/pull-request.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
- uses: actions/checkout@v4
7373

7474
- name: Create SBOM
75-
uses: anchore/sbom-action@v0.20.10
75+
uses: anchore/sbom-action@v0.17.0
7676
with:
7777
upload-artifact-retention: 1
7878
format: cyclonedx-json

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.22
55
toolchain go1.22.1
66

77
require (
8-
github.com/coreos/go-oidc/v3 v3.10.0
8+
github.com/coreos/go-oidc/v3 v3.17.0
99
github.com/gin-gonic/gin v1.9.1
1010
github.com/golang-jwt/jwt/v5 v5.2.1
1111
github.com/kelseyhightower/envconfig v1.4.0

0 commit comments

Comments
 (0)