Skip to content

Bump google.golang.org/grpc from 1.45.0 to 1.53.0 #1162

Bump google.golang.org/grpc from 1.45.0 to 1.53.0

Bump google.golang.org/grpc from 1.45.0 to 1.53.0 #1162

Workflow file for this run

name: CodeQL
on:
push:
branches: [main]
pull_request:
branches: [main]
schedule:
- cron: "19 7 * * 0"
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
with:
languages: "go"
- name: Autobuild
uses: github/codeql-action/autobuild@v2
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2