Skip to content

Commit a899772

Browse files
chore(deps): bump the all group with 2 updates (#28)
Bumps the all group with 2 updates: [anchore/sbom-action](https://github.com/anchore/sbom-action) and [docker/login-action](https://github.com/docker/login-action). Updates `anchore/sbom-action` from 0.20.4 to 0.20.6 - [Release notes](https://github.com/anchore/sbom-action/releases) - [Changelog](https://github.com/anchore/sbom-action/blob/main/RELEASE.md) - [Commits](anchore/sbom-action@v0.20.4...v0.20.6) Updates `docker/login-action` from 3.5.0 to 3.6.0 - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v3.5.0...v3.6.0) --- updated-dependencies: - dependency-name: anchore/sbom-action dependency-version: 0.20.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: docker/login-action dependency-version: 3.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a031f3e commit a899772

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/goreleaser.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ jobs:
2222
with:
2323
fetch-depth: 0
2424
- uses: oven-sh/[email protected]
25-
- uses: anchore/sbom-action/[email protected].4
25+
- uses: anchore/sbom-action/[email protected].6
2626
- uses: docker/[email protected]
2727
- uses: docker/[email protected]
28-
- uses: docker/login-action@v3.5.0
28+
- uses: docker/login-action@v3.6.0
2929
with:
3030
registry: ghcr.io
3131
username: ${{ github.repository_owner }}

0 commit comments

Comments
 (0)