We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8cf50d1 + 586a6a1 commit 91a83c0Copy full SHA for 91a83c0
.github/workflows/licensed.yml
@@ -19,9 +19,12 @@ jobs:
19
- uses: actions/checkout@v4
20
with:
21
fetch-depth: 0 # prefer to use a full fetch for licensed workflows
22
- # https://github.com/jonabc/setup-licensed/releases/tag/v1.1.1
23
- - uses: jonabc/setup-licensed@82c5f4d19e8968efa74a25b132922382c2671fe2
+ - uses: ruby/setup-ruby@28c4deda893d5a96a6b2d958c5b47fc18d65c9d3 # v1.213.0
24
25
- version: '3.x'
+ ruby-version: ruby
+ - uses: github/setup-licensed@v1
26
+ with:
27
+ version: '4.x'
28
+ github_token: ${{ secrets.GITHUB_TOKEN }}
29
- uses: ./.github/actions/install-dependencies
30
- run: licensed status
0 commit comments