Skip to content

Bump the minor-patch group across 1 directory with 4 updates #279

Bump the minor-patch group across 1 directory with 4 updates

Bump the minor-patch group across 1 directory with 4 updates #279

Workflow file for this run

name: golangci-lint
on:
push:
branches:
- main
pull_request: {}
permissions: {}
jobs:
golangci-lint:
name: lint
runs-on: ubuntu-latest
env:
GOFLAGS: "-mod=readonly"
permissions:
contents: read
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
with:
persist-credentials: false
- name: Install Go
uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6.5.0
with:
go-version-file: go.mod
- name: golangci-lint
uses: golangci/golangci-lint-action@ba0d7d2ec06a0ea1cb5fa41b2e4a3ab91d21278a # v9.3.0
with:
only-new-issues: ${{ github.event_name == 'pull_request' }}