Skip to content

Bump github.com/zmap/zlint/v3 from 3.6.5 to 3.6.8 #234

Bump github.com/zmap/zlint/v3 from 3.6.5 to 3.6.8

Bump github.com/zmap/zlint/v3 from 3.6.5 to 3.6.8 #234

Workflow file for this run

---
name: Lint
on:
pull_request:
branches: [master]
jobs:
golangci:
name: Lint
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/checkout@v4
- name: Setup Go environment
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # ratchet:actions/setup-go@v5
with:
go-version: 'stable'
check-latest: true
- name: Golangci-lint
uses: golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # ratchet:golangci/golangci-lint-action@v8
with:
version: v2.3.0
install-mode: goinstall
only-new-issues: true