Skip to content

Bump github/codeql-action from 3.28.5 to 3.28.8 #284

Bump github/codeql-action from 3.28.5 to 3.28.8

Bump github/codeql-action from 3.28.5 to 3.28.8 #284

Workflow file for this run

name: Markdownlint Action
on: push
permissions: read-all
jobs:
build:
name: Markdownlint
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Markdownlint
uses: nosborn/github-action-markdown-cli@58bcfd1af530d87a13d51b76e6713b52602e3613 # v3.4.0
with:
files: .
config_file: ".github/markdownlint.json"
ignore_path: ".github/.markdownlintignore"