Skip to content

ci: update actions/download-artifact to v8 (dependabot #3)#35

Merged
nstarman merged 2 commits intomainfrom
copilot/update-requisite-dependencies
Mar 8, 2026
Merged

ci: update actions/download-artifact to v8 (dependabot #3)#35
nstarman merged 2 commits intomainfrom
copilot/update-requisite-dependencies

Conversation

Copy link
Contributor

Copilot AI commented Mar 8, 2026

actions/download-artifact@v7 only 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-artifact v7.0.0 → v8.0.0 (both test-publish and publish jobs)
  • ci.yml + cd.yml: actions/checkout v6.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
    • Triggering command: /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
    • Triggering command: /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)
    • Triggering command: /usr/bin/curl curl -s -H Authorization: token ****** REDACTED (http block)
    • Triggering command: /usr/bin/curl curl -v -H Authorization: token ****** REDACTED (http block)
  • osv.dev
    • Triggering command: /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.

…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
@github-actions github-actions bot added the 👷 Add / update CI build system Add or update CI build system. label Mar 8, 2026
@nstarman nstarman added this to the v1.2.0 milestone Mar 8, 2026
@codecov
Copy link

codecov bot commented Mar 8, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (8c64388) to head (31923c9).
⚠️ Report is 1 commits behind head on main.

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.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@nstarman nstarman marked this pull request as ready for review March 8, 2026 04:05
@nstarman nstarman requested a review from a team as a code owner March 8, 2026 04:05
Copilot AI review requested due to automatic review settings March 8, 2026 04:05
@nstarman nstarman merged commit 4113ce3 into main Mar 8, 2026
24 checks passed
@nstarman nstarman deleted the copilot/update-requisite-dependencies branch March 8, 2026 04:06
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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-artifact from v7.0.0 to v8.0.0 (SHA-pinned) in the CD workflow’s publish jobs.
  • Bump actions/checkout from 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

👷 Add / update CI build system Add or update CI build system.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants