From db7a11e80b9ac69c1474ff25dca97755b3c1fa72 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 23 Jan 2025 23:12:56 +0000 Subject: [PATCH] chore(deps): update anchore/sbom-action action to v0.18.0 in .github/workflows/release.yml (#151) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [anchore/sbom-action](https://redirect.github.com/anchore/sbom-action) | action | minor | `v0.17.9` -> `v0.18.0` | --- ### Release Notes
anchore/sbom-action (anchore/sbom-action) ### [`v0.18.0`](https://redirect.github.com/anchore/sbom-action/releases/tag/v0.18.0) [Compare Source](https://redirect.github.com/anchore/sbom-action/compare/v0.17.9...v0.18.0) #### Changes in v0.18.0 - chore(deps): update Syft to v1.19.0 ([#​513](https://redirect.github.com/anchore/sbom-action/issues/513)) - [See Syft changelog for latest changes](https://redirect.github.com/anchore/syft/releases/tag/v1.19.0)
--- ### Configuration 📅 **Schedule**: Branch creation - "* */1 * * *" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/jippi/dottie). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/build.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index bd89cba..70b650a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -85,7 +85,7 @@ jobs: - uses: sigstore/cosign-installer@v3.7.0 - - uses: anchore/sbom-action/download-syft@v0.17.9 + - uses: anchore/sbom-action/download-syft@v0.18.0 - name: setup-validate-krew-manifest run: go install sigs.k8s.io/krew/cmd/validate-krew-manifest@latest diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3d46ee9..38bc0cb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -44,7 +44,7 @@ jobs: - uses: sigstore/cosign-installer@v3.7.0 - - uses: anchore/sbom-action/download-syft@v0.17.9 + - uses: anchore/sbom-action/download-syft@v0.18.0 - name: ghcr-login uses: docker/login-action@v3