Skip to content

Bump step-security/harden-runner from 2.10.4 to 2.11.0 in the version-updates group #656

Bump step-security/harden-runner from 2.10.4 to 2.11.0 in the version-updates group

Bump step-security/harden-runner from 2.10.4 to 2.11.0 in the version-updates group #656

Workflow file for this run

name: Markdown links check
on:
pull_request:
branches:
- main
permissions: read-all
jobs:
markdown-links:
name: Markdown links check
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- name: Checkout repository
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Harden runner
uses: step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11.0
with:
egress-policy: audit
- name: Check links in Markdown files
uses: umbrelladocs/action-linkspector@de84085e0f51452a470558693d7d308fbb2fa261 # v1.2.5
with:
fail_on_error: true
filter_mode: nofilter
github_token: ${{ secrets.GITHUB_TOKEN }}
reporter: github-pr-review