Skip to content

Bump github/codeql-action from 4.37.5 to 4.37.6 #396

Bump github/codeql-action from 4.37.5 to 4.37.6

Bump github/codeql-action from 4.37.5 to 4.37.6 #396

Workflow file for this run

---
name: Lint
on:
- pull_request
- push
permissions:
contents: read
pull-requests: write
jobs:
actionlint:
name: GitHub Actions workflow
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v7
- uses: reviewdog/action-actionlint@v1
markdownlint:
name: Markdown
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v7
- name: Run markdownlint
uses: DavidAnson/markdownlint-cli2-action@v24.2.0
yamllint:
name: YAML
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v7
- name: Run Yamllint
uses: frenck/action-yamllint@v1.5.0
with:
strict: true