Skip to content

Chore: bump google.golang.org/grpc from 1.76.0 to 1.77.0 #3754

Chore: bump google.golang.org/grpc from 1.76.0 to 1.77.0

Chore: bump google.golang.org/grpc from 1.76.0 to 1.77.0 #3754

name: CodeQL
on:
push:
branches: [master]
pull_request:
branches: [master]
types: [opened, synchronize, reopened]
paths-ignore:
- "**/*.md"
- "**/*.txt"
jobs:
analyze:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
language: ["go"]
steps:
- name: Checkout repository
uses: actions/checkout@v5
- name: Initialize CodeQL
uses: github/codeql-action/init@v4
with:
languages: ${{ matrix.language }}
build-mode: autobuild
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v4