Skip to content

Bump github.com/cometbft/cometbft from 0.38.2 to 0.38.5 in /x/escrow … #46

Bump github.com/cometbft/cometbft from 0.38.2 to 0.38.5 in /x/escrow …

Bump github.com/cometbft/cometbft from 0.38.2 to 0.38.5 in /x/escrow … #46

Workflow file for this run

name: Check Modules
on:
push:
branches:
- main
pull_request:
jobs:
check-modules:
name: x-${{ matrix.name }}
strategy:
matrix:
include:
- name: test
sonar-token: SONAR_TOKEN_X_TEST
- name: escrow
sonar-token: SONAR_TOKEN_X_ESCROW
uses: ./.github/workflows/module.yml
with:
name: ${{ matrix.name }}
secrets:
sonar-token: ${{ secrets[matrix.sonar-token] }}