File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3232 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3333 - name : Cache yara-x-capi installation
3434 id : yara-x-capi
35- uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
35+ uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
3636 with :
3737 path : yara-x-install
3838 key : yara-x-capi-v${{ env.YARA_X_RELEASE }}-${{ runner.os }}
5252 toolchain : stable
5353 - name : Cache Rust dependencies
5454 if : steps.yara-x-capi.outputs.cache-hit != 'true'
55- uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
55+ uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
5656 with :
5757 path : |
5858 ~/.cargo/registry/
Original file line number Diff line number Diff line change @@ -138,7 +138,7 @@ jobs:
138138 echo "cache=$(go env GOCACHE)" >> "${GITHUB_OUTPUT}"
139139
140140 - name : Cache Go dependencies
141- uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
141+ uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
142142 with :
143143 path : |
144144 ${{ steps.go-env.outputs.modcache }}
@@ -153,7 +153,7 @@ jobs:
153153
154154 - name : Cache malcontent samples
155155 if : contains(matrix.target.package, 'programkind')
156- uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
156+ uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
157157 with :
158158 path : out/chainguard-sandbox/malcontent-samples
159159 key : samples-${{ steps.samples.outputs.commit }}
Original file line number Diff line number Diff line change 5858 echo "cache=$(go env GOCACHE)" >> "$GITHUB_OUTPUT"
5959
6060 - name : Cache Go dependencies
61- uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
61+ uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
6262 with :
6363 path : |
6464 ${{ steps.go-env.outputs.modcache }}
@@ -109,7 +109,7 @@ jobs:
109109 echo "cache=$(go env GOCACHE)" >> "$GITHUB_OUTPUT"
110110
111111 - name : Cache Go dependencies
112- uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
112+ uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
113113 with :
114114 path : |
115115 ${{ steps.go-env.outputs.modcache }}
@@ -122,7 +122,7 @@ jobs:
122122 run : echo "commit=$(grep '^SAMPLES_COMMIT' Makefile | head -1 | cut -d'=' -f2 | tr -d ' ?')" >> "$GITHUB_OUTPUT"
123123
124124 - name : Cache malcontent samples
125- uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
125+ uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
126126 with :
127127 path : out/chainguard-sandbox/malcontent-samples
128128 key : samples-${{ steps.samples.outputs.commit }}
Original file line number Diff line number Diff line change 5252 echo "cache=$(go env GOCACHE)" >> "$GITHUB_OUTPUT"
5353
5454 - name : Cache Go dependencies
55- uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
55+ uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
5656 with :
5757 path : |
5858 ${{ steps.go-env.outputs.modcache }}
6565 run : echo "commit=$(grep '^SAMPLES_COMMIT' Makefile | head -1 | cut -d'=' -f2 | tr -d ' ?')" >> "$GITHUB_OUTPUT"
6666
6767 - name : Cache malcontent samples
68- uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
68+ uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
6969 with :
7070 path : out/chainguard-sandbox/malcontent-samples
7171 key : samples-${{ steps.samples.outputs.commit }}
You can’t perform that action at this time.
0 commit comments