Skip to content

Commit

Permalink
chore(deps): bump the actions group across 1 directory with 2 updates
Browse files Browse the repository at this point in the history
Bumps the actions group with 2 updates in the / directory: [coursier/setup-action](https://github.com/coursier/setup-action) and [anchore/sbom-action](https://github.com/anchore/sbom-action).


Updates `coursier/setup-action` from 1.3.6 to 1.3.8
- [Release notes](https://github.com/coursier/setup-action/releases)
- [Commits](coursier/setup-action@v1.3.6...v1.3.8)

Updates `anchore/sbom-action` from 0.17.5 to 0.17.7
- [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.17.5...v0.17.7)

---
updated-dependencies:
- dependency-name: coursier/setup-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: actions
- dependency-name: anchore/sbom-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: actions
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 13, 2024
1 parent 3bb666c commit 3e1a84c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/fossa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
uses: coursier/cache-action@v6.4.6

- name: Set up JDK 17
uses: coursier/setup-action@v1.3.6
uses: coursier/setup-action@v1.3.8
with:
jvm: temurin:1.17

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/releaser-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
cache: true

- uses: sigstore/cosign-installer@v3.7.0
- uses: anchore/sbom-action/download-syft@v0.17.5
- uses: anchore/sbom-action/download-syft@v0.17.7

- uses: docker/login-action@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/releaser-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
cache: true

- uses: sigstore/cosign-installer@v3.7.0
- uses: anchore/sbom-action/download-syft@v0.17.5
- uses: anchore/sbom-action/download-syft@v0.17.7

- uses: docker/login-action@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/releaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
cache: true

- uses: sigstore/cosign-installer@v3.7.0
- uses: anchore/sbom-action/download-syft@v0.17.5
- uses: anchore/sbom-action/download-syft@v0.17.7

- uses: docker/login-action@v3
with:
Expand Down

0 comments on commit 3e1a84c

Please sign in to comment.