Skip to content

Commit d99b58d

Browse files
Fix high severity artifact poisoning vulnerability
Upgrade dawidd6/action-download-artifact from v3 to v6 to address artifact poisoning vulnerability (GHSA-7rrj-xr53-82p7). The v6 version defaults to allow_forks: false, preventing fork artifact injection. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 7be56a7 commit d99b58d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
4040
- name: Download validation reports
4141
if: github.event_name == 'workflow_run'
42-
uses: dawidd6/action-download-artifact@v3
42+
uses: dawidd6/action-download-artifact@v6
4343
with:
4444
workflow: validate-and-release.yml
4545
name: validation-reports

0 commit comments

Comments
 (0)