Skip to content

SEC-1654: remediate missing-govulncheck-workflow #3

SEC-1654: remediate missing-govulncheck-workflow

SEC-1654: remediate missing-govulncheck-workflow #3

Workflow file for this run

name: Govulncheck
on:
pull_request:
permissions:
contents: read
jobs:
govulncheck:
name: Govulncheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-go@v6
with:
go-version-file: go.mod
- uses: temporalio/public-actions/golang/govulncheck@main