kitodo-production
kitodo-production copied to clipboard
Don't run CodeQL if only minimized JavaScript was changed and fix some issues
It's not necessary to run CodeQL (and spend related resources like energy and time) for all kinds of file changes. Here changes of minimized JavaScript are ignored.
In addition some missing @Override tags are added to fix related CodeQL issues.
I created a separate pull request #6242 for the missing override annotations. Hopefully this makes it easier to get some CodeQL issues fixed.