Skip to content

Update protobuf to 1.33.0 for CVE-2024-24786 #2501

Update protobuf to 1.33.0 for CVE-2024-24786

Update protobuf to 1.33.0 for CVE-2024-24786 #2501

Workflow file for this run

---
name: Branch Checks
on:
pull_request:
permissions: {}
jobs:
target_branch:
name: PR targets branch
runs-on: ubuntu-latest
steps:
- name: Check that the PR targets release-0.17
if: ${{ github.base_ref != 'release-0.17' }}
run: exit 1