Build commit ID, how to align to source code repository

Sorry if this not the right place, I’m new to the forums. I’ve tried to figure out where the Build commit ID from the VYOS rolling release is found in the github repository? So if I have the following below, how do I find the repository and commit in github?

Version: VyOS 1.4-rolling-202303170317
Release train: current

Built by: autobuild@vyos.net
Built on: Fri 17 Mar 2023 03:17 UTC
Build UUID: 45391302-1240-4cc7-95a8-da8ee6390765
Build commit ID: e887f582cfd7de

Thanks
Andrew

The “Build commit ID” is the commit that was used to build the vyos-build container that was, in-turn, used to build VyOS:

Thanks for this, things are not still entirely clear, but I have now been able to find the commit’s in github (or local clone) based on the build commit id, which is the first 14 characters of the github commit id which is 40 characters. Not sure why/how this is, but I can repeatedly find the commits now which is great. Thanks for your help, I still have lots to learn.