Skip to content

chore: adding events to msg bid txn #1660

chore: adding events to msg bid txn

chore: adding events to msg bid txn #1660

Workflow file for this run

name: Vuln
on:
pull_request:
types: [opened, synchronize, reopened, labeled]
merge_group:
types: [checks_requested]
concurrency:
group: ci-${{ github.ref }}-${{ github.workflow }}
cancel-in-progress: true
jobs:
govulncheck:
runs-on: ubuntu-latest
name: Run govulncheck
steps:
- uses: actions/checkout@v4
- uses: technote-space/[email protected]
with:
PATTERNS: |
**/**.go
FILES: |
go.mod
go.sum
- uses: golang/[email protected]
id: govulncheck
if: env.GIT_DIFF
with:
go-version-input: 1.22
go-package: ./...