Skip to content

Commit

Permalink
chore(deps): update anchore/sbom-action action to v0.17.0 in .github/…
Browse files Browse the repository at this point in the history
…workflows/release.yml (#59)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [anchore/sbom-action](https://togithub.com/anchore/sbom-action) |
action | minor | `v0.16.1` -> `v0.17.0` |

---

### Release Notes

<details>
<summary>anchore/sbom-action (anchore/sbom-action)</summary>

###
[`v0.17.0`](https://togithub.com/anchore/sbom-action/releases/tag/v0.17.0)

[Compare
Source](https://togithub.com/anchore/sbom-action/compare/v0.16.1...v0.17.0)

#### Changes in v0.17.0

- chore(deps): update Syft to v1.9.0
([#&#8203;479](https://togithub.com/anchore/sbom-action/issues/479))
\[[anchore-actions-token-generator](https://togithub.com/anchore-actions-token-generator)]
- chore(deps): bump actions/checkout from 4.1.6 to 4.1.7
([#&#8203;474](https://togithub.com/anchore/sbom-action/issues/474))
\[[dependabot](https://togithub.com/dependabot)]
- chore(deps): bump peter-evans/create-pull-request from 6.0.5 to 6.1.0
([#&#8203;475](https://togithub.com/anchore/sbom-action/issues/475))
\[[dependabot](https://togithub.com/dependabot)]
- chore: serialize tests to prevent install race
([#&#8203;478](https://togithub.com/anchore/sbom-action/issues/478))
\[[willmurphyscode](https://togithub.com/willmurphyscode)]

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "* */8 * * *" (UTC), Automerge - At
any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/jippi/dottie).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjUuMSIsInVwZGF0ZWRJblZlciI6IjM3LjQzMS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jul 15, 2024
1 parent 47f3844 commit a0ccd73
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:

- uses: sigstore/[email protected]

- uses: anchore/sbom-action/download-syft@v0.16.1
- uses: anchore/sbom-action/download-syft@v0.17.0

- name: setup-validate-krew-manifest
run: go install sigs.k8s.io/krew/cmd/validate-krew-manifest@latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:

- uses: sigstore/[email protected]

- uses: anchore/sbom-action/download-syft@v0.16.1
- uses: anchore/sbom-action/download-syft@v0.17.0

- name: ghcr-login
uses: docker/login-action@v3
Expand Down

0 comments on commit a0ccd73

Please sign in to comment.