Skip to content

Bump step-security/harden-runner from 2.9.0 to 2.10.2 #685

Bump step-security/harden-runner from 2.9.0 to 2.10.2

Bump step-security/harden-runner from 2.9.0 to 2.10.2 #685

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@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
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