From 43a77faef827b365a6483a22746e79deb5fb3145 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oliver=20B=C3=A4hler?= Date: Wed, 18 Oct 2023 18:24:12 +0200 Subject: [PATCH] ci(fix): add caches --- .github/workflows/releaser.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/releaser.yml b/.github/workflows/releaser.yml index 7b112c555..e7a7b2cdf 100644 --- a/.github/workflows/releaser.yml +++ b/.github/workflows/releaser.yml @@ -24,6 +24,7 @@ jobs: timeout-minutes: 5 continue-on-error: true - uses: creekorful/goreportcard-action@1f35ced8cdac2cba28c9a2f2288a16aacfd507f9 # v1.0 + - uses: anchore/sbom-action/download-syft@78fc58e266e87a38d4194b2137a3d4e9bcaf7ca1 - name: Install Cosign uses: sigstore/cosign-installer@11086d25041f77fe8fe7b9ea4e48e3b9192b8f19 # v3.1.2 - name: Run GoReleaser