codeql
codeql copied to clipboard
Go: remove flow step duplication in configs
The duplication of flow steps in additional flow steps added by configs was highlighted by https://github.com/github/codeql/pull/16511 and fixed in https://github.com/github/codeql/pull/16562. This PR fixes them, so we aren't specifying additional flow steps in configs which duplicate existing flow steps.