Skip to content

Bump github.com/go-critic/go-critic from 0.11.1 to 0.11.2 #24

Bump github.com/go-critic/go-critic from 0.11.1 to 0.11.2

Bump github.com/go-critic/go-critic from 0.11.1 to 0.11.2 #24

Workflow file for this run

name: Audit
on:
pull_request:
paths:
- '**/*.go'
- .github/workflows/audit.yml
- go.mod
- go.sum
push:
branches:
- main
schedule:
- cron: 0 2 * * *
workflow_dispatch: ~
permissions: read-all
jobs:
vulnerabilities:
name: Vulnerabilities
runs-on: ubuntu-22.04
steps:
- name: Checkout repository
uses: actions/[email protected]
- name: Install Go
uses: actions/[email protected]
with:
go-version-file: go.mod
- name: Audit
run: go run tasks.go audit