Skip to content

build(deps): Bump github.com/cometbft/cometbft/api from 1.0.0-rc2 to 1.0.0 #40533

build(deps): Bump github.com/cometbft/cometbft/api from 1.0.0-rc2 to 1.0.0

build(deps): Bump github.com/cometbft/cometbft/api from 1.0.0-rc2 to 1.0.0 #40533

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@v4
- 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"