mirror of
https://github.com/actions/runner-images.git
synced 2025-12-10 19:16:48 +00:00
update
This commit is contained in:
6
.github/workflows/check-pinned-versions.yml
vendored
6
.github/workflows/check-pinned-versions.yml
vendored
@@ -6,6 +6,10 @@ on:
|
||||
schedule:
|
||||
- cron: '0 0 * * *' # Run at midnight UTC every day
|
||||
|
||||
permissions:
|
||||
issues: write
|
||||
contents: read
|
||||
|
||||
jobs:
|
||||
validate-json:
|
||||
runs-on: ubuntu-latest
|
||||
@@ -16,3 +20,5 @@ jobs:
|
||||
- name: Validate JSON Schema
|
||||
shell: pwsh
|
||||
run: ./helpers/CheckOutdatedVersionPinning.ps1
|
||||
env:
|
||||
GH_TOKEN: ${{ github.token }}
|
||||
|
||||
Reference in New Issue
Block a user