Skip to content

Bump github/codeql-action from 3.26.6 to 3.26.8 #666

Bump github/codeql-action from 3.26.6 to 3.26.8

Bump github/codeql-action from 3.26.6 to 3.26.8 #666

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@0d381219ddf674d61a7572ddd19d7941e271515c # v2.9.0
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