Skip to content

build(deps): Bump cosmossdk.io/math from 1.1.3-rc.1 to 1.2.0 in /tests #18120

build(deps): Bump cosmossdk.io/math from 1.1.3-rc.1 to 1.2.0 in /tests

build(deps): Bump cosmossdk.io/math from 1.1.3-rc.1 to 1.2.0 in /tests #18120

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"