Skip to content

upgrade google-protobuf due to potential denial of service issue #938

upgrade google-protobuf due to potential denial of service issue

upgrade google-protobuf due to potential denial of service issue #938

Workflow file for this run

name: Test Pull Request
on:
pull_request:
branches:
- master
workflow_dispatch:
jobs:
lint:
uses: ./.github/workflows/rubocop.yml
parallel-test:
needs: lint
uses: ./.github/workflows/parallel_ci.yml
secrets: inherit