From 73e6e6be62e294c50e149ea18b1ba63f192125c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 05:12:50 +0000 Subject: [PATCH 1/2] Bump ruby/setup-ruby from 1.319.0 to 1.321.0 Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.319.0 to 1.321.0. - [Release notes](https://github.com/ruby/setup-ruby/releases) - [Changelog](https://github.com/ruby/setup-ruby/blob/master/release.rb) - [Commits](https://github.com/ruby/setup-ruby/compare/v1.319.0...v1.321.0) --- updated-dependencies: - dependency-name: ruby/setup-ruby dependency-version: 1.321.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9956d42..92a7ce1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: steps: - uses: actions/checkout@v7 - name: Set up Ruby ${{ matrix.ruby-version }} - uses: ruby/setup-ruby@v1.319.0 + uses: ruby/setup-ruby@v1.321.0 with: ruby-version: ${{ matrix.ruby-version }} bundler-cache: true @@ -33,7 +33,7 @@ jobs: uses: actions/checkout@v7 - name: Set up Ruby - uses: ruby/setup-ruby@v1.319.0 + uses: ruby/setup-ruby@v1.321.0 with: bundler-cache: true From 92c3899a491270b7add0ca80e77f81b101fe3cd8 Mon Sep 17 00:00:00 2001 From: Daniel Arnold Date: Sat, 15 Aug 2026 16:51:41 -0400 Subject: [PATCH 2/2] Pin GitHub Actions to commit SHAs --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 92a7ce1..4183632 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,9 +14,9 @@ jobs: ruby-version: ['3.2', '3.3', '3.4'] steps: - - uses: actions/checkout@v7 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 - name: Set up Ruby ${{ matrix.ruby-version }} - uses: ruby/setup-ruby@v1.321.0 + uses: ruby/setup-ruby@95ef2b042f9d7a56d8268cba8559e2842e2ad01b # v1.321.0 with: ruby-version: ${{ matrix.ruby-version }} bundler-cache: true @@ -30,10 +30,10 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v7 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 - name: Set up Ruby - uses: ruby/setup-ruby@v1.321.0 + uses: ruby/setup-ruby@95ef2b042f9d7a56d8268cba8559e2842e2ad01b # v1.321.0 with: bundler-cache: true