Skip to content

Bump github/codeql-action from 3.27.0 to 3.27.1 in the version-updates group #593

Bump github/codeql-action from 3.27.0 to 3.27.1 in the version-updates group

Bump github/codeql-action from 3.27.0 to 3.27.1 in the version-updates group #593

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@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
with:
egress-policy: audit
- name: Check links in modified Markdown files
if: github.event_name == 'pull_request'
uses: umbrelladocs/action-linkspector@fc382e19892aca958e189954912fe379a8df270c # v1.2.4
with:
fail_on_error: true
filter_mode: file
github_token: ${{ secrets.GITHUB_TOKEN }}
reporter: github-pr-review