From 86de85b1e99ac2bd2542397d7ea3769dc9185c97 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Wed, 2 Jul 2025 20:05:52 +0200 Subject: [PATCH] =?UTF-8?q?chore(github-action):=20update=20anchore/sbom-a?= =?UTF-8?q?ction=20action=20v0.20.1=20=E2=86=92=20v0.20.2=20(#36885)?= 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 | patch | `9246b90` -> `cee1b8e` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. 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.20.2`](https://redirect.github.com/anchore/sbom-action/releases/tag/v0.20.2) [Compare Source](https://redirect.github.com/anchore/sbom-action/compare/v0.20.1...v0.20.2) #### Changes in v0.20.2 - Update Syft to v1.28.0 ([#​526](https://redirect.github.com/anchore/sbom-action/issues/526))
--- ### 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 0ef4ad77eaa..69fd8663ab6 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@9246b90769f852b3a8921f330c59e0b3f439d6e9 # v0.20.1 + uses: anchore/sbom-action/download-syft@cee1b8e05ae5b2593a75e197229729eabaa9f8ec # v0.20.2 - name: Login to Quay uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3