Skip to content

[pre-commit.ci] auto fixes from pre-commit.com hooks #643

[pre-commit.ci] auto fixes from pre-commit.com hooks

[pre-commit.ci] auto fixes from pre-commit.com hooks #643

Triggered via push May 18, 2026 17:54
Status Success
Total duration 1m 24s
Artifacts
security_checks
1m 17s
security_checks
Fit to window
Zoom out
Zoom in

Annotations

5 warnings
security_checks
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v2. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
security_checks: file:///github/workspace/docs/development.md#L55
Cannot resolve file '.env.local'
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)'.
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
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/