ci: update actions/download-artifact to v8 (dependabot #3)#35
Merged
Conversation
…bot #3) Co-authored-by: nstarman <8949649+nstarman@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Update requisite dependencies to fix security vulnerabilities
ci: update actions/download-artifact to v8 (dependabot #3)
Mar 8, 2026
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #35 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 1 1
Lines 6 6
=========================================
Hits 6 6 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
nstarman
approved these changes
Mar 8, 2026
There was a problem hiding this comment.
Pull request overview
Updates GitHub Actions used by the CI/CD workflows to newer, SHA-pinned revisions, including a security-relevant bump of actions/download-artifact to a version that fails the run on artifact hash mismatch.
Changes:
- Bump
actions/download-artifactfrom v7.0.0 to v8.0.0 (SHA-pinned) in the CD workflow’s publish jobs. - Bump
actions/checkoutfrom v6.0.1 to v6.0.2 (SHA-pinned) across CI and CD workflows.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
.github/workflows/ci.yml |
Updates actions/checkout SHA pin to the v6.0.2 revision for CI jobs. |
.github/workflows/cd.yml |
Updates actions/checkout SHA pin and bumps actions/download-artifact to v8 (SHA-pinned) for publishing jobs. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
actions/download-artifact@v7only warned on artifact hash mismatch; v8 defaults to failing the workflow run, closing the window for tampered artifacts to pass silently.Changes
cd.yml:actions/download-artifactv7.0.0 → v8.0.0 (bothtest-publishandpublishjobs)ci.yml+cd.yml:actions/checkoutv6.0.1 → v6.0.2 (patch, all steps)All refs remain SHA-pinned per existing convention.
Warning
Firewall rules blocked me from connecting to one or more addresses (expand for details)
I tried to connect to the following addresses, but was blocked by firewall rules:
api.osv.dev/home/REDACTED/work/_temp/ghcca-node/node/bin/node /home/REDACTED/work/_temp/ghcca-node/node/bin/node --enable-source-maps /home/REDACTED/work/_temp/copilot-developer-action-main/dist/index.js(dns block)https://api.github.com/repos/GalacticDynamics/zeroth/dependabot/alerts/3/home/REDACTED/work/_temp/ghcca-node/node/bin/node /home/REDACTED/work/_temp/ghcca-node/node/bin/node --enable-source-maps /home/REDACTED/work/_temp/copilot-developer-action-main/dist/index.js(http block)/usr/bin/curl curl -s -H Authorization: token ****** REDACTED(http block)/usr/bin/curl curl -v -H Authorization: token ****** REDACTED(http block)osv.dev/home/REDACTED/work/_temp/ghcca-node/node/bin/node /home/REDACTED/work/_temp/ghcca-node/node/bin/node --enable-source-maps /home/REDACTED/work/_temp/copilot-developer-action-main/dist/index.js(dns block)If you need me to access, download, or install something from one of these locations, you can either:
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.