From 5612b1bf1681284885cda3230f9b433f6ed6c961 Mon Sep 17 00:00:00 2001 From: Scott Barr Date: Sun, 3 May 2026 19:34:48 -0400 Subject: [PATCH] chore: pin GitHub Actions to SHAs [skip deploy] Pins the following actions to their latest safe release (>5 days old): - ruby/setup-ruby: pinned to v1.306.0 (c4e5b131) --- .github/workflows/default.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/default.yml b/.github/workflows/default.yml index 22248c0..8b7cdbc 100644 --- a/.github/workflows/default.yml +++ b/.github/workflows/default.yml @@ -25,7 +25,7 @@ jobs: with: fetch-depth: 0 - - uses: ruby/setup-ruby@v1 + - uses: ruby/setup-ruby@c4e5b1316158f92e3d49443a9d58b31d25ac0f8f # v1.306.0 with: bundler-cache: true env: