From 07a06ea5a1f317d9c7dc9a8580da6b68368efc77 Mon Sep 17 00:00:00 2001 From: Scott Barr Date: Wed, 29 Apr 2026 14:59:56 -0400 Subject: [PATCH] chore: pin GitHub Actions to SHAs [skip deploy] Pins the following actions to their latest safe release (>5 days old): - actions/checkout: pinned to v6.0.2 (de0fac2e) - ruby/setup-ruby: pinned to v1.305.0 (0cb964fd) --- .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..406c565 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@0cb964fd540e0a24c900370abf38a33466142735 # v1.305.0 with: bundler-cache: true env: