Github’s Code scanning alerts section shows incorrect filename and path to file in flagged security alerts:

As shown, the title states the issue is at DESCipherExample.java at the path src/main/java/com/minimals/des. However, the problem is actually located in DESReplaceCipherExample.java at the path src/main/java/com/minimals/des_replace, which is correctly shown in the subtitle.
Sorry if this is not the correct place to submit this issue. I couldn't find any Code Scanning specific place.