Skip to content

Commit

Permalink
fix(deps): update module github.com/ydataai/go-core to v0.15.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 11, 2024
1 parent fa6206e commit fac7a1b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/prereleased.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ jobs:
- uses: actions/checkout@v4

- name: Create SBOM
uses: anchore/[email protected].7
uses: anchore/[email protected].0
with:
upload-artifact-retention: 1
format: cyclonedx-json
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
- uses: actions/checkout@v4

- name: Create SBOM
uses: anchore/[email protected].7
uses: anchore/[email protected].0
with:
upload-artifact-retention: 1
format: cyclonedx-json
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ require (
github.com/golang/mock v1.6.0
github.com/google/go-cmp v0.6.0
github.com/kelseyhightower/envconfig v1.4.0
github.com/ydataai/go-core v0.15.1
github.com/ydataai/go-core v0.15.2
)

require (
Expand Down

0 comments on commit fac7a1b

Please sign in to comment.