Skip to content

deps(deps): bump serial_test from 3.2.0 to 3.4.0 #26

deps(deps): bump serial_test from 3.2.0 to 3.4.0

deps(deps): bump serial_test from 3.2.0 to 3.4.0 #26

Workflow file for this run

name: DCO Sign-off
# Verify that all commits in a PR carry a Signed-off-by line,
# certifying the Developer Certificate of Origin (https://developercertificate.org).
on:
pull_request_target:
types: [opened, synchronize, reopened]
permissions:
pull-requests: read
statuses: write
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number }}
cancel-in-progress: true
jobs:
dco:
name: Verify DCO
runs-on: ubuntu-latest
steps:
- uses: dcoapp/app-token-action@v1
id: token
continue-on-error: true
- uses: tisonkun/actions-dco@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}