Skip to content

build(deps): bump golangci/golangci-lint-action from 3 to 4 #13

build(deps): bump golangci/golangci-lint-action from 3 to 4

build(deps): bump golangci/golangci-lint-action from 3 to 4 #13

Workflow file for this run

name: "linter"
on:
push:
branches:
- master
paths:
- "**.go"
- "go.mod"
pull_request:
branches:
- "**"
workflow_dispatch:
jobs:
golangci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/golangci-lint-action@v4
with:
args: --timeout=5m --tests=false
semgrep:
runs-on: ubuntu-latest
container:
image: returntocorp/semgrep
if: (github.actor != 'dependabot[bot]')
steps:
- uses: actions/checkout@v4
- run: semgrep ci
env:
SEMGREP_RULES: auto