Skip to content

Commit c72cb2e

Browse files
authored
Merge pull request #90 from garman/pin-to-sha
Pin two imported actions to a set sha
2 parents a62dfed + 52e5222 commit c72cb2e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/licensed.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,11 @@ jobs:
4242

4343
- name: Setup Ruby
4444
id: setup-ruby
45-
uses: ruby/setup-ruby@v1
45+
uses: ruby/setup-ruby@829114fc20da43a41d27359103ec7a63020954d4
4646
with:
4747
ruby-version: ruby
4848

49-
- uses: licensee/setup-licensed@v1.3.2
49+
- uses: licensee/setup-licensed@0d52e575b3258417672be0dff2f115d7db8771d8
5050
with:
5151
version: 4.x
5252
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)