From 4ad47ce722c9714f528ea5f51fb816b7ce11f874 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Tue, 22 Oct 2024 02:29:37 +0200 Subject: [PATCH] =?UTF-8?q?chore(github-action):=20update=20anchore/sbom-a?= =?UTF-8?q?ction=20action=20v0.17.4=20=E2=86=92=20v0.17.5=20(#28138)?= 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 | `8d0a650` -> `1ca97d9` | 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.17.5`](https://redirect.github.com/anchore/sbom-action/releases/tag/v0.17.5) [Compare Source](https://redirect.github.com/anchore/sbom-action/compare/v0.17.4...v0.17.5) #### Changes in v0.17.5 - chore(deps): update Syft to v1.14.2 ([#​503](https://redirect.github.com/anchore/sbom-action/issues/503)) \[[anchore-actions-token-generator](https://redirect.github.com/anchore-actions-token-generator)]
--- ### 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 6342e62de429..b76c217a91a2 100644 --- a/.github/workflows/containers.build.yaml +++ b/.github/workflows/containers.build.yaml @@ -192,7 +192,7 @@ jobs: - uses: sigstore/cosign-installer@main - name: Install Syft - uses: anchore/sbom-action/download-syft@8d0a6505bf28ced3e85154d13dc6af83299e13f1 # v0.17.4 + uses: anchore/sbom-action/download-syft@1ca97d9028b51809cf6d3c934c3e160716e1b605 # v0.17.5 - name: Login to Quay uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3