Change GIT_DEPTH to 1 to reduce the use of resources in salsa-ci
Currently, the check-syntax job in .gitlab-ci.yml git clones the security tracker with --depth 25, that needs ~30mins to finish. --depth 1 should be enough, and it only requires ~1m40s