Skip to content

Commit 4d883d6

Browse files
fix(deps): update module github.com/ydataai/go-core to v0.15.2
1 parent 177594f commit 4d883d6

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
@@ -218,7 +218,7 @@ jobs:
218218
- uses: actions/checkout@v4
219219

220220
- name: Create SBOM
221-
uses: anchore/[email protected].7
221+
uses: anchore/[email protected].0
222222
with:
223223
upload-artifact-retention: 1
224224
format: cyclonedx-json

.github/workflows/pull-request.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
- uses: actions/checkout@v4
6767

6868
- name: Create SBOM
69-
uses: anchore/[email protected].7
69+
uses: anchore/[email protected].0
7070
with:
7171
upload-artifact-retention: 1
7272
format: spdx-json

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ require (
88
github.com/golang/mock v1.6.0
99
github.com/google/go-cmp v0.6.0
1010
github.com/kelseyhightower/envconfig v1.4.0
11-
github.com/ydataai/go-core v0.15.1
11+
github.com/ydataai/go-core v0.15.2
1212
)
1313

1414
require (

0 commit comments

Comments
 (0)