fix: move order of handle and swap in BinaryHeap::pop
When the heap would contain only one element, changing the handle index would crash if the swap is done first
GitLab upgrade completed. Current version is 17.10.3. We now benefit from the enhancements of 17.9 and 17.10 releases. Among other improvements, it is now possible to set the automatic deletion of continuous integration pipelines. You can help us reduce storage usage by setting an expiry date for your pipelines.
When the heap would contain only one element, changing the handle index would crash if the swap is done first