From db8f8c9f1a579eb13d45bb9b6ac3e6b525538385 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jan 2024 09:09:43 +0000 Subject: [PATCH] Bump anchore/sbom-action from 0.15.2 to 0.15.3 Bumps [anchore/sbom-action](https://github.com/anchore/sbom-action) from 0.15.2 to 0.15.3. - [Release notes](https://github.com/anchore/sbom-action/releases) - [Commits](https://github.com/anchore/sbom-action/compare/v0.15.2...v0.15.3) --- updated-dependencies: - dependency-name: anchore/sbom-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/main.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ffef041..755b8fd 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -70,7 +70,7 @@ jobs: fetch-depth: 0 - uses: docker/setup-qemu-action@v3 - uses: docker/setup-buildx-action@v3 - - uses: anchore/sbom-action/download-syft@v0.15.2 + - uses: anchore/sbom-action/download-syft@v0.15.3 - name: Setup go uses: actions/setup-go@v5 with: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index acdc4ca..0e08c52 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,7 +20,7 @@ jobs: - uses: docker/setup-qemu-action@v3 - uses: docker/setup-buildx-action@v3 - uses: sigstore/cosign-installer@v3.3.0 - - uses: anchore/sbom-action/download-syft@v0.15.2 + - uses: anchore/sbom-action/download-syft@v0.15.3 - name: GHCR Login uses: docker/login-action@v3 with: