Skip to content

govulncheck

govulncheck #158

Workflow file for this run

name: govulncheck
on:
push:
paths:
- go.sum
schedule:
- cron: "0 0 * * *"
jobs:
govulncheck:
name: govulncheck
runs-on: ubuntu-latest
steps:
- name: Install Golang
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
with:
go-version: "1.23"
- name: govulncheck
uses: golang/govulncheck-action@b625fbe08f3bccbe446d94fbf87fcc875a4f50ee # v1.0.4
with:
go-package: ./...