Commit c6a8fa6
fix(ci): Bump codeql-action/init to v4.36.3 to match analyze/autobuild (#6410)
Dependabot bumped github/codeql-action/analyze (#6403) and
github/codeql-action/autobuild (#6401) to v4.36.3 but left
github/codeql-action/init on v4.36.2. CodeQL requires all sub-actions
to run the same version, so init writes a config stamped 4.36.2 that
analyze (4.36.3) rejects:
Loaded a configuration file for version '4.36.2', but running version '4.36.3'
This breaks the CodeQL job on main. Align init to the same v4.36.3
commit as the other two sub-actions.
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>1 parent 7d0a032 commit c6a8fa6
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| |||
0 commit comments