Skip to content

deps: update actions/upload-artifact digest to 1746f4a #6792

deps: update actions/upload-artifact digest to 1746f4a

deps: update actions/upload-artifact digest to 1746f4a #6792

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-22.04
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: Lint YAML files
run: make yamllint