Skip to content

Bump step-security/harden-runner from 2.13.2 to 2.14.1 #696

Bump step-security/harden-runner from 2.13.2 to 2.14.1

Bump step-security/harden-runner from 2.13.2 to 2.14.1 #696

Workflow file for this run

name: Check .md links on v6.6.0 branch

Check failure on line 1 in .github/workflows/chk-links-v66.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/chk-links-v66.yml

Invalid workflow file

(Line: 4, Col: 9): A sequence was not expected
on:
push: [v6.6.0]
permissions:
contents: read
jobs:
markdown-link-check:
runs-on: ubuntu-latest
# check out the the code
steps:
- name: Harden Runner
uses: step-security/harden-runner@e3f713f2d8f53843e71c69a996d56f51aa9adfb9 # v2.14.1
with:
egress-policy: audit
- uses: actions/checkout@61b9e3751b92087fd0b06925ba6dd6314e06f089 # master
with:
ref: v6.6.0
# Checks the status of hyperlinks in .md files in verbose mode
- name: Check links
uses: gaurav-nelson/github-action-markdown-link-check@5c5dfc0ac2e225883c0e5f03a85311ec2830d368 # v1
with:
use-verbose-mode: 'yes'