Skip to content

Commits

Commits on Apr 5, 2022

  1. Revert usage of --codescanning-config flag

    Edoardo Pirovano committed Apr 5, 2022

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    43d0664 View commit details

Commits on Mar 31, 2022

  1. Copy the full SHA
    e26813c View commit details
  2. Copy the full SHA
    2c03704 View commit details
  3. Simplify ML-powered query status report definition

    We now limit the cardinality of the ML-powered JS queries status report
    field server-side. With no need for a limit on the cardinality of the
    status report client-side, we can simplify how we produce it.
    Henry Mercer committed Mar 31, 2022
    Copy the full SHA
    dd6b592 View commit details

Commits on Mar 30, 2022

  1. Merge branch 'main' into henrymercer/update-actions-major-versions

    Henry Mercer authored and GitHub committed Mar 30, 2022

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    1ea2f2d View commit details
  2. Update actions/checkout from v2 to v3

    Henry Mercer committed Mar 30, 2022
    Copy the full SHA
    a2949f4 View commit details
  3. Add descriptions to each test

    Henry Mercer committed Mar 30, 2022
    Copy the full SHA
    e6f3e04 View commit details
  4. Stop running ML-powered queries on Windows

    Henry Mercer committed Mar 30, 2022
    Copy the full SHA
    e83a1d4 View commit details

Commits on Mar 29, 2022

  1. Bump default CodeQL version to 2.8.4

    Edoardo Pirovano committed Mar 29, 2022

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    f1060fb View commit details

Commits on Mar 28, 2022

  1. Start running ATM queries again

    Edoardo Pirovano committed Mar 28, 2022

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    d625a00 View commit details

Commits on Mar 25, 2022

  1. Merge branch 'main' into aeisenberg/checkout-path-commitoid

    Andrew Eisenberg committed Mar 25, 2022
    Copy the full SHA
    88db5e7 View commit details
  2. Fix failing tests

    Andrew Eisenberg committed Mar 25, 2022
    Copy the full SHA
    d068f53 View commit details
  3. Don't download packs when it isn't needed

    Edoardo Pirovano committed Mar 25, 2022

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    85cfdb2 View commit details

Commits on Mar 23, 2022

  1. Status reporting: fix codeql_version field name

    Chuan-kai Lin committed Mar 23, 2022
    Copy the full SHA
    c3010cb View commit details

Commits on Mar 21, 2022

  1. Merge branch 'main' into update-supported-enterprise-server-versions

    Henry Mercer authored and GitHub committed Mar 21, 2022

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    c592f89 View commit details

Commits on Mar 20, 2022

  1. refactor: replace deprecated String.prototype.substr()

    .substr() is deprecated so we replace it with .slice() which works similarily but isn't deprecated
    Signed-off-by: Tobias Speicher <rootcommander@gmail.com>
    Tobias Speicher committed Mar 20, 2022

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    0a71301 View commit details

Commits on Mar 18, 2022

  1. Copy the full SHA
    243ebf6 View commit details

Commits on Mar 17, 2022

  1. Include CodeQL CLI and action versions in status reports

    Chuan-kai Lin committed Mar 17, 2022
    Copy the full SHA
    f60bb5c View commit details

Commits on Mar 14, 2022

  1. Copy the full SHA
    ea5898d View commit details
  2. Merge branch 'main' into restore-ghes-compatibility

    Chuan-kai Lin authored and GitHub committed Mar 14, 2022

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    39aa619 View commit details
  3. Merge branch 'main' into cklin/pr/2.8.3

    Chuan-kai Lin authored and GitHub committed Mar 14, 2022

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    c33cdd7 View commit details
  4. Restore compatibility with GHES 3.1

    Chuan-kai Lin committed Mar 14, 2022
    Copy the full SHA
    aeefdce View commit details

Commits on Mar 11, 2022

  1. Bump ML-powered queries to v0.1.0

    Henry Mercer committed Mar 11, 2022
    Copy the full SHA
    0b3acf6 View commit details
  2. Update default CodeQL bundle version to 2.8.3

    Arthur Baars committed Mar 11, 2022
    Copy the full SHA
    480ef76 View commit details

Commits on Mar 3, 2022

  1. Add runner OS release to status report

    Chuan-kai Lin committed Mar 3, 2022
    Copy the full SHA
    401a76f View commit details
  2. Use getRequiredEnvParam()

    Co-authored-by: Andrew Eisenberg <aeisenberg@github.com>
    Chuan-kai Lin and Andrew Eisenberg committed Mar 3, 2022
    Copy the full SHA
    870dbaa View commit details

Commits on Mar 2, 2022

  1. Add runner OS and arch to status report

    Chuan-kai Lin committed Mar 2, 2022
    Copy the full SHA
    3615d8a View commit details

Commits on Mar 1, 2022

  1. Merge branch 'main' into aeisenberg/checkout-path-commitoid

    Andrew Eisenberg committed Mar 1, 2022
    Copy the full SHA
    5c2600e View commit details
  2. Use the checkout_path for getting the commit oid

    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.
    Andrew Eisenberg committed Mar 1, 2022
    Copy the full SHA
    a92e877 View commit details
  3. Bump version flag for using --codescanning-config flag

    Edoardo Pirovano committed Mar 1, 2022

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    527d515 View commit details
  4. Revert "Revert "Use --codescanning-config flag of CLI""

    This reverts commit 326e511.
    Edoardo Pirovano committed Mar 1, 2022

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    07990f0 View commit details

Commits on Feb 28, 2022

  1. Add retryDelay and a type cast to make it work.

    Chris Gavin committed Feb 28, 2022

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    938e0a0 View commit details
  2. Retry directory deletion to avoid Windows file locking issues.

    Co-authored-by: Andrew Eisenberg <aeisenberg@github.com>
    Chris Gavin and Andrew Eisenberg committed Feb 28, 2022

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    d63f798 View commit details
  3. Delete the results directory in between runs.

    Chris Gavin committed Feb 28, 2022

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    86940df View commit details

Commits on Feb 25, 2022

  1. Update default CodeQL bundle version to 2.8.2

    Henning Makholm committed Feb 25, 2022
    Copy the full SHA
    162ecaf View commit details
Older