From 3a435b596b08db1cafc93d7482771e635a758f23 Mon Sep 17 00:00:00 2001 From: David Cornu Date: Wed, 19 Mar 2025 14:38:18 -0400 Subject: [PATCH] Pin third-party GitHub actions --- .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 de32183..a67be40 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,9 +46,9 @@ jobs: DISPLAY: ":99.0" steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0 - name: Set up Ruby - uses: ruby/setup-ruby@v1 + uses: ruby/setup-ruby@1a615958ad9d422dd932dc1d5823942ee002799f # v1.227.0 with: ruby-version: ${{ matrix.ruby }} # runs 'bundle install' and caches installed gems automatically