main
Name already in use
Commits on May 5, 2023
-
Merge pull request #1672 from github/aeisenberg/sarif-again
Fix broken regex
-
Co-authored-by: Aditya Sharad <6874315+adityasharad@users.noreply.github.com>
Commits on May 4, 2023
-
Merge pull request #1670 from github/mergeback/v2.3.3-to-main-29b1f65c
Mergeback v2.3.3 refs/heads/releases/v2 into main
-
Update checked-in dependencies
github-actions[bot] committedMay 4, 2023 -
Update changelog and version after v2.3.3
github-actions[bot] committedMay 4, 2023 -
Merge pull request #1669 from github/update-v2.3.3-318bcc7f8
Merge main into releases/v2
-
github-actions[bot] committed
May 4, 2023 -
Merge pull request #1664 from github/update-bundle/codeql-bundle-2023…
…0428 Update default bundle to 2.13.1
-
Commits on May 3, 2023
Commits on May 2, 2023
-
-
-
The version we were using is quite old. Copied the latest from https://github.com/oasis-tcs/sarif-spec/blob/123e95847b13fbdd4cbe2120fa5e33355d4a042b/Schemata/sarif-schema-2.1.0.json I do not think the sarif spec will be changing any more without an explicit version update, so this is fine for now.
Commits on May 1, 2023
-
Merge pull request #1666 from github/aeisenberg/readme-update
Add link to changenote for custom config
-
Add link to changenote for custom config
Also, use a better link in the readme.
-
Merge pull request #1665 from github/aeisenberg/config-param
Add new configuration Parameter
-
-
github-actions[bot] committed
May 1, 2023 -
Update default bundle to codeql-bundle-20230428
github-actions[bot] committedMay 1, 2023
Commits on Apr 28, 2023
Commits on Apr 27, 2023
-
Merge pull request #1663 from github/mergeback/v2.3.2-to-main-f3feb00a
Mergeback v2.3.2 refs/heads/releases/v2 into main
-
Update checked-in dependencies
github-actions[bot] committedApr 27, 2023 -
Update changelog and version after v2.3.2
github-actions[bot] committedApr 27, 2023 -
Merge pull request #1662 from github/update-v2.3.2-8b12d99ee
Merge main into releases/v2
-
github-actions[bot] committed
Apr 27, 2023 -
Commits on Apr 26, 2023
-
Merge pull request #1660 from github/mergeback/v2.3.1-to-main-8662eabe
Mergeback v2.3.1 refs/heads/releases/v2 into main
-
Update checked-in dependencies
github-actions[bot] committedApr 26, 2023 -
Update changelog and version after v2.3.1
github-actions[bot] committedApr 26, 2023 -
Merge pull request #1659 from github/update-v2.3.1-da583b07a
* Update changelog and version after v2.3.0 * Update checked-in dependencies * Throw full error for CLI bundle download (#1657) * Add `workload_run_attempt` to analysis upload (#1658) * Refactor status report upload logic Previously we had duplicated the logic to check `GITHUB_RUN_ID`. We now call the `getWorkflowRunID()` method for the status report upload method, and move the logic for the run attempt to `getWorkflowRunAttempt()` * Add `workflow_run_attempt` to analysis payload * Stop allowing `undefined` run IDs and attempts Because we already throw an error if the ID or attempt aren't numbers, we don't have to allow `undefined` values into the payload. * Update changelog for v2.3.1 --------- Co-authored-by: github-actions[bot] <github-actions@github.com> Co-authored-by: Chuan-kai Lin <cklin@github.com> Co-authored-by: Angela P Wen <angelapwen@github.com>
-
github-actions[bot] committed
Apr 26, 2023 -
Add
workload_run_attemptto analysis upload (#1658)* Refactor status report upload logic Previously we had duplicated the logic to check `GITHUB_RUN_ID`. We now call the `getWorkflowRunID()` method for the status report upload method, and move the logic for the run attempt to `getWorkflowRunAttempt()` * Add `workflow_run_attempt` to analysis payload * Stop allowing `undefined` run IDs and attempts Because we already throw an error if the ID or attempt aren't numbers, we don't have to allow `undefined` values into the payload.