Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: actions/checkout
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.3.2
Choose a base ref
...
head repository: actions/checkout
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.3.3
Choose a head ref
  • 4 commits
  • 66 files changed
  • 2 contributors

Commits on Aug 11, 2020

  1. Delete licenses.txt

    thboop authored Aug 11, 2020
    Copy the full SHA
    dac8cc7 View commit details
  2. Revert "Delete licenses.txt"

    thboop committed Aug 11, 2020
    Copy the full SHA
    be6c44d View commit details

Commits on Sep 10, 2020

  1. Add Licensed To Help Verify Prod Licenses (#326)

    * Add Licensed file and workflow
    
    * manual updates of dependencies
    
    * Delete licenses.txt
    
    * Ignore Generated Files in Git PR's
    thboop authored Sep 10, 2020
    1
    Copy the full SHA
    21dc310 View commit details

Commits on Sep 23, 2020

  1. Remove unneeded commit information from build logs (#345)

    * Remove unneeded commit information from stdout
    thboop authored Sep 23, 2020
    Copy the full SHA
    a81bbbf View commit details
Showing with 2,983 additions and 1,337 deletions.
  1. +1 −0 .gitattributes
  2. +20 −0 .github/workflows/licensed.yml
  3. +14 −0 .licensed.yml
  4. +30 −0 .licenses/npm/@actions/core.dep.yml
  5. +18 −0 .licenses/npm/@actions/exec.dep.yml
  6. +30 −0 .licenses/npm/@actions/github.dep.yml
  7. +32 −0 .licenses/npm/@actions/http-client.dep.yml
  8. +18 −0 .licenses/npm/@actions/io.dep.yml
  9. +30 −0 .licenses/npm/@actions/tool-cache.dep.yml
  10. +34 −0 .licenses/npm/@octokit/auth-token.dep.yml
  11. +34 −0 .licenses/npm/@octokit/endpoint.dep.yml
  12. +34 −0 .licenses/npm/@octokit/graphql.dep.yml
  13. +20 −0 .licenses/npm/@octokit/plugin-paginate-rest.dep.yml
  14. +20 −0 .licenses/npm/@octokit/plugin-request-log.dep.yml
  15. +20 −0 .licenses/npm/@octokit/plugin-rest-endpoint-methods.dep.yml
  16. +34 −0 .licenses/npm/@octokit/request-error-1.2.1.dep.yml
  17. +34 −0 .licenses/npm/@octokit/request-error-2.0.0.dep.yml
  18. +35 −0 .licenses/npm/@octokit/request.dep.yml
  19. +35 −0 .licenses/npm/@octokit/rest.dep.yml
  20. +20 −0 .licenses/npm/@octokit/types.dep.yml
  21. +26 −0 .licenses/npm/@types/node.dep.yml
  22. +32 −0 .licenses/npm/atob-lite.dep.yml
  23. +214 −0 .licenses/npm/before-after-hook.dep.yml
  24. +32 −0 .licenses/npm/btoa-lite.dep.yml
  25. +34 −0 .licenses/npm/cross-spawn.dep.yml
  26. +28 −0 .licenses/npm/deprecation.dep.yml
  27. +34 −0 .licenses/npm/end-of-stream.dep.yml
  28. +22 −0 .licenses/npm/execa.dep.yml
  29. +22 −0 .licenses/npm/get-stream.dep.yml
  30. +40 −0 .licenses/npm/is-plain-object.dep.yml
  31. +34 −0 .licenses/npm/is-stream.dep.yml
  32. +26 −0 .licenses/npm/isexe.dep.yml
  33. +40 −0 .licenses/npm/isobject.dep.yml
  34. +58 −0 .licenses/npm/lodash.get.dep.yml
  35. +58 −0 .licenses/npm/lodash.set.dep.yml
  36. +58 −0 .licenses/npm/lodash.uniq.dep.yml
  37. +22 −0 .licenses/npm/macos-release.dep.yml
  38. +32 −0 .licenses/npm/nice-try.dep.yml
  39. +52 −0 .licenses/npm/node-fetch.dep.yml
  40. +34 −0 .licenses/npm/npm-run-path.dep.yml
  41. +35 −0 .licenses/npm/octokit-pagination-methods.dep.yml
  42. +26 −0 .licenses/npm/once.dep.yml
  43. +22 −0 .licenses/npm/os-name.dep.yml
  44. +35 −0 .licenses/npm/p-finally.dep.yml
  45. +34 −0 .licenses/npm/path-key.dep.yml
  46. +34 −0 .licenses/npm/pump.dep.yml
  47. +26 −0 .licenses/npm/semver-5.7.1.dep.yml
  48. +26 −0 .licenses/npm/semver-6.3.0.dep.yml
  49. +34 −0 .licenses/npm/shebang-command.dep.yml
  50. +34 −0 .licenses/npm/shebang-regex.dep.yml
  51. +27 −0 .licenses/npm/signal-exit.dep.yml
  52. +34 −0 .licenses/npm/strip-eof.dep.yml
  53. +35 −0 .licenses/npm/tunnel-0.0.4.dep.yml
  54. +35 −0 .licenses/npm/tunnel-0.0.6.dep.yml
  55. +927 −0 .licenses/npm/typed-rest-client.dep.yml
  56. +34 −0 .licenses/npm/underscore.dep.yml
  57. +20 −0 .licenses/npm/universal-user-agent-4.0.1.dep.yml
  58. +20 −0 .licenses/npm/universal-user-agent-5.0.0.dep.yml
  59. +39 −0 .licenses/npm/uuid.dep.yml
  60. +27 −0 .licenses/npm/which.dep.yml
  61. +21 −0 .licenses/npm/windows-release.dep.yml
  62. +26 −0 .licenses/npm/wrappy.dep.yml
  63. +9 −4 dist/index.js
  64. +0 −1,328 dist/licenses.txt
  65. +8 −4 src/git-command-manager.ts
  66. +4 −1 src/git-source-provider.ts
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.licenses/** -diff linguist-generated=true
20 changes: 20 additions & 0 deletions .github/workflows/licensed.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Licensed

on:
push: {branches: main}
pull_request: {branches: main}

jobs:
test:
runs-on: ubuntu-latest
name: Check licenses
steps:
- uses: actions/checkout@v2
- run: npm ci
- name: Install licensed
run: |
cd $RUNNER_TEMP
curl -Lfs -o licensed.tar.gz https://github.com/github/licensed/releases/download/2.12.2/licensed-2.12.2-linux-x64.tar.gz
sudo tar -xzf licensed.tar.gz
sudo mv licensed /usr/local/bin/licensed
- run: licensed status
14 changes: 14 additions & 0 deletions .licensed.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
sources:
npm: true

allowed:
- apache-2.0
- bsd-2-clause
- bsd-3-clause
- isc
- mit
- cc0-1.0
- unlicense

reviewed:
npm:
30 changes: 30 additions & 0 deletions .licenses/npm/@actions/core.dep.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 18 additions & 0 deletions .licenses/npm/@actions/exec.dep.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

30 changes: 30 additions & 0 deletions .licenses/npm/@actions/github.dep.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

32 changes: 32 additions & 0 deletions .licenses/npm/@actions/http-client.dep.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 18 additions & 0 deletions .licenses/npm/@actions/io.dep.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

30 changes: 30 additions & 0 deletions .licenses/npm/@actions/tool-cache.dep.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

34 changes: 34 additions & 0 deletions .licenses/npm/@octokit/auth-token.dep.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

34 changes: 34 additions & 0 deletions .licenses/npm/@octokit/endpoint.dep.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

34 changes: 34 additions & 0 deletions .licenses/npm/@octokit/graphql.dep.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 20 additions & 0 deletions .licenses/npm/@octokit/plugin-paginate-rest.dep.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 20 additions & 0 deletions .licenses/npm/@octokit/plugin-request-log.dep.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 20 additions & 0 deletions .licenses/npm/@octokit/plugin-rest-endpoint-methods.dep.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading