Skip to content

ci: pin third-party GitHub Actions to commit SHAs #326

ci: pin third-party GitHub Actions to commit SHAs

ci: pin third-party GitHub Actions to commit SHAs #326

Workflow file for this run

name: golangci-lint
on:
push:
tags:
- v*
branches:
- main
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:
- uses: actions/setup-go@40f1582b2485089dde7abd97c1529aa768e1baff # v5
with:
go-version: '1.22.2'
- uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4
- name: golangci-lint
uses: golangci/golangci-lint-action@3a919529898de77ec3da873e3063ca4b10e7f5cc # v3.7.0
with:
version: v1.60.2
args: --timeout 10m