Merge branch 'main' into dependabot/github_actions/actions/cache-4

This commit is contained in:
Anthony Zavala
2025-04-21 17:17:28 -07:00
committed by GitHub
123 changed files with 1315 additions and 509 deletions
+2 -1
View File
@@ -1,3 +1,4 @@
# Add 'code-scanning' label to any changes within 'code-scanning' folder or any subfolders
code-scanning:
- code-scanning/**/*
- changed-files:
- any-glob-to-any-file: code-scanning/**/*
+3 -3
View File
@@ -5,12 +5,12 @@ permissions:
pull-requests: write
on:
- pull_request_target
pull_request_target:
jobs:
triage:
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v4
- uses: actions/labeler@v5
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
repo-token: "${{ secrets.GITHUB_TOKEN }}"
+3 -2
View File
@@ -1,8 +1,9 @@
name: Mark stale issues and pull requests
on:
schedule:
- cron: "21 4 * * *"
workflow_dispatch:
# schedule:
# - cron: "21 4 * * *"
jobs:
stale:
+2 -2
View File
@@ -15,9 +15,9 @@ jobs:
git fetch --no-tags --prune --depth=1 origin +refs/heads/*:refs/remotes/origin/*
git config user.email "cschleiden@github.com"
git config user.name "GitHub Actions"
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: '16'
node-version: '20'
cache: 'npm'
cache-dependency-path: script/sync-ghes/package-lock.json
- name: Check starter workflows for GHES compat
+2 -2
View File
@@ -12,9 +12,9 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: '16'
node-version: '20'
cache: 'npm'
cache-dependency-path: script/validate-data/package-lock.json