Skip to content

chore(deps): bump github/codeql-action from 4 to 4.37.3 #235

chore(deps): bump github/codeql-action from 4 to 4.37.3

chore(deps): bump github/codeql-action from 4 to 4.37.3 #235

Workflow file for this run

name: yaml lint
on:
pull_request:
paths:
- "**/*.yml"
- "**/*.yaml"
permissions:
contents: read
pull-requests: write
jobs:
yamllint:
name: runner / yamllint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- name: yamllint
uses: reviewdog/action-yamllint@v1.22.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
reporter: github-pr-review