Skip to content

Bump google.golang.org/grpc from 1.63.0 to 1.63.2 in the go-mod group #610

Bump google.golang.org/grpc from 1.63.0 to 1.63.2 in the go-mod group

Bump google.golang.org/grpc from 1.63.0 to 1.63.2 in the go-mod group #610

Workflow file for this run

---
name: "CLA"
on: # yamllint disable-line rule:truthy
issue_comment:
types:
- "created"
pull_request_target:
types:
- "opened"
- "closed"
- "synchronize"
merge_group:
types:
- "checks_requested"
jobs:
cla:
name: "Check Signature"
runs-on: "ubuntu-latest"
steps:
- uses: "authzed/actions/cla-check@main"
with:
github_token: "${{ secrets.GITHUB_TOKEN }}"
cla_assistant_token: "${{ secrets.CLA_ASSISTANT_ACCESS_TOKEN }}"