Skip to content

Commit 2236ecd

Browse files
Bump the github-actions-backward-compatible group with 2 updates (#37543)
Bumps the github-actions-backward-compatible group with 2 updates: [hashicorp/actions-go-build](https://github.com/hashicorp/actions-go-build) and [actions/cache](https://github.com/actions/cache). Updates `hashicorp/actions-go-build` from 1.1.0 to 1.1.1 - [Release notes](https://github.com/hashicorp/actions-go-build/releases) - [Changelog](https://github.com/hashicorp/actions-go-build/blob/main/CHANGELOG.md) - [Commits](hashicorp/actions-go-build@d2504eb...b9e2cfb) Updates `actions/cache` from 4.2.3 to 4.2.4 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@5a3ec84...0400d5f) --- updated-dependencies: - dependency-name: hashicorp/actions-go-build dependency-version: 1.1.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions-backward-compatible - dependency-name: actions/cache dependency-version: 4.2.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions-backward-compatible ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent cb3fc79 commit 2236ecd

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/build-terraform-cli.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
GO_LDFLAGS: ${{ inputs.ld-flags }}
4949
ACTIONSOS: ${{ inputs.runson }}
5050
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
5252
with:
5353
product_name: ${{ inputs.package-name }}
5454
product_version: ${{ inputs.product-version }}

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ jobs:
207207
bash ./internal/command/e2etest/make-archive.sh
208208
209209
- name: Save test harness to cache
210-
uses: actions/cache/save@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
210+
uses: actions/cache/save@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
211211
with:
212212
path: ${{ steps.set-cache-values.outputs.e2e-cache-path }}
213213
key: ${{ steps.set-cache-values.outputs.e2e-cache-key }}_${{ matrix.goos }}_${{ matrix.goarch }}
@@ -247,7 +247,7 @@ jobs:
247247
if: ${{ (matrix.goos == 'linux') || (matrix.goos == 'darwin') }}
248248
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
249249
- name: "Restore cache"
250-
uses: actions/cache/restore@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
250+
uses: actions/cache/restore@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
251251
id: e2etestpkg
252252
with:
253253
path: ${{ needs.e2etest-build.outputs.e2e-cache-path }}

.github/workflows/checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ jobs:
142142
fi
143143
144144
- name: Cache protobuf tools
145-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
145+
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
146146
with:
147147
path: "tools/protobuf-compile/.workdir"
148148
key: protobuf-tools-${{ hashFiles('tools/protobuf-compile/protobuf-compile.go') }}

0 commit comments

Comments
 (0)