Skip to content

Bump github/codeql-action from 4.33.0 to 4.34.1 #616

Bump github/codeql-action from 4.33.0 to 4.34.1

Bump github/codeql-action from 4.33.0 to 4.34.1 #616

Workflow file for this run

name: readme-checker.yml – Checks for suggested markdown
on: [push, pull_request]
permissions:
contents: read
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@fa2e9d605c4eeb9fcad4c99c224cee0c6c7f3594 # v2.16.0
with:
egress-policy: audit
- name: Checkout
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: Checking markdown
uses: DavidAnson/markdownlint-cli2-action@07035fd053f7be764496c0f8d8f9f41f98305101 # v22.0.0
with:
globs: |
*.md
**/*.md
!test/*.md
!_data/*.md