From 3b2eb666b14ec6bd9abdb0d5ff5e857f4e375e91 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 05:01:32 +0000 Subject: [PATCH] :arrow_up: Bump anchore/sbom-action from 0.16.0 to 0.17.1 Bumps [anchore/sbom-action](https://github.com/anchore/sbom-action) from 0.16.0 to 0.17.1. - [Release notes](https://github.com/anchore/sbom-action/releases) - [Commits](https://github.com/anchore/sbom-action/compare/e8d2a6937ecead383dfe75190d104edd1f9c5751...ab9d16d4b419c9d1a02df5213fa0ebe965ca5a57) --- updated-dependencies: - dependency-name: anchore/sbom-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a554941c..d814b5ea 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -92,7 +92,7 @@ jobs: cosign-release: 'v2.2.4' - name: Install Syft - uses: anchore/sbom-action/download-syft@e8d2a6937ecead383dfe75190d104edd1f9c5751 # ratchet:anchore/sbom-action/download-syft@v0.16.0 + uses: anchore/sbom-action/download-syft@ab9d16d4b419c9d1a02df5213fa0ebe965ca5a57 # ratchet:anchore/sbom-action/download-syft@v0.17.1 - name: Login to Container registries if: startsWith(github.ref, 'refs/tags/') run: | @@ -158,7 +158,7 @@ jobs: cosign-release: 'v2.2.4' - name: Install Syft - uses: anchore/sbom-action/download-syft@e8d2a6937ecead383dfe75190d104edd1f9c5751 # ratchet:anchore/sbom-action/download-syft@v0.16.0 + uses: anchore/sbom-action/download-syft@ab9d16d4b419c9d1a02df5213fa0ebe965ca5a57 # ratchet:anchore/sbom-action/download-syft@v0.17.1 - name: Login to Container registries run: | echo "${{ secrets.DOCKER_PASSWORD }}" | docker login -u philipssoftware --password-stdin