Skip to content

Bump github/codeql-action from 3.23.0 to 3.25.14 #601

Bump github/codeql-action from 3.23.0 to 3.25.14

Bump github/codeql-action from 3.23.0 to 3.25.14 #601

Workflow file for this run

---
permissions:
contents: read
jobs:
lint:
name: Lint Blue
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@8ca2b8b2ece13480cda6dacd3511b49857a23c09 # v2.5.1
with:
egress-policy: audit
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
- name: Install yamllint
run: pip install yamllint
- name: Lint YAML files
run: |
yamllint -d "{extends: default, rules: {document-start: { ignore: changelogs/changelog.yaml }, line-length: {max: 200} }}" .
on: # yamllint disable-line rule:truthy
pull_request:
branches:
- main
push:
branches:
- main