From 52e5222a82acd2d66a975bcf499ef67b63be609b Mon Sep 17 00:00:00 2001 From: Daniel Garman Date: Tue, 12 Aug 2025 15:04:16 -0400 Subject: [PATCH] pin to a sha --- .github/workflows/licensed.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/licensed.yml b/.github/workflows/licensed.yml index b1331e9..5d2dd39 100644 --- a/.github/workflows/licensed.yml +++ b/.github/workflows/licensed.yml @@ -42,11 +42,11 @@ jobs: - name: Setup Ruby id: setup-ruby - uses: ruby/setup-ruby@v1 + uses: ruby/setup-ruby@829114fc20da43a41d27359103ec7a63020954d4 with: ruby-version: ruby - - uses: licensee/setup-licensed@v1.3.2 + - uses: licensee/setup-licensed@0d52e575b3258417672be0dff2f115d7db8771d8 with: version: 4.x github_token: ${{ secrets.GITHUB_TOKEN }}