Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f2f7f58

Browse files
committed
ci: Use github/setup-licensed
1 parent d705669 commit f2f7f58

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/licensed.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,12 @@ jobs:
1616
- uses: actions/checkout@v3
1717
with:
1818
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
19+
- uses: ruby/setup-ruby@v1
2120
with:
22-
version: '3.x'
21+
ruby-version: ruby
22+
- uses: github/setup-licensed@v1
23+
with:
24+
version: '4.x'
25+
github_token: ${{ secrets.GITHUB_TOKEN }}
2326
- uses: ./.github/actions/install-dependencies
2427
- run: licensed status

0 commit comments

Comments
 (0)