From 1e1ab5b12dd228627bb87d393546c6a359032c65 Mon Sep 17 00:00:00 2001 From: eliottreich Date: Fri, 12 Jun 2026 11:39:32 +0300 Subject: [PATCH] ci: pin oven-sh/setup-bun to a commit SHA Replaces the mutable @v2 tag with the commit it points to (0c5077e51419868618aeaa5fe8019c62421857d6) in 3 places in build.yml, keeping a # v2 comment. Ref-only, no behavior change. --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6f68144de632..8fd9c22a9fe7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -508,7 +508,7 @@ jobs: with: node-version-file: 'package.json' - name: Set up Bun - uses: oven-sh/setup-bun@v2 + uses: oven-sh/setup-bun@0c5077e51419868618aeaa5fe8019c62421857d6 # v2 with: bun-version: '1.3.14' - name: Restore caches @@ -892,7 +892,7 @@ jobs: with: node-version-file: 'package.json' - name: Set up Bun - uses: oven-sh/setup-bun@v2 + uses: oven-sh/setup-bun@0c5077e51419868618aeaa5fe8019c62421857d6 # v2 with: bun-version: '1.3.14' - name: Restore caches @@ -986,7 +986,7 @@ jobs: if: contains(fromJSON('["node-exports-test-app","nextjs-16-bun", "elysia-bun", "hono-4", "bun-bytecode"]'), matrix.test-application) - uses: oven-sh/setup-bun@v2 + uses: oven-sh/setup-bun@0c5077e51419868618aeaa5fe8019c62421857d6 # v2 with: bun-version: '1.3.14' - name: Set up AWS SAM