chore: fix proto building warning (#24086)

This commit is contained in:
Alex | Interchain Labs 2025-03-20 16:59:52 -04:00 committed by GitHub
parent 98f0f76e73
commit 1c47307bfd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
10 changed files with 11 additions and 11 deletions

View File

@ -17,7 +17,7 @@
# name: "Push to buf.build/cosmos/cosmos-sdk"
# steps:
# - uses: actions/checkout@v4
# - uses: bufbuild/buf-setup-action@v1.29.0
# - uses: bufbuild/buf-setup-action@v1.50.0
# - run: buf push proto --tag ${{ github.ref_type == 'tag' && github.ref_name || github.sha }} # https://github.com/bufbuild/buf-push-action/issues/20
## TODO at each module tag to their own buf repository

View File

@ -15,7 +15,7 @@ jobs:
timeout-minutes: 5
steps:
- uses: actions/checkout@v4
- uses: bufbuild/buf-setup-action@v1.38.0
- uses: bufbuild/buf-setup-action@v1.50.0
- uses: bufbuild/buf-lint-action@v1
with:
input: "proto"
@ -24,7 +24,7 @@ jobs:
runs-on: depot-ubuntu-22.04-4
steps:
- uses: actions/checkout@v4
- uses: bufbuild/buf-setup-action@v1.38.0
- uses: bufbuild/buf-setup-action@v1.50.0
- uses: bufbuild/buf-breaking-action@v1
with:
input: "proto"

View File

@ -4,7 +4,7 @@ deps:
- buf.build/cosmos/cosmos-proto
lint:
use:
- DEFAULT
- STANDARD
except:
- PACKAGE_VERSION_SUFFIX
breaking:

View File

@ -3,7 +3,7 @@ deps:
- buf.build/cosmos/cosmos-sdk
lint:
use:
- DEFAULT
- STANDARD
except:
- PACKAGE_VERSION_SUFFIX
breaking:

View File

@ -3,7 +3,7 @@ deps:
- buf.build/cosmos/cosmos-sdk
lint:
use:
- DEFAULT
- STANDARD
except:
- PACKAGE_VERSION_SUFFIX
breaking:

View File

@ -10,7 +10,7 @@ breaking:
- FILE
lint:
use:
- DEFAULT
- STANDARD
- COMMENTS
- FILE_LOWER_SNAKE_CASE
except:

View File

@ -5,7 +5,7 @@ deps:
- buf.build/cosmos/gogo-proto
lint:
use:
- DEFAULT
- STANDARD
except:
- PACKAGE_VERSION_SUFFIX
breaking:

View File

@ -5,7 +5,7 @@ deps:
- buf.build/cosmos/gogo-proto
lint:
use:
- DEFAULT
- STANDARD
except:
- PACKAGE_VERSION_SUFFIX
breaking:

View File

@ -5,7 +5,7 @@ deps:
- buf.build/cosmos/cosmos-proto
lint:
use:
- DEFAULT
- STANDARD
except:
- PACKAGE_VERSION_SUFFIX
breaking:

View File

@ -6,7 +6,7 @@ deps:
- buf.build/protocolbuffers/wellknowntypes:v23.4
lint:
use:
- DEFAULT
- STANDARD
except:
- PACKAGE_VERSION_SUFFIX
breaking: