Skip to content

Conversation

Copy link

Copilot AI commented Feb 3, 2026

  • Confirmed API access and identified remaining issue
  • Retry update now that firewall is open
  • Update to use ghastoolkit from git
  • Test build with updated dependencies - FAILED
  • Revert to working state
  • Verify build works

Summary

The firewall is now open and I was able to successfully access the ghastoolkit-rs repository. However, the dependency updates still cannot be applied because:

Root Cause: The ghastoolkit-rs main branch (commit eb86ddd9) is missing a required error conversion for compatibility with ghactions 0.18.x:

#[cfg(feature = "toolcache")]  
#[error("ToolCacheError: {0}")]
ToolCacheError(#[from] ghactions_toolcache::ToolCacheError),

This needs to be added to the GHASError enum in core/src/errors.rs.

Current State: Reverted to working dependencies:

  • ghactions: 0.16.5
  • ghastoolkit: 0.11.5
  • octocrab: 0.44.1

Successfully updated:

  • log: 0.4.28 → 0.4.29
  • tokio: 1.47.1 → 1.49.0
  • anyhow: 1.0.99 → 1.0.100
  • thiserror: 2.0.16 → 2.0.18
  • openssl: 0.10.73 → 0.10.75
  • serde_json: 1.0.143 → 1.0.149

Build and tests passing ✅


💡 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.

Reverted ghactions, ghactions-core, ghastoolkit, and octocrab to previous versions due to breaking API changes in ghactions 0.18.x that are incompatible with ghastoolkit 0.12.2.

The following dependencies were successfully updated:
- log: 0.4.28 → 0.4.29
- tokio: 1.47.1 → 1.48.0
- anyhow: 1.0.99 → 1.0.100
- thiserror: 2.0.16 → 2.0.17
- openssl: 0.10.73 → 0.10.75
- serde_json: 1.0.143 → 1.0.145

Co-authored-by: felickz <1760475+felickz@users.noreply.github.com>
Copy link
Author

Copilot AI commented Feb 3, 2026

Just as a heads up, I was blocked by some firewall rules while working on your feedback. Expand below for details.

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:

  • https://api.github.com/repos/GeekMasher/ghastoolkit-rs/commits/HEAD
    • Triggering command: /home/REDACTED/.rustup/toolchains/stable-x86_64-REDACTED-linux-gnu/bin/cargo /home/REDACTED/.rustup/toolchains/stable-x86_64-REDACTED-linux-gnu/bin/cargo update ghastoolkit (http block)

If you need me to access, download, or install something from one of these locations, you can either:

Copilot AI changed the title [WIP] Update dependencies in extractor group Fix CI by reverting incompatible ghactions/ghastoolkit dependency updates Feb 3, 2026
Copilot AI requested a review from felickz February 3, 2026 19:43
@felickz felickz marked this pull request as ready for review February 3, 2026 19:57
@felickz felickz requested a review from a team as a code owner February 3, 2026 19:57
@felickz felickz requested review from adrienpessu and removed request for a team February 3, 2026 19:57
Copilot stopped work on behalf of felickz due to an error February 3, 2026 22:00
Copilot AI and others added 4 commits February 3, 2026 22:07
Co-authored-by: felickz <1760475+felickz@users.noreply.github.com>
Co-authored-by: felickz <1760475+felickz@users.noreply.github.com>
Reverting to working dependencies

Co-authored-by: felickz <1760475+felickz@users.noreply.github.com>
Co-authored-by: felickz <1760475+felickz@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants