Commit Graph

4 Commits

Author SHA1 Message Date
dependabot[bot] 839d3cd1ca chore(deps): Bump github/codeql-action from 3 to 4 (#12)
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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-04-18 09:09:31 +02:00
TPTBusiness 65678c0c0c ci(codacy): fix ESLint/PMD/pylint SARIF crash
Add .codacy.yml to disable ESLint (no .eslintrc in web/), PMD (no Java
code), and Prospector; restrict analysis paths to rdagent/ core.
Limit codacy workflow to bandit-only to avoid IndexOutOfBoundsException
at Sarif.scala:185 caused by 14k+ pylint results overwhelming the
SARIF formatter.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-18 08:40:46 +02:00
TPTBusiness a6d418a102 fix(ci): set JAVA_TOOL_OPTIONS UTF-8 in Codacy workflow
Fixes MalformedInputException when Codacy SARIF formatter reads Python
files containing non-ASCII characters.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-17 22:38:15 +02:00
Trading Prediction Technology 7de4ae59ab Add Codacy security scan workflow
This workflow integrates Codacy security scans with GitHub Actions.
2026-04-17 22:07:29 +02:00