Skip to content

fix(ci): unpin bun version to resolve frozen lockfile mismatch#8

Merged
ralyodio merged 1 commit into
masterfrom
copilot/fix-bun-audit-job
Jun 4, 2026
Merged

fix(ci): unpin bun version to resolve frozen lockfile mismatch#8
ralyodio merged 1 commit into
masterfrom
copilot/fix-bun-audit-job

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Jun 4, 2026

bun install --frozen-lockfile was failing in CI because the lockfile was generated with a different bun patch version than the one pinned in the workflow (1.3.9), causing bun to detect drift and abort.

Changes

  • .github/workflows/security.yml: Change bun-version: "1.3.9"bun-version: "1.3" to track the latest 1.3.x patch rather than hardcoding a specific patch that can fall out of sync with the checked-in lockfile.

Copilot AI changed the title [WIP] Fix failing GitHub Actions job bun audit fix(ci): unpin bun version to resolve frozen lockfile mismatch Jun 4, 2026
Copilot AI requested a review from ralyodio June 4, 2026 20:46
@ralyodio ralyodio marked this pull request as ready for review June 4, 2026 20:49
@ralyodio ralyodio merged commit 94568d6 into master Jun 4, 2026
9 checks passed
Copilot stopped work on behalf of ralyodio due to an error June 4, 2026 20:49
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