ci: GitHub Actions dependencies (#26962)

This commit is contained in:
Aiden Cline 2026-05-11 19:50:35 -05:00 committed by GitHub
commit 5773d43cbf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
29 changed files with 78 additions and 78 deletions

View file

@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Close non-compliant issues and PRs after 2 hours
uses: actions/github-script@v7
uses: actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7.1.0
with:
script: |
const { data: items } = await github.rest.issues.listForRepo({