Skip to content

Bump github.com/cometbft/cometbft from 0.37.4 to 0.38.11 #3847

Bump github.com/cometbft/cometbft from 0.37.4 to 0.38.11

Bump github.com/cometbft/cometbft from 0.37.4 to 0.38.11 #3847

Workflow file for this run

name: Gosec
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
tests:
runs-on: ubuntu-latest
env:
GO111MODULE: on
steps:
- name: Checkout Source
uses: actions/checkout@v3
- name: Run Gosec Security Scanner
uses: securego/gosec@v2.18.2
with:
args: -exclude-dir=deps -severity=high ./...