Skip to content

test: batch the low-severity gate-run follow-ups from #102 (#103) #44

test: batch the low-severity gate-run follow-ups from #102 (#103)

test: batch the low-severity gate-run follow-ups from #102 (#103) #44

Workflow file for this run

name: govulncheck
on:
push:
branches: [main]
pull_request:
branches: [main]
schedule:
- cron: '0 6 * * 1'
permissions:
contents: read
jobs:
govulncheck:
name: Run govulncheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: actions/setup-go@v7
with:
go-version: ${{ env.GO_VERSION || '1.26' }}
- uses: golang/govulncheck-action@v1
with:
go-version-file: go.mod
go-package: ./...