setup-protoc icon indicating copy to clipboard operation
setup-protoc copied to clipboard

GitHub Action to setup the protoc compiler for protocol buffers

Results 22 setup-protoc issues
Sort by recently updated
recently updated
newest added
trafficstars

Bumps [undici](https://github.com/nodejs/undici) from 5.28.2 to 5.28.4. Release notes Sourced from undici's releases. v5.28.4 :warning: Security Release :warning: Fixes https://github.com/nodejs/undici/security/advisories/GHSA-m4v8-wqvr-p9f7 CVE-2024-30260 Fixes https://github.com/nodejs/undici/security/advisories/GHSA-9qxr-qj54-h672 CVE-2024-30261 Full Changelog: https://github.com/nodejs/undici/compare/v5.28.3...v5.28.4 v5.28.3 ⚠️ Security Release...

topic: infrastructure

### Describe the problem The readme states ``` To get the latest stable version of protoc just add this step: - name: Install Protoc uses: arduino/setup-protoc@v3 ``` But this installs...

type: imperfection
topic: code