github: Update DCO check

Fixes the failures when more than 50 commits.

Signed-off-by: Stéphane Graber <stgraber@stgraber.org>
This commit is contained in:
Stéphane Graber 2026-06-06 19:19:37 -04:00
parent eb23817937
commit 2c9c4e76fe
No known key found for this signature in database
GPG Key ID: C638974D64792D67

View File

@ -12,16 +12,8 @@ jobs:
name: Signed-off-by (DCO)
runs-on: ubuntu-24.04
steps:
- name: Get PR Commits
id: 'get-pr-commits'
uses: tim-actions/get-pr-commits@master
with:
token: ${{ secrets.GITHUB_TOKEN }}
- name: Check that all commits are signed-off
uses: tim-actions/dco@master
with:
commits: ${{ steps.get-pr-commits.outputs.commits }}
uses: KineticCafe/actions-dco@v3.1.0
target-branch:
permissions: