Skip to content

chore: pin some dependencies by hash #192

chore: pin some dependencies by hash

chore: pin some dependencies by hash #192

name: renovate-validation
on:
pull_request:
branches:
- main
paths:
- .github/workflows/renovate-validation.yml
- .github/renovate.json
push:
branches:
- main
paths:
- .github/workflows/renovate-validation.yml
- .github/renovate.json
permissions:
contents: read
concurrency:
group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.ref_name }}-${{ github.event.number || github.sha }}
cancel-in-progress: true
jobs:
validate:
name: Renovate validation
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Validate
uses: suzuki-shunsuke/github-action-renovate-config-validator@36a15b83e37bf3221dc9c02ff5ffdaefb51ca1cf # v1.1.0
with:
config_file_path: .github/renovate.json