Skip to content

Bump google.golang.org/grpc from 1.59.0 to 1.70.0 #1168

Bump google.golang.org/grpc from 1.59.0 to 1.70.0

Bump google.golang.org/grpc from 1.59.0 to 1.70.0 #1168

Workflow file for this run

name: Semgrep
on: [pull_request]
jobs:
semgrep:
runs-on: ubuntu-latest
container:
image: returntocorp/semgrep
if: (github.actor != 'dependabot[bot]')
steps:
- uses: actions/checkout@v3
- name: Semgrep
run: semgrep ci -c p/semgrep-go-correctness
semgrep-sensu:
runs-on: ubuntu-latest
container:
image: returntocorp/semgrep
if: (github.actor != 'dependabot[bot]')
steps:
- uses: actions/checkout@v3
- name: SemgrepSensu
run: semgrep ci -c .semgrep.yml