Skip to content

fix: update stefanzweifel/git-auto-commit-action action to v5.1.0 #183

fix: update stefanzweifel/git-auto-commit-action action to v5.1.0

fix: update stefanzweifel/git-auto-commit-action action to v5.1.0 #183

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