From a4fd3d2e965bb46de42c475da2ffaef54bc9b23a Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Fri, 28 Jun 2024 22:50:21 +0200 Subject: [PATCH] Update anchore/sbom-action digest to v0.16.0 (#10) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | anchore/sbom-action | action | digest | `b7e8507` -> `72370e1` | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **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 [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/yurishkuro/microsim). --------- Co-authored-by: Yuri Shkuro --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 20a157e..0e9e081 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -35,6 +35,6 @@ jobs: docker push yurishkuro/microsim:${VERSION} - name: SBOM Generation - uses: anchore/sbom-action@b7e8507c6a3c89b7099a0198366d862c8f3ad8f1 + uses: anchore/sbom-action@v0.16.0 with: artifact-name: microsim-SBOM.spdx.json