Skip to content

chore(deps): update actions/checkout digest to a5ac7e5 (#13) #40

chore(deps): update actions/checkout digest to a5ac7e5 (#13)

chore(deps): update actions/checkout digest to a5ac7e5 (#13) #40

Workflow file for this run

name: validate
on:
push:
pull_request:
env:
LOG_LEVEL: debug
jobs:
preset:
runs-on: ubuntu-latest
timeout-minutes: 10
strategy:
matrix:
file:
- default
- dotnet
- github-actions
- npm
- terraform
env:
RENOVATE_CONFIG_FILE: ${{ matrix.file }}.json
steps:
- name: Checkout
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
- name: Validating ${{ matrix.file }}
run: npx -p renovate renovate-config-validator