Implement weekly financial report schedule #608
code-quality.yml
on: pull_request
Dockerfile Linting
7s
Matrix: Docker Security Scanning
Annotations
2 errors and 2 warnings
|
SonarQube
Process completed with exit code 1.
|
|
src/services/OAuth2/OAuth2Manager.utils.test.ts > OAuth2Manager Utils > saveToken > should save token with correct data structure:
workers/main/src/services/OAuth2/OAuth2Manager.utils.test.ts#L120
AssertionError: expected "spy" to be called with arguments: [ { …(4) } ]
Received:
1st spy call:
[
{
"access_token": "test-access-token",
- "expires_at": 1764863557982,
+ "expires_at": 1764863557983,
"refresh_token": "test-refresh-token",
"token_type": "Bearer",
},
]
Number of calls: 1
❯ src/services/OAuth2/OAuth2Manager.utils.test.ts:120:24
|
|
Docker Security Scanning (temporal, Dockerfile.temporal, temporal-test:latest)
CodeQL Action v3 will be deprecated in December 2026. Please update all occurrences of the CodeQL Action in your workflow files to v4. For more information, see https://github.blog/changelog/2025-10-28-upcoming-deprecation-of-codeql-action-v3/
|
|
Docker Security Scanning (n8n, Dockerfile.n8n, n8n-test:latest)
CodeQL Action v3 will be deprecated in December 2026. Please update all occurrences of the CodeQL Action in your workflow files to v4. For more information, see https://github.blog/changelog/2025-10-28-upcoming-deprecation-of-codeql-action-v3/
|