Skip to content

fix(ci): clone rolldown repo in cargo deny workflow#1048

Draft
fengmk2 wants to merge 1 commit intomainfrom
fix-cargo-deny
Draft

fix(ci): clone rolldown repo in cargo deny workflow#1048
fengmk2 wants to merge 1 commit intomainfrom
fix-cargo-deny

Conversation

@fengmk2
Copy link
Member

@fengmk2 fengmk2 commented Mar 19, 2026

The rolldown directory is not a git submodule — it's an external repo
cloned by the CI clone action. The deny workflow had submodules: true
which was a no-op. Replace it with an explicit rolldown checkout at the
pinned hash from .upstream-versions.json.

The rolldown directory is not a git submodule — it's an external repo
cloned by the CI clone action. The deny workflow had `submodules: true`
which was a no-op. Replace it with an explicit rolldown checkout at the
pinned hash from .upstream-versions.json.
@fengmk2 fengmk2 self-assigned this Mar 19, 2026
@netlify
Copy link

netlify bot commented Mar 19, 2026

Deploy Preview for viteplus-preview canceled.

Name Link
🔨 Latest commit 9be6c0b
🔍 Latest deploy log https://app.netlify.com/projects/viteplus-preview/deploys/69bbfef04eb29a0008f878d1

Copy link
Member Author

fengmk2 commented Mar 19, 2026


How to use the Graphite Merge Queue

Add the label auto-merge to this PR to add it to the merge queue.

You must have a Graphite account in order to use the merge queue. Sign up using this link.

An organization admin has enabled the Graphite Merge Queue in this repository.

Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue.

This stack of pull requests is managed by Graphite. Learn more about stacking.

Comment on lines +38 to +42
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
with:
repository: rolldown/rolldown
path: rolldown
ref: ${{ steps.upstream-versions.outputs.ROLLDOWN_HASH }}

Check notice

Code scanning / zizmor

credential persistence through GitHub Actions artifacts Note

credential persistence through GitHub Actions artifacts
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.

1 participant