Skip to content

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

Update protobuf to 1.33.0 for CVE-2024-24786

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

Workflow file for this run

---
name: Unit Test Validation
on:
pull_request:
permissions: {}
jobs:
check-unit-tests-fail:
name: 'Check that unit test failures are detected'
runs-on: ubuntu-latest
steps:
- name: Check out the repository
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
- name: Run unit which is expected to fail
run: sh -c '! make unit'