mirror of
https://github.com/actions/runner-images.git
synced 2025-12-12 20:26:49 +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:
|
schedule:
|
||||||
- cron: '0 0 * * *' # Run at midnight UTC every day
|
- cron: '0 0 * * *' # Run at midnight UTC every day
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
issues: write
|
||||||
|
contents: read
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
validate-json:
|
validate-json:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
@@ -16,3 +20,5 @@ jobs:
|
|||||||
- name: Validate JSON Schema
|
- name: Validate JSON Schema
|
||||||
shell: pwsh
|
shell: pwsh
|
||||||
run: ./helpers/CheckOutdatedVersionPinning.ps1
|
run: ./helpers/CheckOutdatedVersionPinning.ps1
|
||||||
|
env:
|
||||||
|
GH_TOKEN: ${{ github.token }}
|
||||||
|
|||||||
Reference in New Issue
Block a user