mirror of
https://github.com/actions/runner-images.git
synced 2025-12-11 03:27:05 +00:00
Check outdated pins
This commit is contained in:
18
.github/workflows/check-pinned-versions.yml
vendored
Normal file
18
.github/workflows/check-pinned-versions.yml
vendored
Normal 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
|
||||
Reference in New Issue
Block a user