Skip to content

fix(deps): update module google.golang.org/protobuf to v1.33.0 [secur… #2684

fix(deps): update module google.golang.org/protobuf to v1.33.0 [secur…

fix(deps): update module google.golang.org/protobuf to v1.33.0 [secur… #2684

Workflow file for this run

name: Pull request checks
on:
push:
branches: ["main", "release-*"]
pull_request:
branches: ["main", "release-*"]
permissions:
contents: read
jobs:
test:
permissions:
# Required for codecov
checks: write
pull-requests: write
name: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
with:
persist-credentials: false
- name: Set up Go
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
with:
go-version-file: "go.mod"
cache: "false"
- name: Run verification and unit tests
run: make docker-generate verify cov-exclude-generated check-go-mod
- name: Report coverage
uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5.5.1
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
files: ./testoutput/cover.txt
flags: unittests
verify-notices:
runs-on: ubuntu-24.04
steps:
- name: Checkout Repo
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
with:
persist-credentials: false
- name: Setup Go
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
with:
go-version-file: "go.mod"
cache: "false"
- run: make notices-update check-clean-work-tree