Skip to content

Commit 10c5f22

Browse files
chore(deps): update dependency go to v1.23.6
1 parent 1a06cd4 commit 10c5f22

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/prereleased.yaml

+1-1
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.18.0
181+
uses: anchore/sbom-action@v0.17.0
182182
with:
183183
upload-artifact-retention: 1
184184
format: cyclonedx-json

.github/workflows/pull-request.yaml

+1-1
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.18.0
75+
uses: anchore/sbom-action@v0.17.0
7676
with:
7777
upload-artifact-retention: 1
7878
format: cyclonedx-json

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/ydataai/authentication-service
22

33
go 1.22
44

5-
toolchain go1.22.1
5+
toolchain go1.23.6
66

77
require (
88
github.com/coreos/go-oidc/v3 v3.10.0

0 commit comments

Comments
 (0)