Skip to content

build(deps): Bump github.com/stretchr/testify from 1.8.4 to 1.10.0 in /tools/cosmovisor #2165

build(deps): Bump github.com/stretchr/testify from 1.8.4 to 1.10.0 in /tools/cosmovisor

build(deps): Bump github.com/stretchr/testify from 1.8.4 to 1.10.0 in /tools/cosmovisor #2165

Workflow file for this run

name: "Warn about consensus code changes"
on:
pull_request_target:
types:
- opened
- edited
- synchronize
jobs:
main:
permissions:
pull-requests: write # For reading the PR and posting comment
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: orijtech/consensuswarn@main
with:
roots: "github.com/cosmos/cosmos-sdk/baseapp.BaseApp.PrepareProposal,github.com/cosmos/cosmos-sdk/baseapp.BaseApp.ProcessProposal,github.com/cosmos/cosmos-sdk/baseapp.BaseApp.FinalizeBlock,github.com/cosmos/cosmos-sdk/baseapp.BaseApp.Commit,github.com/cosmos/cosmos-sdk/baseapp.BaseApp.VerifyVoteExtension"