From 940e247ed47caf4fadabb6b776982b9c9d6dc15d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Mar 2023 04:00:36 +0000 Subject: [PATCH] Bump anchore/sbom-action from 0.13.3 to 0.13.4 Bumps [anchore/sbom-action](https://github.com/anchore/sbom-action) from 0.13.3 to 0.13.4. - [Release notes](https://github.com/anchore/sbom-action/releases) - [Commits](https://github.com/anchore/sbom-action/compare/v0.13.3...v0.13.4) --- 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 e3121d31..f393b69a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -83,7 +83,7 @@ jobs: fetch-depth: 0 - uses: docker/setup-qemu-action@v2 - uses: docker/setup-buildx-action@v2 - - uses: anchore/sbom-action/download-syft@v0.13.3 + - uses: anchore/sbom-action/download-syft@v0.13.4 - name: Setup go uses: actions/setup-go@v4 with: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fcdc43d6..ac6db1c8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,7 +20,7 @@ jobs: - uses: docker/setup-qemu-action@v2 - uses: docker/setup-buildx-action@v2 - uses: sigstore/cosign-installer@v3.0.1 - - uses: anchore/sbom-action/download-syft@v0.13.3 + - uses: anchore/sbom-action/download-syft@v0.13.4 - name: GHCR Login uses: docker/login-action@v2 with: