Skip to content

Bump google.golang.org/grpc from 1.41.0 to 1.53.0 #1078

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

Bump google.golang.org/grpc from 1.41.0 to 1.53.0 #1078

Workflow file for this run

name: Semgrep
on: [pull_request]
jobs:
semgrep:
runs-on: ubuntu-latest
name: Check
steps:
- uses: actions/checkout@v1
- name: Semgrep
id: semgrep
uses: returntocorp/semgrep-action@v1
with:
config: p/semgrep-go-correctness
semgrep-sensu: # looks for .semgrep.yml due to missing config section
runs-on: ubuntu-latest
name: Check
steps:
- uses: actions/checkout@v1
- name: SemgrepSensu
id: semgrep-sensu
uses: returntocorp/semgrep-action@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}