Skip to content

Bump actions/checkout from 4.1.2 to 4.1.7 in the github group across 1 directory #50

Bump actions/checkout from 4.1.2 to 4.1.7 in the github group across 1 directory

Bump actions/checkout from 4.1.2 to 4.1.7 in the github group across 1 directory #50

Workflow file for this run

name: lint
on:
push:
branches:
# Run on pushes to default branch
- main
# Run against pull requests
pull_request:
jobs:
markdown:
runs-on: ubuntu-latest
steps:
- name: 🔒 harden runner
uses: step-security/harden-runner@0d381219ddf674d61a7572ddd19d7941e271515c # v2.9.0
with:
egress-policy: audit
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: ⬇️ lint markdown files
uses: avto-dev/markdown-lint@04d43ee9191307b50935a753da3b775ab695eceb # v1.5.0
with:
config: ".markdownlint.json"
args: "**/*.md .github/**/*.md"