Skip to content

Commit c7105a4

Browse files
authored
Merge pull request #11 from actions/sgoedecke/tweaks
Update readme and update/pin dependencies
2 parents e8a0beb + b75b177 commit c7105a4

File tree

5 files changed

+32
-11
lines changed

5 files changed

+32
-11
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).

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)