Show "Stale" status on Security Inventory
### Show `stale` status on Security Inventory
See mockups from the comment above: https://gitlab.com/gitlab-org/gitlab/-/work_items/578392#note_3197865749
* [ ] Project level: when project status is `STALE` ( read from `projects.analyzerStatuses.status`)
* [ ] Show "Stale" status
* [ ] Show icon
* [ ] When the status is stale UI still has to display a link to the last job run, and date when it run, so that AppSec team could investigate it.
* [ ] Group level: when the `security_inventory_stale_analyzer_status` is enabled
* [ ] Query `groups.analyzerStatuses.stale` field in the `SubgroupsAndProjects` query
* [ ] Add the coloured segment representing Stale count. The colour should match the Stale status icon
* [ ] Add Stale line with the number to the tooltip
### References
- how to set up and validate locally: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/231754#how-to-set-up-and-validate-locally
- icons and color system we’ve already defined for scanner health: https://gitlab.com/gitlab-org/gitlab/-/work_items/578392#note_3290211807
task