Skip to content

build(deps): Bump buf.build/gen/go/cometbft/cometbft/protocolbuffers/go from 1.34.0-20240312114316-c0d3497e35d6.1 to 1.34.1-20240312114316-c0d3497e35d6.1 in /api #27828

build(deps): Bump buf.build/gen/go/cometbft/cometbft/protocolbuffers/go from 1.34.0-20240312114316-c0d3497e35d6.1 to 1.34.1-20240312114316-c0d3497e35d6.1 in /api

build(deps): Bump buf.build/gen/go/cometbft/cometbft/protocolbuffers/go from 1.34.0-20240312114316-c0d3497e35d6.1 to 1.34.1-20240312114316-c0d3497e35d6.1 in /api #27828

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"