Skip to content
Permalink
main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?

Commits on May 5, 2023

  1. Merge pull request #1672 from github/aeisenberg/sarif-again

    Fix broken regex
    adityasharad committed May 5, 2023
  2. Fix broken regex

    `($i)` is not valid for javascript regexes.
    aeisenberg committed May 5, 2023
  3. Update CHANGELOG.md

    Co-authored-by: Aditya Sharad <6874315+adityasharad@users.noreply.github.com>
    aeisenberg and adityasharad committed May 5, 2023

Commits on May 4, 2023

  1. Merge pull request #1670 from github/mergeback/v2.3.3-to-main-29b1f65c

    Mergeback v2.3.3 refs/heads/releases/v2 into main
    dbartol committed May 4, 2023
  2. Update checked-in dependencies

    github-actions[bot] committed May 4, 2023
  3. Update changelog and version after v2.3.3

    github-actions[bot] committed May 4, 2023
  4. Merge pull request #1669 from github/update-v2.3.3-318bcc7f8

    Merge main into releases/v2
    dbartol committed May 4, 2023
  5. Update changelog for v2.3.3

    github-actions[bot] committed May 4, 2023
  6. Merge pull request #1664 from github/update-bundle/codeql-bundle-2023…

    …0428
    
    Update default bundle to 2.13.1
    dbartol committed May 4, 2023
  7. Fix workflow formatting

    dbartol committed May 4, 2023

Commits on May 2, 2023

  1. Update jsonschema version

    Fixes bug in `uniqueItems` property.
    aeisenberg committed May 2, 2023
  2. Update changelog

    aeisenberg committed May 2, 2023
  3. Update the sarif schema file

    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.
    aeisenberg committed May 2, 2023

Commits on May 1, 2023

  1. Merge pull request #1666 from github/aeisenberg/readme-update

    Add link to changenote for custom config
    aeisenberg committed May 1, 2023
  2. Add link to changenote for custom config

    Also, use a better link in the readme.
    aeisenberg committed May 1, 2023
  3. Merge pull request #1665 from github/aeisenberg/config-param

    Add new configuration Parameter
    aeisenberg committed May 1, 2023
  4. Update CHANGELOG.md

    aeisenberg committed May 1, 2023
  5. Add changelog note

    github-actions[bot] committed May 1, 2023
  6. Update default bundle to codeql-bundle-20230428

    github-actions[bot] committed May 1, 2023

Commits on Apr 27, 2023

  1. Merge pull request #1663 from github/mergeback/v2.3.2-to-main-f3feb00a

    Mergeback v2.3.2 refs/heads/releases/v2 into main
    angelapwen committed Apr 27, 2023
  2. Update checked-in dependencies

    github-actions[bot] committed Apr 27, 2023
  3. Update changelog and version after v2.3.2

    github-actions[bot] committed Apr 27, 2023
  4. Merge pull request #1662 from github/update-v2.3.2-8b12d99ee

    Merge main into releases/v2
    angelapwen committed Apr 27, 2023
  5. Update changelog for v2.3.2

    github-actions[bot] committed Apr 27, 2023

Commits on Apr 26, 2023

  1. Merge pull request #1660 from github/mergeback/v2.3.1-to-main-8662eabe

    Mergeback v2.3.1 refs/heads/releases/v2 into main
    angelapwen committed Apr 26, 2023
  2. Update checked-in dependencies

    github-actions[bot] committed Apr 26, 2023
  3. Update changelog and version after v2.3.1

    github-actions[bot] committed Apr 26, 2023
  4. 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>
    3 people committed Apr 26, 2023
  5. Update changelog for v2.3.1

    github-actions[bot] committed Apr 26, 2023
  6. 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.
    angelapwen committed Apr 26, 2023
Older