Skip to content

fix(deps): update module github.com/corazawaf/coraza/v3 to v3.2.1 #3617

fix(deps): update module github.com/corazawaf/coraza/v3 to v3.2.1

fix(deps): update module github.com/corazawaf/coraza/v3 to v3.2.1 #3617

Workflow file for this run

name: Lint (pre-commit)
on:
push:
branches:
- main
paths-ignore:
- "**/*.md"
- "LICENSE"
pull_request:
branches:
- main
paths-ignore:
- "**/*.md"
- "LICENSE"
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: v1.20.x
cache: true
- run: go run mage.go lint