Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit f2f7f58

Browse filesBrowse files
committed
ci: Use github/setup-licensed
1 parent d705669 commit f2f7f58
Copy full SHA for f2f7f58

File tree

1 file changed

+6
-3
lines changed
Filter options

1 file changed

+6
-3
lines changed

‎.github/workflows/licensed.yml

Copy file name to clipboardExpand all lines: .github/workflows/licensed.yml
+6-3Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.