Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Patch3 #55

Open
wants to merge 41 commits into
base: releases/v1
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 13 commits
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
c99bd8f
Fix typo in README
robinbrandt Aug 16, 2019
2144f78
Merge pull request #6 from robinbrandt/patch-1
Aug 18, 2019
215051d
Fix url
Aug 29, 2019
1ba5d0f
Update description
ethomson Nov 8, 2019
14a05b2
Update action.yml
Nov 12, 2019
6947fba
Merge pull request #14 from actions/ethomson/update_description
Nov 12, 2019
d462311
Add Licensed to verify third party dependencies
thboop Sep 9, 2020
fe6b124
swap to npm install
thboop Sep 9, 2020
ccbe329
Merge pull request #22 from thboop/main
hross Sep 23, 2020
fd47e65
update licenses and added package-lock (#26)
JeroenKnoops Oct 27, 2020
a5c969e
Use node version 14.4.0 (#24)
JeroenKnoops Oct 27, 2020
bd33205
Revert "update licenses and added package-lock (#26)" (#27)
Oct 27, 2020
6dc4929
DOC: adjust the example to show a full yaml file
tacaswell Dec 22, 2020
55b296e
Create CODEOWNERS
hross Feb 4, 2021
07f2b50
Create codeql-analysis.yml
TingluoHuang Mar 30, 2022
dafa9ae
Merge pull request #73 from actions/TingluoHuang-patch-1
TingluoHuang Mar 30, 2022
668eef3
Update README.md
Alirezaaraby Apr 7, 2022
6b06292
Updating bundled toolkit packages and fix error
thyeggman Oct 3, 2022
01781a8
Update licenses
thyeggman Oct 3, 2022
51a6bff
Merge pull request #103 from thyeggman/thyeggman/fix-octokit-error
thboop Oct 6, 2022
92b3521
1.1.1
Oct 6, 2022
6a9caa2
Merge branch 'main' of github.com:actions/first-interaction
Oct 6, 2022
1d8459c
Merge pull request #104 from actions/releases/v1.1.1
cory-miller Oct 6, 2022
ba7d609
Use first-interaction in the repository
Oct 6, 2022
64bdb23
Merge pull request #105 from actions/users/cory-miller/add-first-inte…
cory-miller Oct 6, 2022
0ae396c
installed @actions/core
TheGuptaEmpire Sep 25, 2023
cc18bea
Upgrade codeql actions to v2
pje Sep 27, 2023
75f2492
Merge pull request #275 from actions/pje/upgrade-codeql-actions-to-v2
pje Sep 27, 2023
15b3c5f
1.2.0
pje Sep 27, 2023
1dbfe1b
Merge pull request #276 from actions/releases/v1.1.1
pje Sep 27, 2023
c23c7ec
Update base image to node:18.18.2-buster-slim
AllanGuigou Nov 28, 2023
f3836b2
Update licensed cache
AllanGuigou Nov 28, 2023
3aee370
Update license to MIT
AllanGuigou Nov 28, 2023
625b194
Update to node 20.10
AllanGuigou Nov 29, 2023
001cc8d
Merge pull request #287 from actions/bump-node-to-v18
AllanGuigou Nov 29, 2023
3c71ce7
1.3.0
AllanGuigou Nov 29, 2023
34f15e8
Merge pull request #288 from actions/allanguigou/bump-minor-version
AllanGuigou Nov 29, 2023
c1f2042
Merge pull request #274 from TheGuptaEmpire/first-contributor
ncalteen Feb 22, 2024
de709c3
Merge pull request #75 from Alirezaaraby/patch-2
ncalteen Feb 22, 2024
fe1cfc1
Merge branch 'main' into doc_complete_example
ncalteen Feb 22, 2024
41ddf9c
Merge pull request #36 from tacaswell/doc_complete_example
ncalteen Feb 22, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 install
- 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
16 changes: 16 additions & 0 deletions .licensed.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
sources:
npm: true

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

reviewed:
npm:
- sax
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.

30 changes: 30 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.

30 changes: 30 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