Skip to content

update docker postgres image from 14->17 #750

update docker postgres image from 14->17

update docker postgres image from 14->17 #750

Triggered via pull request April 14, 2026 05:13
Status Success
Total duration 1m 12s
Artifacts

django.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

34 warnings
csm_web/frontend/src/components/coord_interface/CoordSectionDelete.tsx#L5
'XIcon' is defined but never used. Allowed unused vars must match /^_/u (@typescript-eslint/no-unused-vars)
csm_web/frontend/src/components/coord_interface/CoordSectionDelete.tsx#L14
'showDropPrompt' is assigned a value but never used. Allowed unused vars must match /^_/u (@typescript-eslint/no-unused-vars)
csm_web/frontend/src/components/coord_interface/CoordSectionDelete.tsx#L16
'setBan' is assigned a value but never used. Allowed unused vars must match /^_/u (@typescript-eslint/no-unused-vars)
csm_web/frontend/src/components/coord_interface/CoordSectionDelete.tsx#L17
'setBlacklist' is assigned a value but never used. Allowed unused vars must match /^_/u (@typescript-eslint/no-unused-vars)
csm_web/frontend/src/components/coord_interface/CoordSectionDelete.tsx#L29
'dropDiv' is assigned a value but never used. Allowed unused vars must match /^_/u (@typescript-eslint/no-unused-vars)
csm_web/frontend/src/components/coord_interface/CoordStudentDropper.tsx#L5
'XIcon' is defined but never used. Allowed unused vars must match /^_/u (@typescript-eslint/no-unused-vars)
csm_web/frontend/src/components/coord_interface/CoordStudentDropper.tsx#L18
'courseRestricted' is defined but never used. Allowed unused args must match /^_/u (@typescript-eslint/no-unused-vars)
csm_web/frontend/src/components/coord_interface/CoordStudentDropper.tsx#L21
'showDropPrompt' is assigned a value but never used. Allowed unused vars must match /^_/u (@typescript-eslint/no-unused-vars)
csm_web/frontend/src/components/coord_interface/CoordStudentDropper.tsx#L23
'setBan' is assigned a value but never used. Allowed unused vars must match /^_/u (@typescript-eslint/no-unused-vars)
csm_web/frontend/src/components/coord_interface/CoordStudentDropper.tsx#L24
'setBlacklist' is assigned a value but never used. Allowed unused vars must match /^_/u (@typescript-eslint/no-unused-vars)
csm_web/frontend/src/components/coord_interface/CoordStudentDropper.tsx#L39
'dropDiv' is assigned a value but never used. Allowed unused vars must match /^_/u (@typescript-eslint/no-unused-vars)
csm_web/frontend/src/components/coord_interface/CoordTable.tsx#L6
'CoordSectionDelete' is defined but never used. Allowed unused vars must match /^_/u (@typescript-eslint/no-unused-vars)
csm_web/frontend/src/components/coord_interface/CoordTable.tsx#L7
'CoordStudentDropper' is defined but never used. Allowed unused vars must match /^_/u (@typescript-eslint/no-unused-vars)
csm_web/frontend/src/components/coord_interface/CoordTable.tsx#L201
'getSelectedData' is defined but never used. Allowed unused vars must match /^_/u (@typescript-eslint/no-unused-vars)
csm_web/frontend/src/components/enrollment_automation/EnrollmentAutomationTypes.tsx#L13
Unexpected any. Specify a different type (@typescript-eslint/no-explicit-any)
csm_web/frontend/src/components/enrollment_automation/calendar/CalendarTypes.tsx#L15
Unexpected any. Specify a different type (@typescript-eslint/no-explicit-any)
csm_web/frontend/src/components/enrollment_automation/calendar/CalendarTypes.tsx#L21
Unexpected any. Specify a different type (@typescript-eslint/no-explicit-any)
csm_web/frontend/src/components/enrollment_automation/coordinator/EditStage.tsx#L40
Unexpected any. Specify a different type (@typescript-eslint/no-explicit-any)
csm_web/frontend/src/components/enrollment_automation/coordinator/EditStage.tsx#L40
Unexpected any. Specify a different type (@typescript-eslint/no-explicit-any)
csm_web/frontend/src/components/enrollment_automation/coordinator/EditStage.tsx#L297
Unexpected any. Specify a different type (@typescript-eslint/no-explicit-any)
csm_web/frontend/src/components/enrollment_automation/coordinator/EditStage.tsx#L640
Unexpected any. Specify a different type (@typescript-eslint/no-explicit-any)
csm_web/frontend/src/components/section/CoordinatorAddStudentModal.tsx#L42
Unexpected any. Specify a different type (@typescript-eslint/no-explicit-any)
csm_web/frontend/src/tests/__transformers__/pathTransformer.ts#L9
'options' is defined but never used. Allowed unused args must match /^_/u (@typescript-eslint/no-unused-vars)
csm_web/frontend/src/tests/section/StudentDropper.test.tsx#L65
Unexpected any. Specify a different type (@typescript-eslint/no-explicit-any)
csm_web/frontend/src/tests/section/StudentDropper.test.tsx#L72
Unexpected any. Specify a different type (@typescript-eslint/no-explicit-any)
csm_web/frontend/src/tests/section/StudentDropper.test.tsx#L122
Unexpected any. Specify a different type (@typescript-eslint/no-explicit-any)
csm_web/frontend/src/tests/section/StudentDropper.test.tsx#L129
Unexpected any. Specify a different type (@typescript-eslint/no-explicit-any)
csm_web/frontend/src/utils/queries/coord.tsx#L1
'useQuery' is defined but never used. Allowed unused vars must match /^_/u (@typescript-eslint/no-unused-vars)
csm_web/frontend/src/utils/queries/coord.tsx#L1
'UseQueryResult' is defined but never used. Allowed unused vars must match /^_/u (@typescript-eslint/no-unused-vars)
csm_web/frontend/src/utils/queries/helpers.tsx#L49
Unexpected any. Specify a different type (@typescript-eslint/no-explicit-any)
csm_web/frontend/src/utils/queries/helpers.tsx#L49
Unexpected any. Specify a different type (@typescript-eslint/no-explicit-any)
csm_web/frontend/src/utils/queries/helpers.tsx#L49
Unexpected any. Specify a different type (@typescript-eslint/no-explicit-any)
csm_web/frontend/src/utils/queries/sections.tsx#L403
Unexpected any. Specify a different type (@typescript-eslint/no-explicit-any)
pytest
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/setup-python@v4. 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/