Commit graph

104 commits

Author SHA1 Message Date
admin
adced83df6 Add custom CodeQL config to exclude log-forging false positives 2025-12-18 20:27:33 -06:00
admin
3202b6bfe8 ci: remove sonarcloud workflow (conflicts with automatic analysis) 2025-12-18 16:47:49 -06:00
Cody Kickertz
0d48db980e
Merge pull request #27 from cheir-mneme/fix/remove-super-linter
ci: remove super-linter workflow
2025-12-18 14:22:37 -06:00
Cody Kickertz
0ca49a2288
Merge pull request #23 from cheir-mneme/dependabot/github_actions/dessant/label-actions-5
ci(deps): bump dessant/label-actions from 3 to 5
2025-12-18 14:16:05 -06:00
Cody Kickertz
fe6fdb3bf4
Merge pull request #22 from cheir-mneme/dependabot/github_actions/codecov/codecov-action-5
ci(deps): bump codecov/codecov-action from 4 to 5
2025-12-18 14:15:38 -06:00
admin
5d143f8f98 ci: remove super-linter workflow
Linting covered by existing tools:
- C#: StyleCop during build
- GitHub Actions: CodeQL
- Frontend: eslint in package.json
2025-12-18 14:14:40 -06:00
Cody Kickertz
95c6244f8f
Merge pull request #21 from cheir-mneme/dependabot/github_actions/actions/cache-5
ci(deps): bump actions/cache from 4 to 5
2025-12-18 14:14:30 -06:00
dependabot[bot]
59c18967cc
ci(deps): bump dessant/label-actions from 3 to 5
Bumps [dessant/label-actions](https://github.com/dessant/label-actions) from 3 to 5.
- [Release notes](https://github.com/dessant/label-actions/releases)
- [Changelog](https://github.com/dessant/label-actions/blob/main/CHANGELOG.md)
- [Commits](https://github.com/dessant/label-actions/compare/v3...v5)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-12-18 19:57:10 +00:00
dependabot[bot]
16aef7e900
ci(deps): bump codecov/codecov-action from 4 to 5
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4 to 5.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/codecov/codecov-action/compare/v4...v5)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-12-18 19:57:07 +00:00
dependabot[bot]
f483306517
ci(deps): bump actions/cache from 4 to 5
Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/v4...v5)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-12-18 19:57:03 +00:00
dependabot[bot]
ff176f6c2e
ci(deps): bump actions/checkout from 4 to 6
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 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/v4...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-12-18 19:56:59 +00:00
admin
d2da953d27 fix(ci): disable checkov and github_actions linters in super-linter 2025-12-18 13:46:50 -06:00
admin
1119dfaf56 fix(ci): use exclusion-only config for super-linter 2025-12-18 13:42:17 -06:00
admin
f7098a3a49 fix(ci): use filesystem scan instead of image scan for Trivy 2025-12-18 13:39:07 -06:00
admin
4fe3c5f483 fix(ci): correct Dockerfile path and skip SonarCloud when token missing 2025-12-18 13:37:45 -06:00
admin
81b3814c1a ci: fix workflow configs and add dependabot
- SonarCloud: add proper projectKey and organization
- Trivy: fix image reference, add schedule comment
- Super Linter: upgrade to v6, configure linter selection
- Add Dependabot for NuGet, npm, Docker, GitHub Actions
2025-12-18 13:34:45 -06:00
Cody Kickertz
6a76b0b89d
Add Trivy vulnerability scanning workflow 2025-12-18 13:30:49 -06:00
Cody Kickertz
97bf436269
Add GitHub Super Linter workflow
This workflow runs multiple linters on code changes in the 'develop' branch for both pushes and pull requests.
2025-12-18 13:29:57 -06:00
Cody Kickertz
a25f012e8a
Add SonarCloud analysis workflow
This workflow triggers a SonarCloud analysis of the code and populates GitHub Code Scanning alerts with vulnerabilities found.
2025-12-18 13:27:53 -06:00
Cody Kickertz
bd832dc853
Merge pull request #16 from cheir-mneme/chore/quality-gates
chore: add pre-commit hooks and CI coverage
2025-12-18 11:48:41 -06:00
admin
d1a6637f08 fix(ci): copy test DLLs to expected location for test.sh 2025-12-18 11:34:43 -06:00
admin
66264b7301 chore: add pre-commit hooks and CI coverage reporting
- Add pre-commit hook for JS/TS and CSS lint checks
- Add setup script to install hooks
- Add coverage reporting to CI workflow
- Add coverage threshold warning (60%)
- Update CONTRIBUTING.md with hooks setup instructions
2025-12-18 11:13:21 -06:00
admin
772baf7b0b docs: update community standards with conventional commits and Aletheia branding 2025-12-18 11:13:15 -06:00
admin
17e2b6d75d docs: update PR template for Aletheia workflow 2025-12-18 10:40:48 -06:00
admin
6bbc43e168 fix(ci): add disk space cleanup for Docker multi-arch builds 2025-12-18 09:47:47 -06:00
admin
4fd16998d5 feat(ci): add GitHub Actions and Docker configuration 2025-12-17 17:55:16 -06:00
Josh McKinney
56be9502af Add DevContainer, VSCode config and extensions.json
(cherry picked from commit 5061dc4b5e5ea9925740496a5939a1762788b793)

Closes #9914
2024-04-10 22:59:13 +03:00
Bogdan
450d6c0c80 Replace support-requests with label-actions 2023-09-19 02:05:48 +03:00
Bogdan
429217d1d4 Remove Reddit from issue templates 2023-08-22 02:54:34 +03:00
bakerboy448
1129d3901c Update bug_report.yml - no logs; no bug
[common]
2023-08-01 13:10:25 +03:00
bakerboy448
e1c5656cff
Add more trace logs related info to bug_report.yml [skip ci] [common] 2023-06-22 16:38:09 +03:00
Bogdan
38d946ed79 Add Pull Request Labeler 2023-05-12 21:48:15 +03:00
bakerboy448
6dc558cbf6 add trace log checkbox to bug report [common] 2023-05-03 10:17:59 +03:00
Bogdan
7c67382f6f bump lock threads github action to latest [skip ci]
Fix for nodejs 12 deprecation
2023-05-03 05:46:17 +03:00
Qstick
d851ecdf2f
Auto-reply for Log Label [common] 2023-04-23 11:58:28 -05:00
Qstick
53fdb6f07f
Delete azuresync.yml 2023-02-11 10:36:40 -06:00
Qstick
76f0c54b3c
Update FUNDING.yml 2022-10-14 22:12:40 -05:00
owine
54a49d6878 Add trailing spaces to issue template
Only OS had one
2022-10-10 21:13:43 -05:00
Alex
b9f2b3e06f build: harden support.yml permissions
Signed-off-by: Alex <aleksandrosansan@gmail.com>
2022-10-09 00:04:52 -05:00
Alex
d995bc5a7e build: harden azuresync.yml permissions
Signed-off-by: Alex <aleksandrosansan@gmail.com>
2022-10-09 00:04:52 -05:00
Alex
8886162bba build: harden lock.yml permissions
Signed-off-by: Alex <aleksandrosansan@gmail.com>
2022-10-09 00:04:52 -05:00
bakerboy448
362e664ce6 update feature request template
[skip ci] [common]
2022-10-06 17:58:06 +01:00
Robin Dadswell
b9185574f3 Update Bug Report Template
[skip ci] [common]
2022-09-08 15:31:53 +01:00
bakerboy448
99e0d42b71 Update Bug Report Template [skip ci] [common] 2022-09-07 20:54:21 -05:00
bakerboy448
beb22844c9 Update Github Templates [skip ci] [common] 2021-11-23 14:08:53 -06:00
bakerboy448
e912e14cbb update bug report [skip ci] [common] 2021-08-27 20:48:33 -05:00
bakerboy448
31ba45cb7a git updates [skip ci] 2021-08-03 17:08:36 -05:00
bakerboy448
c23eea21fc
Update PULL_REQUEST_TEMPLATE.md 2021-07-10 15:23:06 -05:00
bakerboy448
ad77a438f8 fix concurrency so runs don't cancel [skip ci] 2021-07-01 22:10:25 -04:00
Qstick
a7088ce387
Prevent sync jobs from running in parallel
[skip ci]
2021-06-29 21:47:58 -04:00