58 Commits

Author SHA1 Message Date
01a65f8c75 Merge branch 'main' into dependencies 2023-12-01 11:08:28 -05:00
ca3370cfd5 Add missing perms 2023-12-01 09:09:01 -05:00
4c624fefc4 Move and document CODEOWNERS 2023-11-28 11:23:10 -05:00
2cf1c6faee Grammar cleanup 2023-11-27 23:41:39 -05:00
ab98397115 Make consistent with other template actions 2023-11-27 23:41:30 -05:00
693b3bccae Expand workflow comments 2023-11-27 23:41:15 -05:00
2a9e4e08ae Add dependabot grouping 2023-11-27 23:41:01 -05:00
8c8532a76a Change dependabot schedule 2023-11-16 10:24:39 -05:00
cf46713d86 remove duplicate workflow 2023-11-01 14:53:57 -06:00
0fbcfa12a6 rename new workflow 2023-10-31 17:47:29 -06:00
5fd885c701 add GrantBirki/json-yaml-validate 2023-10-31 17:33:49 -06:00
0aa0af1e02 add back statuses: write 2023-10-31 17:27:59 -06:00
e62403ee77 update workflow triggers and permissions 2023-10-31 17:09:59 -06:00
c9c990c874 use a .node-version file 2023-10-31 17:07:09 -06:00
772df99bfd first pass - minor tweaks and status badges 2023-10-31 16:56:01 -06:00
75f1fefa8b Bump actions/setup-node from 3 to 4
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3 to 4.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-24 03:37:08 +00:00
f2a5dafed1 Bump actions/checkout from 3 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-05 03:27:34 +00:00
9a016b1273 Update node version in actions 2023-08-24 14:57:30 -04:00
6aeed90eb5 Merge remote-tracking branch '697/main' into ncalteen-format 2023-08-24 10:29:12 -04:00
1e68c3dd58 Merge remote-tracking branch '657/patch-2' into ncalteen-format 2023-08-24 09:52:35 -04:00
bd79503369 Reconfigure tsconfig and eslint 2023-08-23 23:34:26 -04:00
497bed758e Install dependencies for linting 2023-08-23 13:51:02 -04:00
512becdd23 Add super-linter workflow 2023-08-23 13:40:31 -04:00
8024b75a77 Format check-dist workflow 2023-08-23 13:39:49 -04:00
464b2658f0 Create CI workflow and tests 2023-08-23 13:39:12 -04:00
3cfb7ea35a Auto-label dependabot PRs 2023-08-23 13:38:01 -04:00
7cc4a0bcf5 Format CodeQL workflow 2023-08-23 13:37:31 -04:00
3222af7d47 fix diff in check-dist failing due to git detecting files under dist as binary 2023-06-16 18:15:23 +05:30
1515868b93 Update check-dist.yml 2023-04-19 10:10:31 -06:00
3c3cfe66ad git add -N and no --cached 2023-04-19 10:08:25 -06:00
97268e8e04 use git diff --cached in diff check action
ensures every build difference is in the diff
2023-04-19 01:37:11 -06:00
699a31622c Bump actions/setup-node from 3.5.1 to 3.6.0 (#631)
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3.5.1 to 3.6.0.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v3.5.1...v3.6.0)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-05 16:37:26 -04:00
9cae1470fe Bump actions/checkout from 2 to 3.1.0 (#613)
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.1.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2...v3.1.0)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-05 16:30:45 -04:00
e51953ca30 Bump github/codeql-action from 1 to 2 (#516)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 1 to 2.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/github/codeql-action/compare/v1...v2)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-05 16:25:57 -04:00
ead5af234c Bump actions/upload-artifact from 2 to 3 (#507)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 3.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-05 16:22:22 -04:00
e42162db3c Bump actions/setup-node from 2.5.1 to 3.5.1
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2.5.1 to 3.5.1.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v2.5.1...v3.5.1)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-14 03:20:16 +00:00
f1ddd25f95 Update codeql-analysis.yml 2022-03-30 11:39:23 -04:00
3d3796fef1 Update codeql-analysis.yml 2022-03-29 22:47:53 -04:00
5a53c1afda Create codeql-analysis.yml 2022-03-29 22:43:26 -04:00
7e2f2db0e0 Update check-dist.yml 2022-02-10 15:03:02 -05:00
630fd85cbe Merge pull request #449 from actions/dependabot/github_actions/actions/setup-node-2.5.1
Bump actions/setup-node from 2.4.1 to 2.5.1
2021-12-29 12:23:54 +03:00
92544e4047 Bump actions/setup-node from 2.4.1 to 2.5.1
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2.4.1 to 2.5.1.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v2.4.1...v2.5.1)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-12-29 03:21:11 +00:00
86d3ac814f Fix check-dist workflow not actually rebuilding
The workflow was missing the `npm run package` step. Without this the check will always succeed as the /dist folder won't be updated.
2021-10-27 13:28:55 +02:00
c5a9c383e8 Bump actions/setup-node from 1 to 2.4.1 (#387)
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 1 to 2.4.1.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v1...v2.4.1)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-10-13 08:29:46 -04:00
e9f436162f chore: update dependabot.yml (#262) 2021-10-13 08:23:25 -04:00
41c060b9af Create check-dist.yml (#352)
* Add check-dist.yml

* Fix triggers in licensed.yml

* Delete licensed.yml
2021-10-13 08:20:28 -04:00
bfe8a6758b master -> main trigger update 2020-07-20 07:52:25 -04:00
802f392f59 Update prettier and run it on YAML (#74) 2020-07-20 07:44:22 -04:00
d34e81e77f Fix a bunch of small issues with the template (#67)
* Fixup dependencies and some other things

* add dependabot

* Update to separate run steps
2020-07-20 07:07:15 -04:00
4640e008e8 chore: version up actions/checkout@2 (#54) 2020-07-17 08:59:45 -04:00