Skip to content

chore(deps): bump oven-sh/setup-bun from 2.0.2 to 2.2.0#29

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/oven-sh/setup-bun-2.2.0
Open

chore(deps): bump oven-sh/setup-bun from 2.0.2 to 2.2.0#29
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/oven-sh/setup-bun-2.2.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 25, 2026

Copy link
Copy Markdown
Contributor

Bumps oven-sh/setup-bun from 2.0.2 to 2.2.0.

Release notes

Sourced from oven-sh/setup-bun's releases.

v2.2.0

oven-sh/setup-bun is the github action for setting up Bun.

What's Changed

New Contributors

Full Changelog: oven-sh/setup-bun@v2...v2.2.0

v2.1.3

oven-sh/setup-bun is the github action for setting up Bun.

What's Changed

New Contributors

Full Changelog: oven-sh/setup-bun@v2...v2.1.3

v2.1.2

oven-sh/setup-bun is the github action for setting up Bun.

What's Changed

Full Changelog: oven-sh/setup-bun@v2...v2.1.2

v2.1.1

oven-sh/setup-bun is the github action for setting up Bun.

What's Changed

... (truncated)

Commits
  • 0c5077e release: v2.2.0 (#177)
  • 1255e43 ci: update actions for the Release new action version workflow (#175)
  • 61861d1 ci: update actions for the autofix.ci workflow (#174)
  • 6f5bd06 ci: use actions/checkout@v6.0.2 in the test workflow (#173)
  • e391475 build: update action runtime to Node.js 24 (#176)
  • ecf28dd release: v2.1.3 (#170)
  • 95edc15 fix: validate cached binary version matches requested version (#146) (#169)
  • 4c32875 feat: add AVX2 support detection for x64 Linux systems (#167)
  • 0ff83bf fix: use native Windows ARM64 binary for Bun >= 1.3.10 (#165)
  • ab8cb4e feat: add bun- prefix to cache keys (#160)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [oven-sh/setup-bun](https://github.com/oven-sh/setup-bun) from 2.0.2 to 2.2.0.
- [Release notes](https://github.com/oven-sh/setup-bun/releases)
- [Commits](oven-sh/setup-bun@735343b...0c5077e)

---
updated-dependencies:
- dependency-name: oven-sh/setup-bun
  dependency-version: 2.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels May 25, 2026
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels May 25, 2026

@tps-kern tps-kern left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Architecture Review — APPROVE ✅

Minor bump: oven-sh/setup-bun 2.0.2 → 2.2.0. 3 pin changes in ci.yml (build, test, audit jobs).

CI: all green — Build, Dependency Audit, Unit Tests, CodeQL, Socket all pass.

Change is safe: CI action only. v2.2.0 updates the action's own runtime to Node.js 24 and adds AVX2 detection + cache key improvements. The bob CI still requests bun-version: "1.3.10" which is unchanged. No impact on bob's build output or runtime behavior.

Ship it.

@tps-sherlock tps-sherlock left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Security/Auth Review — APPROVE ✅

Change: Bumps oven-sh/setup-bun from 2.0.2 to 2.2.0 across 3 locations in .github/workflows/ci.yml (build, test, audit jobs):

-      - uses: oven-sh/setup-bun@735343b667d3e6f658f44d0eca948eb6282f2b76 # v2
+      - uses: oven-sh/setup-bun@0c5077e51419868618aeaa5fe8019c62421857d6 # v2

Security assessment:

  1. Commit hash pinned — both old and new references use full SHA pinning. ✅
  2. Trusted sourceoven-sh/setup-bun is the official Bun action maintained by Oven (the company behind Bun). ✅
  3. No auth/permission changeswith: block unchanged (bun-version: "1.3.10"). No new secrets, tokens, or credential handling introduced. ✅
  4. Security-positive changelog — v2.1.2 includes a notable fix: "default token only on public github instance" (xhyrom in #157), which restricts token scope to public GitHub instances only. This is a net security improvement. ✅
  5. No workflow-level permission changes — surrounding job configs untouched.

Verdict: Routine, well-pinned dependency bump from a trusted source with a security-positive changelog (token scope restriction in v2.1.2). No security or auth concerns. APPROVE.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants