Skip to content

Bump google.golang.org/grpc from 1.20.1 to 1.53.0 #3

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

Bump google.golang.org/grpc from 1.20.1 to 1.53.0 #3

# Workflow managed by https://github.com/AnchorFree/workflows/
name: "CodeQL Golang"
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write
steps:
- name: Checkout repository
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