Skip to content

chore(deps): update module google.golang.org/protobuf to v1.36.12 #1583

chore(deps): update module google.golang.org/protobuf to v1.36.12

chore(deps): update module google.golang.org/protobuf to v1.36.12 #1583

name: DCO Sign-off Check
on: pull_request
concurrency:
group: dco-signoff-${{ github.event.pull_request.number }}
cancel-in-progress: true
jobs:
dco:
if: github.event.pull_request.user.login != 'dependabot[bot]'
name: Check Signed-off-by (DCO)
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@v7
with:
fetch-depth: 0
- name: Check DCO sign-off on all commits
run: make check-dco
env:
DCO_BASE: ${{ github.event.pull_request.base.sha }}
DCO_HEAD: ${{ github.event.pull_request.head.sha }}