Skip to content

ci(supply-chain): avoid flaky cargo-deny Docker image build - #315

Closed
cursor[bot] wants to merge 1 commit into
mainfrom
cursor/ci-autofix-cargo-deny-docker-flake
Closed

cursor[bot] wants to merge 1 commit into
mainfrom
cursor/ci-autofix-cargo-deny-docker-flake

Conversation

@cursor

@cursor cursor Bot commented Sep 22, 2026

Copy link
Copy Markdown
Contributor

Summary

PR #313 showed a red cargo-deny (advisories, Cargo.toml) check while an identical matrix job passed in parallel. The failing run could not build the EmbarkStudios/cargo-deny-action Docker image because the release tarball download returned non-gzip data (gzip: invalid magic).

Replace the Docker-based action with taiki-e/install-action + cargo deny on the ubuntu runner, matching other tooling workflows in this repo.

Test plan

  • Supply Chain workflow passes on this PR (all cargo-deny matrix jobs)
Open in Web View Automation 

The EmbarkStudios/cargo-deny-action image build downloads the musl
binary via curl during docker build; a transient bad response caused
gzip: invalid magic and left PR checks red while a parallel run passed.

Use taiki-e/install-action on the ubuntu runner like our other tooling
jobs so supply-chain checks do not depend on a fresh Docker layer build.

Co-authored-by: Alexander Wagner <info@alexanderwagnerdev.com>
@coderabbitai

coderabbitai Bot commented Sep 22, 2026

Copy link
Copy Markdown

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Advanced

Run ID: 7251b909-a103-407a-b621-a0203709f699

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@sonarqubecloud

Copy link
Copy Markdown

@AlexanderWagnerDev
AlexanderWagnerDev deleted the cursor/ci-autofix-cargo-deny-docker-flake branch September 22, 2026 14:06
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