Skip to content

fix: update wagoid/commitlint-github-action action to v5.4.2 #72

fix: update wagoid/commitlint-github-action action to v5.4.2

fix: update wagoid/commitlint-github-action action to v5.4.2 #72

Workflow file for this run

---
name: YAML Linter
on:
pull_request:
branches:
- main
paths:
- '**.yml'
- '**.yaml'
permissions:
checks: write
contents: write
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@55d479fb1c5bcad5a4f9099a5d9f37c8857b2845 # v2.4.1
with:
egress-policy: block
allowed-endpoints: >
github.com:443
api.github.com:443
- name: Checkout
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
with:
fetch-depth: 0
- name: Run yamllint
uses: ibiqlik/action-yamllint@2576378a8e339169678f9939646ee3ee325e845c # tag=v3.1.1