Skip to content

build(deps): Bump github.com/cometbft/cometbft from 0.37.0 to 0.38.12 in /tools/rosetta #1739

build(deps): Bump github.com/cometbft/cometbft from 0.37.0 to 0.38.12 in /tools/rosetta

build(deps): Bump github.com/cometbft/cometbft from 0.37.0 to 0.38.12 in /tools/rosetta #1739

name: "Dependency Review"
on: pull_request
permissions:
contents: read
jobs:
dependency-review:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v4
with:
go-version: 1.20.2
- name: "Checkout Repository"
uses: actions/checkout@v3
- name: "Dependency Review"
uses: actions/dependency-review-action@v3
- name: "Dependency audit"
run: ./scripts/dep-assert.sh
- name: "Go vulnerability check"
run: make vulncheck