File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -178,7 +178,7 @@ jobs:
178
178
- uses : actions/checkout@v4
179
179
180
180
- name : Create SBOM
181
- uses : anchore/sbom-action@v0.20.4
181
+ uses : anchore/sbom-action@v0.17.0
182
182
with :
183
183
upload-artifact-retention : 1
184
184
format : cyclonedx-json
Original file line number Diff line number Diff line change 72
72
- uses : actions/checkout@v4
73
73
74
74
- name : Create SBOM
75
- uses : anchore/sbom-action@v0.20.4
75
+ uses : anchore/sbom-action@v0.17.0
76
76
with :
77
77
upload-artifact-retention : 1
78
78
format : cyclonedx-json
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module github.com/ydataai/authentication-service
2
2
3
3
go 1.22
4
4
5
- toolchain go1.22.1
5
+ toolchain go1.25.0
6
6
7
7
require (
8
8
github.com/coreos/go-oidc/v3 v3.10.0
You can’t perform that action at this time.
0 commit comments