Thanks to visit codestin.com Credit goes to github.com
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.
1 parent d705669 commit f2f7f58Copy full SHA for f2f7f58
.github/workflows/licensed.yml
@@ -16,9 +16,12 @@ jobs:
16
- uses: actions/checkout@v3
17
with:
18
fetch-depth: 0 # prefer to use a full fetch for licensed workflows
19
- # https://github.com/jonabc/setup-licensed/releases/tag/v1.1.1
20
- - uses: jonabc/setup-licensed@82c5f4d19e8968efa74a25b132922382c2671fe2
+ - uses: ruby/setup-ruby@v1
21
22
- version: '3.x'
+ ruby-version: ruby
+ - uses: github/setup-licensed@v1
23
+ with:
24
+ version: '4.x'
25
+ github_token: ${{ secrets.GITHUB_TOKEN }}
26
- uses: ./.github/actions/install-dependencies
27
- run: licensed status
0 commit comments