Skip to content

Create .gitmodules #338

Create .gitmodules

Create .gitmodules #338

Triggered via push April 6, 2024 20:32
Status Success
Total duration 8m 49s
Artifacts

pycharm.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build
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/
build
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/
build: file:///github/workspace/WebScripts/scripts/account/change_my_password.py#L79
PW100: Matching inputs, secrets or tokens using the == operator is vulnerable to timing attacks. Use compare_digest() instead. Found in 'arguments.password != arguments.password_confirmation'.
build: file:///github/workspace/setup.py#L206
OS100: Modification of system files to allow execution. Found in 'os.chmod(filename, 0o600)'.
build: file:///github/workspace/setup.py#L208
OS100: Modification of system files to allow execution. Found in 'os.chmod(filename, 0o400)'.
build: file:///github/workspace/setup.py#L213
OS100: Modification of system files to allow execution. Found in 'os.chmod(directory, 0o755)'.
build: file:///github/workspace/setup.py#L220
OS100: Modification of system files to allow execution. Found in 'os.chmod(filename, 0o500)'.
build: file:///github/workspace/setup.py#L230
OS100: Modification of system files to allow execution. Found in 'os.chmod(directory, 0o700)'.
build: file:///github/workspace/setup.py#L240
OS100: Modification of system files to allow execution. Found in 'os.chmod(directory, 0o700)'.
build: file:///github/workspace/setup.py#L243
OS100: Modification of system files to allow execution. Found in 'os.chmod(self_directory, 0o755)'.
build: file:///github/workspace/setup.py#L258
OS100: Modification of system files to allow execution. Found in 'os.chmod(filename1, 0o600)'.