Skip to content

SEC-090: Automated trusted workflow pinning (2024-08-19) #353

SEC-090: Automated trusted workflow pinning (2024-08-19)

SEC-090: Automated trusted workflow pinning (2024-08-19) #353

Workflow file for this run

---
name: GoLang Linting
on:
pull_request:
types: ['opened', 'synchronize']
paths:
- '.github/**'
- '**.go'
- 'vendor/**'
- '.github/workflows/**'
concurrency:
group: 'golint-${{ github.head_ref }}'
cancel-in-progress: true
jobs:
golint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0
with:
go-version: '1.18.3'
- uses: golangci/golangci-lint-action@3a919529898de77ec3da873e3063ca4b10e7f5cc # v3.7.0
with:
version: 'v1.46.2'
args: -v