Skip to content

[pre-commit.ci] pre-commit autoupdate #612

[pre-commit.ci] pre-commit autoupdate

[pre-commit.ci] pre-commit autoupdate #612

Triggered via push August 5, 2024 18:07
Status Success
Total duration 1m 29s
Artifacts
security_checks
1m 17s
security_checks
Fit to window
Zoom out
Zoom in

Annotations

6 warnings
security_checks
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
security_checks
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
security_checks
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
security_checks: file:///github/workspace/docs/development.md#L55
Cannot resolve file '.env.local'
security_checks: file:///github/workspace/judge/management/commands/reassignjudge.py#L49
AST100: Asserts should only be used in tests. Asserts are typically bypassed in a production environment. Found in 'assert new_project != old_project'.
security_checks: file:///github/workspace/utils/adapters.py#L10
AST100: Asserts should only be used in tests. Asserts are typically bypassed in a production environment. Found in 'assert isinstance(user_type, list)'.