Skip to content

build(deps): Bump github.com/gorilla/handlers from 1.5.1 to 1.5.2 #1783

build(deps): Bump github.com/gorilla/handlers from 1.5.1 to 1.5.2

build(deps): Bump github.com/gorilla/handlers from 1.5.1 to 1.5.2 #1783

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.DeliverTx,github.com/cosmos/cosmos-sdk/baseapp.BaseApp.BeginBlock,github.com/cosmos/cosmos-sdk/baseapp.BaseApp.EndBlock,github.com/cosmos/cosmos-sdk/baseapp.BaseApp.Commit'