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

Benito Matheoz #234

Open
wants to merge 30 commits into
base: revert-26-fix-licenses
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
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
cory-miller Oct 6, 2022
6a9caa2
Merge branch 'main' of github.com:actions/first-interaction
cory-miller 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
cory-miller 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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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.

4 changes: 2 additions & 2 deletions .github/workflows/licensed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Install licensed
run: |
cd $RUNNER_TEMP
curl -Lfs -o licensed.tar.gz https://github.com/github/licensed/releases/download/2.14.1/licensed-2.14.1-linux-x64.tar.gz
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
- run: licensed status
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
node_modules
package-lock.json
node_modules
2 changes: 1 addition & 1 deletion .licenses/npm/@actions/core.dep.yml

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

2 changes: 1 addition & 1 deletion .licenses/npm/@actions/exec.dep.yml

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

2 changes: 1 addition & 1 deletion .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.

2 changes: 1 addition & 1 deletion .licenses/npm/@actions/io.dep.yml

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

2 changes: 1 addition & 1 deletion .licenses/npm/@actions/tool-cache.dep.yml

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

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

4 changes: 2 additions & 2 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.

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

4 changes: 2 additions & 2 deletions .licenses/npm/@octokit/endpoint.dep.yml

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

4 changes: 2 additions & 2 deletions .licenses/npm/@octokit/graphql.dep.yml

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

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

4 changes: 2 additions & 2 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.

4 changes: 2 additions & 2 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.

4 changes: 2 additions & 2 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.

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

6 changes: 3 additions & 3 deletions .licenses/npm/@octokit/request.dep.yml

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

4 changes: 2 additions & 2 deletions .licenses/npm/@octokit/rest.dep.yml

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