Skip to content

build(deps): bump github.com/google/cel-go from 0.30.0 to 0.31.0 in the production-dependencies group #2275

build(deps): bump github.com/google/cel-go from 0.30.0 to 0.31.0 in the production-dependencies group

build(deps): bump github.com/google/cel-go from 0.30.0 to 0.31.0 in the production-dependencies group #2275

Workflow file for this run

name: buf
on:
pull_request:
paths-ignore:
- 'docs/**'
- '.readthedocs.yaml'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: bufbuild/buf-setup-action@v1
with:
# buf-setup-action resolves the release download URL through the
# GitHub API. Without a token that request is anonymous and shares
# a rate limit with every other job on the runner's IP, so setup
# intermittently fails with "API rate limit exceeded".
github_token: ${{ github.token }}
- uses: bufbuild/buf-lint-action@v1