Skip to content

SEC-090: Automated trusted workflow pinning (2025-02-17) #30

SEC-090: Automated trusted workflow pinning (2025-02-17)

SEC-090: Automated trusted workflow pinning (2025-02-17) #30

Workflow file for this run

# Continuous integration handling for GoReleaser
name: ci-goreleaser
on:
pull_request:
paths:
- .github/workflows/ci-goreleaser.yml
- .goreleaser.yml
permissions:
contents: read
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
with:
go-version-file: 'go.mod'
- uses: goreleaser/goreleaser-action@026299872805cb2db698e02dd7fb506a4da5122d # v6.2.0
with:
args: check