From e4c99685bf6b4e02ac2ab2c9872817fc478d19fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 27 Jun 2026 23:12:19 +0000 Subject: [PATCH] Bump actionshub/dco Bumps [actionshub/dco](https://github.com/actionshub/dco) from da8700138fd5b555270e7c3a49890746d0d2f93f to 736d5885f972dcfd68b3db44da9a940b370cc625. - [Release notes](https://github.com/actionshub/dco/releases) - [Commits](https://github.com/actionshub/dco/compare/da8700138fd5b555270e7c3a49890746d0d2f93f...736d5885f972dcfd68b3db44da9a940b370cc625) --- updated-dependencies: - dependency-name: actionshub/dco dependency-version: 736d5885f972dcfd68b3db44da9a940b370cc625 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/dco.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dco.yml b/.github/workflows/dco.yml index 411cae3..c62ef8b 100644 --- a/.github/workflows/dco.yml +++ b/.github/workflows/dco.yml @@ -22,6 +22,6 @@ jobs: with: token: ${{ secrets.GITHUB_TOKEN }} - name: DCO Check - uses: actionshub/dco@da8700138fd5b555270e7c3a49890746d0d2f93f # main + uses: actionshub/dco@736d5885f972dcfd68b3db44da9a940b370cc625 # main with: commits: ${{ steps.get-pr-commits.outputs.commits }}