We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13499e1 commit c9bc124Copy full SHA for c9bc124
.github/workflows/release.yaml
@@ -28,14 +28,7 @@ jobs:
28
uses: actions/setup-go@v6
29
with:
30
go-version: stable
31
- - uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
32
- with:
33
- path: |
34
- ~/.cache/go-build
35
- ~/go/pkg/mod
36
- key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
37
- restore-keys: |
38
- ${{ runner.os }}-go-
+
39
- uses: sigstore/cosign-installer@faadad0cce49287aee09b3a48701e75088a2c6ad # v4.0.0
40
- uses: anchore/sbom-action/download-syft@28d71544de8eaf1b958d335707167c5f783590ad # v0.22.2
41
0 commit comments