Skip to content

Conversation

@joshrotenberg
Copy link
Collaborator

Problem

The security workflow is failing immediately with a workflow file parsing error.

Root Cause

The dtolnay/rust-toolchain action is missing the required toolchain: stable parameter, causing the workflow to fail during parsing.

Fix

  • Added toolchain: stable parameter to the rust-toolchain action
  • Removed continue-on-error from cargo-deny since deny.toml is now properly configured

Testing

This fix is identical to what was applied to the CI workflow and should resolve the immediate failure.

- Add 'toolchain: stable' to dtolnay/rust-toolchain action
- Remove continue-on-error from cargo-deny since deny.toml is configured
- Fixes workflow parsing error that caused immediate failure
@joshrotenberg joshrotenberg merged commit 689a4a0 into main Aug 28, 2025
9 checks passed
@joshrotenberg joshrotenberg deleted the fix/security-workflow-toolchain branch August 28, 2025 14:02
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