Skip to content

Commit 46f0cef

Browse files
SEC-090: Automated trusted workflow pinning (2024-06-17) (#219)
* Result of tsccr-helper -log-level=info gha update -latest . * Add version to .goreleaser file --------- Co-authored-by: hashicorp-tsccr[bot] <hashicorp-tsccr[bot]@users.noreply.github.com> Co-authored-by: Austin Valle <[email protected]>
1 parent 2581727 commit 46f0cef

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

.github/workflows/ci-goreleaser.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ name: ci-goreleaser
44
on:
55
pull_request:
66
paths:
7+
- .github/workflows/ci-goreleaser.yml
78
- .goreleaser.yml
89

910
permissions:
@@ -17,6 +18,6 @@ jobs:
1718
- uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
1819
with:
1920
go-version-file: 'go.mod'
20-
- uses: goreleaser/goreleaser-action@5742e2a039330cbb23ebf35f046f814d4c6ff811 # v5.1.0
21+
- uses: goreleaser/goreleaser-action@286f3b13b1b49da4ac219696163fb8c1c93e1200 # v6.0.0
2122
with:
2223
args: check

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
cd .changes
9494
sed -e "1{/# /d;}" -e "2{/^$/d;}" ${{ needs.changelog-version.outputs.version }}.md > /tmp/release-notes.txt
9595
96-
- uses: goreleaser/goreleaser-action@5742e2a039330cbb23ebf35f046f814d4c6ff811 # v5.1.0
96+
- uses: goreleaser/goreleaser-action@286f3b13b1b49da4ac219696163fb8c1c93e1200 # v6.0.0
9797
env:
9898
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
9999
with:

.goreleaser.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1+
version: 2
12
project_name: terraform-plugin-framework-validators
2-
build:
3-
skip: true
3+
builds:
4+
- skip: true
45
milestones:
56
- close: true
67
release:

0 commit comments

Comments
 (0)