Skip to content

chore: bump google.golang.org/protobuf from 1.34.2 to 1.36.3 in /hack/tools #930

chore: bump google.golang.org/protobuf from 1.34.2 to 1.36.3 in /hack/tools

chore: bump google.golang.org/protobuf from 1.34.2 to 1.36.3 in /hack/tools #930

Workflow file for this run

name: Codecov
on:
push:
branches:
- main
pull_request:
branches:
- main
permissions: read-all
jobs:
codecov:
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@c95a14d0e5bab51a9f56296a4eb0e416910cd350 # v2.10.3
with:
egress-policy: audit
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.0.0
- uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
with:
go-version: "^1.20"
- name: Run tests
run: make go-test
- uses: codecov/codecov-action@1e68e06f1dbfde0e4cefc87efeba9e4643565303
with:
files: ./cover.out