Skip to content

Bump actions/checkout from 4.1.7 to 4.2.1 #50

Bump actions/checkout from 4.1.7 to 4.2.1

Bump actions/checkout from 4.1.7 to 4.2.1 #50

Workflow file for this run

name: DCO
on:
pull_request:
jobs:
DCO:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Check DCO
uses: cpanato/dco-check-action@main
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
repository: ${{ github.repository }}
pull_request_number: ${{ github.event.number }}