Skip to content

build(deps): Bump github.com/cosmos/ibc-apps/middleware/packet-forward-middleware/v7 from 7.1.3 to 7.2.0 #1945

build(deps): Bump github.com/cosmos/ibc-apps/middleware/packet-forward-middleware/v7 from 7.1.3 to 7.2.0

build(deps): Bump github.com/cosmos/ibc-apps/middleware/packet-forward-middleware/v7 from 7.1.3 to 7.2.0 #1945

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: ./...