Skip to content

Bump step-security/harden-runner from 2.9.0 to 2.10.3 #699

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

Bump step-security/harden-runner from 2.9.0 to 2.10.3 #699

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@c95a14d0e5bab51a9f56296a4eb0e416910cd350 # v2.10.3
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