Skip to content

fix: update wagoid/commitlint-github-action action to v6.0.2 #168

fix: update wagoid/commitlint-github-action action to v6.0.2

fix: update wagoid/commitlint-github-action action to v6.0.2 #168

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@0d381219ddf674d61a7572ddd19d7941e271515c # v2.9.0
with:
egress-policy: block
allowed-endpoints: >
github.com:443
api.github.com:443
- name: Checkout
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
with:
fetch-depth: 0
- name: Run yamllint
uses: ibiqlik/action-yamllint@2576378a8e339169678f9939646ee3ee325e845c # tag=v3.1.1