Commit Graph

64 Commits

Author SHA1 Message Date
Nick Alteen
db77c83d4d feat: add step to remove dist/ directory before packaging 2025-12-05 11:48:59 -05:00
dependabot[bot]
b59a769390 Bump actions/checkout from 5 to 6
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6.
- [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/v5...v6)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-11-24 09:03:38 +00:00
Nick Alteen
84f91d50c1 Merge branch 'main' into dependabot/github_actions/actions/setup-node-6 2025-10-31 10:36:25 -04:00
Nick Alteen
04b160d0bc Merge branch 'main' into dependabot/github_actions/actions/upload-artifact-5 2025-10-31 10:35:40 -04:00
Nick Alteen
2301a6c72e Add checkov config 2025-10-31 10:35:06 -04:00
dependabot[bot]
4d273edceb Bump actions/upload-artifact from 4 to 5
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v4...v5)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-10-27 09:21:54 +00:00
dependabot[bot]
8653c26735 Bump actions/setup-node from 5 to 6
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 5 to 6.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v5...v6)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-10-20 09:56:21 +00:00
dependabot[bot]
c8ea225274 Bump github/codeql-action from 3 to 4
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3 to 4.
- [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/v3...v4)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-10-13 09:18:19 +00:00
Nick Alteen
cc91514a37 Disable checks for dist 2025-10-03 09:55:08 -04:00
dependabot[bot]
db5ae7b23d Bump actions/setup-node from 4 to 5
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4 to 5.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v4...v5)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-09-08 09:07:58 +00:00
Nick Alteen
7af45eacad Disable new linter 2025-08-26 14:50:42 -04:00
dependabot[bot]
999a5c5d44 Bump actions/checkout from 4 to 5
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5.
- [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/v4...v5)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-08-18 13:03:34 +00:00
Nick Alteen
b4e747d914 Add actionlint config 2025-08-07 10:34:41 -04:00
dependabot[bot]
fe9848e030 Bump super-linter/super-linter from 7 to 8
Bumps [super-linter/super-linter](https://github.com/super-linter/super-linter) from 7 to 8.
- [Release notes](https://github.com/super-linter/super-linter/releases)
- [Changelog](https://github.com/super-linter/super-linter/blob/main/CHANGELOG.md)
- [Commits](https://github.com/super-linter/super-linter/compare/v7...v8)

---
updated-dependencies:
- dependency-name: super-linter/super-linter
  dependency-version: '8'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-08-04 14:20:38 +00:00
Nick Alteen
4a38b08003 Fix linting errors 2025-07-11 13:44:09 -04:00
Nick Alteen
71b89806c9 feat: add Copilot and unit test prompts for generating documentation and tests 2025-07-11 13:19:35 -04:00
Nick Alteen
042f8fddcc Align workflows to templates 2025-07-11 13:04:40 -04:00
Nick Alteen
d856baa9a6 Fix reference 2025-02-28 10:40:25 -05:00
Nick Alteen
fd57737859 Fix sourcemap and add licensed 2025-02-12 19:05:13 -05:00
Nick Alteen
e8deae9ecb Delete extra linter files 2025-01-08 11:48:12 -05:00
Nick Alteen
081d9e881a Convert to ESM 2024-11-15 12:30:35 -05:00
dependabot[bot]
5a272f48d5 Bump super-linter/super-linter from 6 to 7
Bumps [super-linter/super-linter](https://github.com/super-linter/super-linter) from 6 to 7.
- [Release notes](https://github.com/super-linter/super-linter/releases)
- [Changelog](https://github.com/super-linter/super-linter/blob/main/CHANGELOG.md)
- [Commits](https://github.com/super-linter/super-linter/compare/v6...v7)

---
updated-dependencies:
- dependency-name: super-linter/super-linter
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-19 09:02:30 +00:00
Erik Gustavson
7b453b8e76 update super-linter env for v6.8.0
see https://github.com/super-linter/super-linter/blob/main/docs/upgrade-guide.md#upgrade-from-v670-to-v680
2024-08-05 18:58:18 -06:00
Nick Alteen
c4ac35c7fd Fix name 2024-05-02 11:22:08 -04:00
Nick Alteen
c19f22c380 Add missing dist check 2024-05-02 11:21:32 -04:00
Nick Alteen
7ab0d1919b Clarify comments 2024-04-12 12:56:34 -04:00
Nick Alteen
284d09c510 Move lint rules out of .vscode settings 2024-02-22 15:31:51 +00:00
Nick Alteen
89d575c59c Update fetch depth 2024-02-22 09:34:06 -05:00
dependabot[bot]
3c97216ab6 Bump super-linter/super-linter from 5 to 6
Bumps [super-linter/super-linter](https://github.com/super-linter/super-linter) from 5 to 6.
- [Release notes](https://github.com/super-linter/super-linter/releases)
- [Changelog](https://github.com/super-linter/super-linter/blob/main/CHANGELOG.md)
- [Commits](https://github.com/super-linter/super-linter/compare/v5...v6)

---
updated-dependencies:
- dependency-name: super-linter/super-linter
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-19 09:08:46 +00:00
Nick Alteen
d425230c5e Merge pull request #372 from actions/dependabot/github_actions/github/codeql-action-3
Bump github/codeql-action from 2 to 3
2023-12-18 09:28:47 -05:00
dependabot[bot]
a8ca6dad2e Bump actions/upload-artifact from 3 to 4
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v3...v4)

---
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>
2023-12-18 09:37:31 +00:00
dependabot[bot]
35e142ce9e Bump github/codeql-action from 2 to 3
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2 to 3.
- [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/v2...v3)

---
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>
2023-12-18 09:37:27 +00:00
Nick Alteen
4e67788bc6 Add missing perms 2023-12-01 09:10:50 -05:00
Nick Alteen
25d0ac5287 Format and updates 2023-11-28 00:03:31 -05:00
Nick Alteen
e6b4f761e8 Group dependencies 2023-11-28 00:03:21 -05:00
Nick Alteen
3590e9b769 Change dependabot schedule 2023-11-16 10:25:44 -05:00
dependabot[bot]
8dc1bdabf2 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 09:16:06 +00:00
dependabot[bot]
ae67aa28b4 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-15 13:38:58 +00:00
Nick Alteen
8a93a79723 Update workflows 2023-09-14 10:37:52 -04:00
Nick Alteen
cfa5739bef Label Dependabot issues 2023-09-14 10:37:02 -04:00
Nick Alteen
5e56b5be03 Move linting to super-linter 2023-09-14 10:36:51 -04:00
dependabot[bot]
fc287e4e8e Bump actions/setup-node from 3.5.1 to 3.6.0 (#279)
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-06 12:23:41 -04:00
dependabot[bot]
f01b85d972 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 09:17:11 +00:00
dependabot[bot]
9f221a3d65 Bump actions/upload-artifact from 2 to 3 (#203) 2022-10-13 09:55:42 +02:00
dependabot[bot]
5868ec70dc Bump github/codeql-action from 1 to 2 (#218) 2022-10-13 09:53:01 +02:00
dependabot[bot]
7f7117c1ee Bump actions/checkout from 2 to 3
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
- [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)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-30 17:20:42 +00:00
Tingluo Huang
fc5e765130 Update codeql-analysis.yml 2022-03-30 11:55:27 -04:00
Tingluo Huang
bd48a7be9a Create codeql-config.yml 2022-03-30 11:54:52 -04:00
Tingluo Huang
906c6909a6 Create codeql-analysis.yml 2022-03-30 11:51:31 -04:00
Thomas Boop
571a71ff01 update to node16 2022-02-28 12:59:51 -05:00