Skip to content

Bump goreleaser/goreleaser-action from 7.2.2 to 7.2.3 #515

Bump goreleaser/goreleaser-action from 7.2.2 to 7.2.3

Bump goreleaser/goreleaser-action from 7.2.2 to 7.2.3 #515

Workflow file for this run

name: Linter
on:
push:
branches:
- main
- master
pull_request:
permissions:
contents: read
# Optional: allow read access to pull request. Use with `only-new-issues` option.
# pull-requests: read
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- name: Harden the runner (Audit all outbound calls)
uses: step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411 # v2.19.4
with:
egress-policy: audit
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
with:
go-version: stable
- name: golangci-lint
uses: golangci/golangci-lint-action@v9