mirror of
https://github.com/helm/helm.git
synced 2026-08-12 22:16:30 +00:00
The init and autobuild steps were bumped to 4.37.0 (#32313, #32305) but the analyze step remained at 4.36.2, causing CodeQL to fail on main with: "Loaded a configuration file for version '4.37.0', but running version '4.36.2'". Align analyze with the other codeql-action steps. Signed-off-by: Terry Howe <terrylhowe@gmail.com>