Skip to content

chore(deps): bump actions/upload-artifact from 4.3.3 to 4.3.4 #547

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

chore(deps): bump actions/upload-artifact from 4.3.3 to 4.3.4 #547

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 }}