From 28d6d3e66b6c4852ad510ddffe0594140ba65d52 Mon Sep 17 00:00:00 2001 From: Jakub Hrozek Date: Tue, 21 Nov 2023 09:59:35 +0100 Subject: [PATCH] DO NOT MERGE, TESTING Revert "build(deps): bump anchore/sbom-action from 0.14.3 to 0.15.0 (#1699)" This reverts commit 242bb26a3a58dda1e8e7e638675d6af37d12c6c4. --- .github/workflows/releaser.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/releaser.yml b/.github/workflows/releaser.yml index bc624487f5..7493f80b0a 100644 --- a/.github/workflows/releaser.yml +++ b/.github/workflows/releaser.yml @@ -69,7 +69,7 @@ jobs: go-version-file: 'go.mod' cache: true - name: Install Syft - uses: anchore/sbom-action/download-syft@fd74a6fb98a204a1ad35bbfae0122c1a302ff88b # v0.15.0 + uses: anchore/sbom-action/download-syft@78fc58e266e87a38d4194b2137a3d4e9bcaf7ca1 # v0.14.3 - name: Install Cosign uses: sigstore/cosign-installer@v3.2.0 - name: Run GoReleaser