Skip to content

chore(deps): update ansible-automation-platform/ee-minimal-rhel9 to 9c2072b - autoclosed #436

chore(deps): update ansible-automation-platform/ee-minimal-rhel9 to 9c2072b - autoclosed

chore(deps): update ansible-automation-platform/ee-minimal-rhel9 to 9c2072b - autoclosed #436

---
name: 'markdown link check'
on: # yamllint disable-line rule:truthy
pull_request:
branches:
- 'main'
workflow_dispatch: {}
permissions:
contents: 'read'
jobs:
build:
name: 'markdown-link-check'
runs-on: 'ubuntu-latest'
steps:
- name: 'Harden Runner'
uses: 'step-security/harden-runner@17d0e2bd7d51742c71671bd19fa12bdc9d40a3d6' # v2.8.1
with:
egress-policy: 'audit'
disable-sudo: true
- name: 'Checkout the repository'
uses: 'actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332' # v4.1.7
- name: 'Run markdown-link-check'
uses: 'gaurav-nelson/github-action-markdown-link-check@d53a906aa6b22b8979d33bc86170567e619495ec' # 1.0.15
with:
folder-path: './'
config-file: '.markdown-link-check.json'
...