We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa01315 commit 8ad5692Copy full SHA for 8ad5692
.github/workflows/release.yaml
@@ -45,7 +45,7 @@ jobs:
45
uses: anchore/sbom-action/download-syft@9fece9e20048ca9590af301449208b2b8861333b # v0.15.9
46
47
- name: Cache
48
- uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1
+ uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
49
with:
50
path: ~/go/pkg/mod
51
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
0 commit comments