From b9a129ead7062591a9c3905d90f3377735cd64cd Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Fri, 25 Apr 2025 02:25:40 +0200 Subject: [PATCH] =?UTF-8?q?chore(github-action):=20update=20anchore/sbom-a?= =?UTF-8?q?ction=20action=20v0.18.0=20=E2=86=92=20v0.19.0=20(#34748)?= 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 | `f325610` -> `9f73021` | Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes
anchore/sbom-action (anchore/sbom-action) ### [`v0.19.0`](https://redirect.github.com/anchore/sbom-action/releases/tag/v0.19.0) [Compare Source](https://redirect.github.com/anchore/sbom-action/compare/v0.18.0...v0.19.0) #### Changes in v0.19.0 - chore(deps): update Syft to v1.23.0 ([#​521](https://redirect.github.com/anchore/sbom-action/issues/521)) - chore(deps): bump peter-evans/create-pull-request from 7.0.6 to 7.0.8 ([#​519](https://redirect.github.com/anchore/sbom-action/issues/519)) - chore(deps): bump cross-spawn ([#​514](https://redirect.github.com/anchore/sbom-action/issues/514))
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), 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. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). --- .github/workflows/containers.build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/containers.build.yaml b/.github/workflows/containers.build.yaml index 54f2ca52c5d..d8aa34a7c00 100644 --- a/.github/workflows/containers.build.yaml +++ b/.github/workflows/containers.build.yaml @@ -195,7 +195,7 @@ jobs: - uses: sigstore/cosign-installer@main - name: Install Syft - uses: anchore/sbom-action/download-syft@f325610c9f50a54015d37c8d16cb3b0e2c8f4de0 # v0.18.0 + uses: anchore/sbom-action/download-syft@9f7302141466aa6482940f15371237e9d9f4c34a # v0.19.0 - name: Login to Quay uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3