Skip to content

fix: update actions/checkout action to v4.2.2 #178

fix: update actions/checkout action to v4.2.2

fix: update actions/checkout action to v4.2.2 #178

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@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
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