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

Skip to content

Commit 91a83c0

Browse files
authored
Merge pull request actions#473 from nschonni/upstream-setup-license
ci: Use github/setup-licensed
2 parents 8cf50d1 + 586a6a1 commit 91a83c0

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
@@ -19,9 +19,12 @@ jobs:
1919
- uses: actions/checkout@v4
2020
with:
2121
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
22+
- uses: ruby/setup-ruby@28c4deda893d5a96a6b2d958c5b47fc18d65c9d3 # v1.213.0
2423
with:
25-
version: '3.x'
24+
ruby-version: ruby
25+
- uses: github/setup-licensed@v1
26+
with:
27+
version: '4.x'
28+
github_token: ${{ secrets.GITHUB_TOKEN }}
2629
- uses: ./.github/actions/install-dependencies
2730
- run: licensed status

0 commit comments

Comments
 (0)