From 5c6fefd3ff7728a5a91bb7f813e420d168fcd26a Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Thu, 14 Aug 2025 21:50:57 +0200 Subject: [PATCH] =?UTF-8?q?chore(github-action):=20update=20anchore/sbom-a?= =?UTF-8?q?ction=20action=20v0.20.4=20=E2=86=92=20v0.20.5=20(#38413)?= 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 | `7b36ad6` -> `da167ea` | --- > [!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.5`](https://redirect.github.com/anchore/sbom-action/releases/tag/v0.20.5) [Compare Source](https://redirect.github.com/anchore/sbom-action/compare/v0.20.4...v0.20.5) #### Changes in v0.20.5 - Update Syft to v1.31.0 ([#​531](https://redirect.github.com/anchore/sbom-action/issues/531))
--- ### 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 cbaa13068af..4b1e2acd24a 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@7b36ad622f042cab6f59a75c2ac24ccb256e9b45 # v0.20.4 + uses: anchore/sbom-action/download-syft@da167eac915b4e86f08b264dbdbc867b61be6f0c # v0.20.5 - name: Login to Quay uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3