Merge v2 into v1 by github-actions[bot] · Pull Request #1006 · github/codeql-action

and others added 30 commits

March 1, 2022 12:40
This commit also adds a new integration check to verify this.

When running in test mode, payloads will not be uploaded. Instead, they
will be saved to disk so that they can be inspected later.
With a 30 minute timeout, we were getting some cancelled runs.
This should fix it.
Mergeback v1.1.5 refs/heads/v1 into main
Include CodeQL CLI and action versions in status reports
.substr() is deprecated so we replace it with .slice() which works similarily but isn't deprecated
Signed-off-by: Tobias Speicher <rootcommander@gmail.com>
refactor: replace deprecated String.prototype.substr()
…r-versions

Update supported GitHub Enterprise Server versions.
Update README now build tracing is compatible with Windows 2022
Status reporting: fix codeql_version field name
Bump timeout to 45 minutes
Fix python_setup/install_tool.sh when `python2` not present

@henrymercer

@henrymercer

@henrymercer

@henrymercer

…de-12-build

Add PR check to validate compatibility with Node 12

@henrymercer

…riting

Update changelog rewriting step to match v2+ only changelog notes

@edoardopirovano

Bump default CodeQL version to 2.8.4

@edoardopirovano

Fix typos in release workflow

@edoardopirovano

@edoardopirovano

@edoardopirovano

edoardopirovano

github-actions[bot] and others added 4 commits

March 30, 2022 12:20

henrymercer