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 e3cbab9

Browse filesBrowse files
authored
Merge pull request actions#228 from actions/joshmgross/license-updates
Update licenses and use `jonabc/setup-licensed` in workflow
2 parents faea5b2 + 115b09e commit e3cbab9
Copy full SHA for e3cbab9

24 files changed

+946
-6
lines changed

‎.github/workflows/licensed.yml

Copy file name to clipboardExpand all lines: .github/workflows/licensed.yml
+6-6Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ jobs:
1414
name: Check licenses
1515
steps:
1616
- uses: actions/checkout@v2
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
21+
with:
22+
version: '3.x'
1723
- run: npm ci
18-
- name: Install licensed
19-
run: |
20-
cd $RUNNER_TEMP
21-
curl -Lfs -o licensed.tar.gz https://github.com/github/licensed/releases/download/2.12.2/licensed-2.12.2-linux-x64.tar.gz
22-
sudo tar -xzf licensed.tar.gz
23-
sudo mv licensed /usr/local/bin/licensed
2424
- run: licensed status

‎.licenses/npm/@actions/http-client.dep.yml

Copy file name to clipboardExpand all lines: .licenses/npm/@actions/http-client.dep.yml
+32Lines changed: 32 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎.licenses/npm/@octokit/auth-token.dep.yml

Copy file name to clipboardExpand all lines: .licenses/npm/@octokit/auth-token.dep.yml
+34Lines changed: 34 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎.licenses/npm/@octokit/endpoint.dep.yml

Copy file name to clipboardExpand all lines: .licenses/npm/@octokit/endpoint.dep.yml
+34Lines changed: 34 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎.licenses/npm/@octokit/graphql.dep.yml

Copy file name to clipboardExpand all lines: .licenses/npm/@octokit/graphql.dep.yml
+34Lines changed: 34 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎.licenses/npm/@octokit/openapi-types.dep.yml

Copy file name to clipboardExpand all lines: .licenses/npm/@octokit/openapi-types.dep.yml
+20Lines changed: 20 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎.licenses/npm/@octokit/request-error.dep.yml

Copy file name to clipboardExpand all lines: .licenses/npm/@octokit/request-error.dep.yml
+34Lines changed: 34 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎.licenses/npm/@octokit/request.dep.yml

Copy file name to clipboardExpand all lines: .licenses/npm/@octokit/request.dep.yml
+35Lines changed: 35 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎.licenses/npm/@octokit/types.dep.yml

Copy file name to clipboardExpand all lines: .licenses/npm/@octokit/types.dep.yml
+20Lines changed: 20 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎.licenses/npm/balanced-match.dep.yml

Copy file name to clipboardExpand all lines: .licenses/npm/balanced-match.dep.yml
+55Lines changed: 55 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.