-
Notifications
You must be signed in to change notification settings - Fork 1
Update github actions (major) - autoclosed #2254
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -25,7 +25,7 @@ jobs: | |
| heartbeat: | ||
| runs-on: ubuntu-latest | ||
| steps: | ||
| - uses: actions/checkout@v4 | ||
| - uses: actions/checkout@v7 | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🟡 MEDIUM RISK This workflow is marked as a synchronized file managed via a source template ( |
||
|
|
||
| - name: Check triage script | ||
| id: check-script | ||
|
|
@@ -48,7 +48,7 @@ jobs: | |
|
|
||
| - name: Ralph — Apply triage decisions | ||
| if: steps.check-script.outputs.has_script == 'true' && hashFiles('triage-results.json') != '' | ||
| uses: actions/github-script@v7 | ||
| uses: actions/github-script@v9 | ||
| with: | ||
| script: | | ||
| const fs = require('fs'); | ||
|
|
@@ -100,7 +100,7 @@ jobs: | |
| # Copilot auto-assign step (uses PAT if available) | ||
| - name: Ralph — Assign @copilot issues | ||
| if: success() | ||
| uses: actions/github-script@v7 | ||
| uses: actions/github-script@v9 | ||
| with: | ||
| github-token: ${{ secrets.COPILOT_ASSIGN_TOKEN || secrets.GITHUB_TOKEN }} | ||
| script: | | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🟡 MEDIUM RISK
Starting with the recent major version updates, this action excludes dotfiles by default. If the 'artifacts/docs' directory requires a .nojekyll file or other hidden configuration files for correct GitHub Pages rendering, you must now explicitly set the 'include-hidden-files' input to true.