From 612e9089cf7f55b8ebbc286bd294eb41ce8230a3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 22 May 2024 22:56:11 +0000 Subject: [PATCH] chore(deps): update anchore/sbom-action action to v0.16.0 | datasource | package | from | to | | ----------- | ------------------- | -------- | ------- | | github-tags | anchore/sbom-action | v0.15.11 | v0.16.0 | --- .github/actions/install-tools/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/install-tools/action.yaml b/.github/actions/install-tools/action.yaml index 4f3ff59a..c72ecd99 100644 --- a/.github/actions/install-tools/action.yaml +++ b/.github/actions/install-tools/action.yaml @@ -5,4 +5,4 @@ runs: using: composite steps: - - uses: anchore/sbom-action/download-syft@7ccf588e3cf3cc2611714c2eeae48550fbc17552 # v0.15.11 \ No newline at end of file + - uses: anchore/sbom-action/download-syft@e8d2a6937ecead383dfe75190d104edd1f9c5751 # v0.16.0 \ No newline at end of file