Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hashicorp: Update setup-hc-releases for lingering downloads fix #79

Merged
merged 2 commits into from
Jan 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .changes/unreleased/BUG FIXES-20240123-124538.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
kind: BUG FIXES
body: 'hashicorp: Prevented setup-hc-releases downloads from remaining in working
directory'
time: 2024-01-23T12:45:38.854667-05:00
custom:
Issue: "79"
2 changes: 1 addition & 1 deletion .github/workflows/hashicorp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
go-version: ${{ inputs.setup-go-version }}
go-version-file: ${{ inputs.setup-go-version-file }}
# See also: ENGSRV-063: setup-hc-releases GitHub Action
- uses: hashicorp/setup-hc-releases@943fb9b54fcea12c90e58f4f24a2b4e5e5e90e4e # v2.1.1
- uses: hashicorp/setup-hc-releases@a86464cdf5e68df8c68db52f0eb3d6d8557a85d8 # v2.1.3
with:
github-token: ${{ secrets.hc-releases-github-token }}
# See also: ENGSRV-065: setup-signore GitHub Action
Expand Down
Loading