Reconcile sha and version (#6843)
Without this, sha is inconsistent with version.
This happened because a single sha was targetted for multiple versions
in codeql.
Dependabot messed it up, and fixed it in [1]
CodeQL was particularly mentioned in [2]
Since then, other bumps passed and changed the sha
without the version, so it lead to a version mismatch.
Now that dependabot is fixed, we can bump it again and no
issue should arise.
[1]: https://github.com/dependabot/dependabot-core/commit/4a60b9578ff79dc4dbc38cfa047845142c1fb9d3
[2]: https://github.com/dependabot/dependabot-core/pull/13985
Signed-off-by: Jean-Philippe Evrard <jean-philippe.evrard+rochepub@external.roche.com>