Skip to content

chore: Minitar documentation update #63

chore: Minitar documentation update

chore: Minitar documentation update #63

Workflow file for this run

name: Check DCO
on:
pull_request:
permissions: {}
jobs:
check-dco:
name: Check DCO
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Harden the runner
uses: step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
with:
egress-policy: block
disable-sudo: true
allowed-endpoints: >
api.github.com:443
github.com:443
- uses: KineticCafe/actions-dco@1c23966ecce077f76671a61caabeb13eefc72a51 # v1.3.8