Skip to content

chore(deps): bump golang.org/x/crypto from 0.23.0 to 0.31.0 in /superchain #3

chore(deps): bump golang.org/x/crypto from 0.23.0 to 0.31.0 in /superchain

chore(deps): bump golang.org/x/crypto from 0.23.0 to 0.31.0 in /superchain #3

name: Rollup Config and Genesis Diff
on:
pull_request:
types: [opened, synchronize, reopened]
jobs:
compute-genesis-diff:
uses: ./.github/workflows/diff-workflow.yml
permissions:
pull-requests: write
with:
command: generate-genesis
directory: generate-genesis
message: "Detected nonzero diff in genesis. This PR modifies the genesis data of at least one chain in the registry, which may or may not have been intended"
compute-rollup-config-diff:
uses: ./.github/workflows/diff-workflow.yml
permissions:
pull-requests: write
with:
command: generate-rollup-config
directory: generate-rollup-config
message: "Detected nonzero diff in rollup config. This PR modifies the configuration of at least one chain in the registry, which may or may not have been intended"