Check outdated pins

This commit is contained in:
lawrencegripper
2025-01-31 10:39:03 +00:00
parent 3bc475f72e
commit 901125ceec
7 changed files with 150 additions and 79 deletions

View File

@@ -0,0 +1,18 @@
on:
push:
branches:
- main
pull_request:
schedule:
- cron: '0 0 * * *' # Run at midnight UTC every day
jobs:
validate-json:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Validate JSON Schema
shell: pwsh
run: ./helpers/CheckOutdatedVersionPinning.ps1