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 all 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
71 changes: 71 additions & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,71 @@
# For most projects, this workflow file will not need changing; you simply need
# to commit it to your repository.
#
# You may wish to alter this file to override the set of languages analyzed,
# or to provide custom queries or build logic.
#
# ******** NOTE ********
# We have attempted to detect the languages in your repository. Please check
# the `language` matrix defined below to confirm you have the correct set of
# supported CodeQL languages.
#
name: "CodeQL"

on:
push:
branches: [ main ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ main ]
schedule:
- cron: '31 5 * * 5'

jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write

strategy:
fail-fast: false
matrix:
language: [ 'javascript' ]
# CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python', 'ruby' ]
# Learn more about CodeQL language support at https://git.io/codeql-language-support

steps:
- name: Checkout repository
uses: actions/checkout@v3

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
with:
languages: ${{ matrix.language }}
source-root: src
# If you wish to specify custom queries, you can do so here or in a config file.
# By default, queries listed here will override any specified in a config file.
# Prefix the list here with "+" to use these queries and those in the config file.
# queries: ./path/to/local/query, your-org/your-repo/queries@main

# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
# If this step fails, then you should remove it and run the build manually (see below)
- name: Autobuild
uses: github/codeql-action/autobuild@v2

# ℹ️ Command-line programs to run using the OS shell.
# 📚 https://git.io/JvXDl

# ✏️ If the Autobuild fails above, remove it and uncomment the following three lines
# and modify them (or add more) to build your code if your project
# uses a compiled language

#- run: |
# make bootstrap
# make release

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
28 changes: 28 additions & 0 deletions .github/workflows/first-interaction.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
name: first-interaction

on:
issues:
types: [opened]
pull_request:
branches: [main]
types: [opened]

jobs:
check_for_first_interaction:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/first-interaction@main
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: |
Hello! Thank you for filing an issue.

If this is a bug report, please include relevant logs to help us debug the problem.
pr-message: |
Hello! Thank you for your contribution.

If you are fixing a bug, please reference the issue number in the description.

If you are implementing a feature request, please check with the maintainers that the feature will be accepted first.

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.

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.

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.

30 changes: 30 additions & 0 deletions .licenses/npm/@fastify/busboy.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.

Loading
Loading