Skip to content

Commit a2fd55f

Browse files
authored
Merge branch 'main' into joshmgross/fix-readme
2 parents 72f855c + c7105a4 commit a2fd55f

File tree

11 files changed

+98
-38
lines changed

11 files changed

+98
-38
lines changed

.github/workflows/linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838

3939
- name: Lint Codebase
4040
id: super-linter
41-
uses: super-linter/super-linter/slim@v7
41+
uses: super-linter/super-linter/slim@4e8a7c2bf106c4c766c816b35ec612638dc9b6b2
4242
env:
4343
DEFAULT_BRANCH: main
4444
FILTER_REGEX_EXCLUDE: dist/**/*

CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
############################################################################
55

66
# Default owners, unless a later match takes precedence.
7-
* @actions/actions-oss-maintainers
7+
* @actions/models

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,11 @@ following steps:
9696
to create a new release in GitHub so users can easily reference the new tags
9797
in their workflows.
9898

99+
## License
100+
101+
This project is licensed under the terms of the MIT open source license. Please
102+
refer to [MIT](./LICENSE.txt) for the full terms.
103+
99104
## Contributions
100105

101106
Contributions are welcome! See the [Contributor's Guide](CONTRIBUTING.md).

SECURITY.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
# Security
2+
3+
GitHub takes the security of our software products and services seriously,
4+
including all of the open source code repositories managed through our GitHub
5+
organizations, such as [GitHub](https://github.com/GitHub).
6+
7+
Even though
8+
[open source repositories are outside of the scope of our bug bounty program](https://bounty.github.com/index.html#scope)
9+
and therefore not eligible for bounty rewards, we will ensure that your finding
10+
gets passed along to the appropriate maintainers for remediation.
11+
12+
## Reporting Security Issues
13+
14+
If you believe you have found a security vulnerability in any GitHub-owned
15+
repository, please report it to us through coordinated disclosure.
16+
17+
**Please do not report security vulnerabilities through public GitHub issues,
18+
discussions, or pull requests.**
19+
20+
Instead, please send an email to opensource-security[@]github.com.
21+
22+
Please include as much of the information listed below as you can to help us
23+
better understand and resolve the issue:
24+
25+
- The type of issue (e.g., buffer overflow, SQL injection, or cross-site
26+
scripting)
27+
- Full paths of source file(s) related to the manifestation of the issue
28+
- The location of the affected source code (tag/branch/commit or direct URL)
29+
- Any special configuration required to reproduce the issue
30+
- Step-by-step instructions to reproduce the issue
31+
- Proof-of-concept or exploit code (if possible)
32+
- Impact of the issue, including how an attacker might exploit the issue
33+
34+
This information will help us triage your report more quickly.
35+
36+
## Policy
37+
38+
See
39+
[GitHub's Safe Harbor Policy](https://docs.github.com/en/site-policy/security-policies/github-bug-bounty-program-legal-safe-harbor#1-safe-harbor-terms)

SUPPORT.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Support
2+
3+
## How to file issues and get help
4+
5+
This project uses GitHub issues to track bugs and feature requests. Please
6+
search the existing issues before filing new issues to avoid duplicates. For new
7+
issues, file your bug or feature request as a new issue.
8+
9+
For help or questions about using this project, please file an issue.
10+
11+
This project is under active development and maintained by GitHub staff and the
12+
community. We will do our best to respond to support, feature requests, and
13+
community questions in a timely manner.
14+
15+
## GitHub Support Policy
16+
17+
Support for this project is limited to the resources listed above.

badges/coverage.svg

Lines changed: 1 addition & 1 deletion
Loading

dist/index.js

Lines changed: 4 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 24 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "typescript-action",
33
"description": "GitHub Actions TypeScript template",
4-
"version": "0.0.0",
4+
"version": "1.0.0",
55
"author": "",
66
"type": "module",
77
"private": true,

0 commit comments

Comments
 (0)