Skip to content

Bump google.golang.org/protobuf from 1.33.0 to 1.34.0 #152

Bump google.golang.org/protobuf from 1.33.0 to 1.34.0

Bump google.golang.org/protobuf from 1.33.0 to 1.34.0 #152

Workflow file for this run

name: Semgrep
on: [pull_request]
jobs:
semgrep:
runs-on: ubuntu-latest
name: Check
container:
# A Docker image with Semgrep installed. Do not change this.
image: returntocorp/semgrep
if: (github.actor != 'dependabot[bot]')
steps:
- uses: actions/checkout@v3
- run: semgrep ci