Skip to content

deps: update github actions (major) #8501

deps: update github actions (major)

deps: update github actions (major) #8501

Workflow file for this run

name: YAML checks
on:
push:
branches:
- 'main'
- '[0-9]+.[1-9][0-9]*.x'
- 'epic/*'
paths:
- '**.yaml'
- '**.yml'
- '.yamllint'
pull_request:
branches:
- 'main'
- '[0-9]+.[1-9][0-9]*.x'
- 'epic/*'
paths:
- '**.yaml'
- '**.yml'
- '.yamllint'
# Declare default permissions as read only.
permissions: read-all
jobs:
yamllint:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
- name: Lint YAML files
run: make yamllint