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 60a0d83 commit 6a3e4caCopy full SHA for 6a3e4ca
.github/workflows/licensed.yml
@@ -16,9 +16,9 @@ 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: github/setup-licensed@v1
21
22
- version: '3.x'
+ version: '4.x'
+ github_token: ${{ secrets.GITHUB_TOKEN }}
23
- uses: ./.github/actions/install-dependencies
24
- run: licensed status
0 commit comments