We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a06cd4 commit 10c5f22Copy full SHA for 10c5f22
.github/workflows/prereleased.yaml
@@ -178,7 +178,7 @@ jobs:
178
- uses: actions/checkout@v4
179
180
- name: Create SBOM
181
- uses: anchore/sbom-action@v0.18.0
+ uses: anchore/sbom-action@v0.17.0
182
with:
183
upload-artifact-retention: 1
184
format: cyclonedx-json
.github/workflows/pull-request.yaml
@@ -72,7 +72,7 @@ jobs:
72
73
74
75
76
77
78
go.mod
@@ -2,7 +2,7 @@ module github.com/ydataai/authentication-service
2
3
go 1.22
4
5
-toolchain go1.22.1
+toolchain go1.23.6
6
7
require (
8
github.com/coreos/go-oidc/v3 v3.10.0
0 commit comments