Skip to content

Problem: cometbft is not up to date (#1103) #3083

Problem: cometbft is not up to date (#1103)

Problem: cometbft is not up to date (#1103) #3083

Workflow file for this run

name: govuln
on:
pull_request:
merge_group:
push:
branches:
- master
- release/**
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: '^1.22.0'
- uses: actions/checkout@v4
with:
submodules: true
- name: install govulncheck
run: go install -v golang.org/x/vuln/cmd/[email protected]
- name: govuln sec scan
run: govulncheck ./...