File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 48
48
GO_LDFLAGS : ${{ inputs.ld-flags }}
49
49
ACTIONSOS : ${{ inputs.runson }}
50
50
CGO_ENABLED : ${{ inputs.cgo-enabled }}
51
- uses : hashicorp/actions-go-build@d2504eb37c72b06b618352881e3f1d7b563517c5 # v1.1.0
51
+ uses : hashicorp/actions-go-build@b9e2cfba3013adccdc112b01cba922d83c78fac5 # v1.1.1
52
52
with :
53
53
product_name : ${{ inputs.package-name }}
54
54
product_version : ${{ inputs.product-version }}
Original file line number Diff line number Diff line change @@ -207,7 +207,7 @@ jobs:
207
207
bash ./internal/command/e2etest/make-archive.sh
208
208
209
209
- name : Save test harness to cache
210
- uses : actions/cache/save@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
210
+ uses : actions/cache/save@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
211
211
with :
212
212
path : ${{ steps.set-cache-values.outputs.e2e-cache-path }}
213
213
key : ${{ steps.set-cache-values.outputs.e2e-cache-key }}_${{ matrix.goos }}_${{ matrix.goarch }}
@@ -247,7 +247,7 @@ jobs:
247
247
if : ${{ (matrix.goos == 'linux') || (matrix.goos == 'darwin') }}
248
248
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
249
249
- name : " Restore cache"
250
- uses : actions/cache/restore@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
250
+ uses : actions/cache/restore@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
251
251
id : e2etestpkg
252
252
with :
253
253
path : ${{ needs.e2etest-build.outputs.e2e-cache-path }}
Original file line number Diff line number Diff line change @@ -142,7 +142,7 @@ jobs:
142
142
fi
143
143
144
144
- name : Cache protobuf tools
145
- uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
145
+ uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
146
146
with :
147
147
path : " tools/protobuf-compile/.workdir"
148
148
key : protobuf-tools-${{ hashFiles('tools/protobuf-compile/protobuf-compile.go') }}
You can’t perform that action at this time.
0 commit comments