Skip to content

chore(deps): bump actions/upload-artifact from 4.3.3 to 4.3.5 #549

chore(deps): bump actions/upload-artifact from 4.3.3 to 4.3.5

chore(deps): bump actions/upload-artifact from 4.3.3 to 4.3.5 #549

Workflow file for this run

name: Check DCO
on:
pull_request:
merge_group:
jobs:
check-dco:
permissions:
checks: write
contents: read
pull-requests: read
statuses: write
runs-on: ubuntu-latest
steps:
- name: Check DCO
uses: hackworthltd/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}