Skip to content

Bump github/codeql-action from 3.27.1 to 3.27.5 #261

Bump github/codeql-action from 3.27.1 to 3.27.5

Bump github/codeql-action from 3.27.1 to 3.27.5 #261

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@9b5e871c11cc0649c5ac2526af22e23525fa344d # v3.3.0
with:
files: .
config_file: ".github/markdownlint.json"
ignore_path: ".github/.markdownlintignore"