From 8e746a8c106fd9aa02d8d807d6c6761068680bac Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 20:42:24 +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 4f3ff59aa..c72ecd99b 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