Skip to content

Commits

Permalink
ed9506bbaf
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 Jan 18, 2023

  1. Copy the full SHA
    ed9506b View commit details
  2. Fix linter errors

    Henry Mercer committed Jan 18, 2023
    Copy the full SHA
    10695e6 View commit details
  3. Upgrade TypeScript to 9.2.0

    Henry Mercer committed Jan 18, 2023
    Copy the full SHA
    5f644f9 View commit details
  4. Merge pull request #1483 from github/henrymercer/remove-v1-checks

    Remove PR checks for v1
    Henry Mercer authored and GitHub committed Jan 18, 2023

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    40a7518 View commit details
  5. Merge pull request #1482 from github/henrymercer/remove-v1-from-relea…

    …se-process
    
    Remove v1 from the release process
    Henry Mercer authored and GitHub committed Jan 18, 2023

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    48ae299 View commit details
  6. Merge pull request #1490 from github/mergeback/v2.1.39-to-main-a34ca99b

    Mergeback v2.1.39 refs/heads/releases/v2 into main
    Henry Mercer authored and GitHub committed Jan 18, 2023

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    16d8967 View commit details
  7. Update checked-in dependencies

    github-actions[bot] committed Jan 18, 2023
    Copy the full SHA
    6d37d75 View commit details
  8. Update changelog and version after v2.1.39

    github-actions[bot] committed Jan 18, 2023
    Copy the full SHA
    bb36dc4 View commit details
  9. Merge pull request #1489 from github/update-v2.1.39-597c2041

    Merge main into releases/v2
    Henry Mercer authored and GitHub committed Jan 18, 2023

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    a34ca99 View commit details
  10. Update changelog for v2.1.39

    github-actions[bot] committed Jan 18, 2023
    Copy the full SHA
    48fa828 View commit details
  11. Merge pull request #1481 from github/henrymercer/discontinue-v1

    Update deprecation notice to state that CodeQL Action v1 is discontinued
    Henry Mercer authored and GitHub committed Jan 18, 2023

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    597c204 View commit details
  12. Merge pull request #1487 from github/aeisenberg/queries-check

    Fix a bug in cli config parsing
    Andrew Eisenberg authored and GitHub committed Jan 18, 2023

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    e0fd640 View commit details
  13. Merge pull request #1486 from github/update-supported-enterprise-serv…

    …er-versions
    
    Update supported GitHub Enterprise Server versions.
    Henry Mercer authored and GitHub committed Jan 18, 2023

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    d731c01 View commit details
  14. Add link to new changelog post

    Henry Mercer committed Jan 18, 2023
    Copy the full SHA
    6dfc772 View commit details
  15. Merge branch 'main' into henrymercer/discontinue-v1

    Henry Mercer authored and GitHub committed Jan 18, 2023

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    60e58b4 View commit details
  16. Fix a bug in cli config parsing

    When the config specifies queries in external repositories and no other
    queries and cli config parsing is enabled, the analyze job is not able
    to find any queries to run and it fails. This PR fixes the problem.
    
    Also add some logging statements when writing a copy of the user config
    file.
    Andrew Eisenberg committed Jan 18, 2023
    Copy the full SHA
    9b1206e View commit details
  17. Merge pull request #1485 from github/aeisenberg/comitoid-message

    Hide error message and stack for non-error
    Andrew Eisenberg authored and GitHub committed Jan 18, 2023

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    40cfcb0 View commit details
  18. Copy the full SHA
    e199504 View commit details

Commits on Jan 17, 2023

  1. Update src/actions-util.ts

    Co-authored-by: Angela P Wen <angelapwen@github.com>
    Andrew Eisenberg and Angela P Wen committed Jan 17, 2023
    Copy the full SHA
    e6e3bf4 View commit details
  2. Update changelog

    Andrew Eisenberg committed Jan 17, 2023
    Copy the full SHA
    5b9b480 View commit details
  3. Hide error message and stack for non-error

    Avoid printing the error message and stack when we fail to find the
    commit. This will happen in several non-error states (e.g.,
    when there is no repository checked out at the CWD). Move the
    error message to a debug message so that it is still available
    if someone really wants to see it.
    Andrew Eisenberg committed Jan 17, 2023
    Copy the full SHA
    b625b62 View commit details

Commits on Jan 16, 2023

  1. Remove PR checks for v1

    Henry Mercer committed Jan 16, 2023
    Copy the full SHA
    e530813 View commit details
  2. Update mergeback workflow

    Henry Mercer committed Jan 16, 2023
    Copy the full SHA
    5fe1a9b View commit details
  3. Update release workflow

    Henry Mercer committed Jan 16, 2023
    Copy the full SHA
    ba674fb View commit details
  4. Migrate release script to template strings

    Henry Mercer committed Jan 16, 2023
    Copy the full SHA
    e0b20ee View commit details
  5. Remove v1 only parts of release script

    Henry Mercer committed Jan 16, 2023
    Copy the full SHA
    218d40d View commit details
  6. Add changelog note

    Henry Mercer committed Jan 16, 2023
    Copy the full SHA
    28c93a0 View commit details
  7. Add a notice that CodeQL Action v1 is discontinued

    Henry Mercer committed Jan 16, 2023
    Copy the full SHA
    4b40a3a View commit details
  8. Merge pull request #1431 from github/rasmuswl/poetry-always-install-pip

    python-setup: Handle poetry `virtualenvs.options.no-pip = true`
    Rasmus Wriedt Larsen authored and GitHub committed Jan 16, 2023

    Unverified

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

Commits on Jan 13, 2023

  1. python-setup: Fix site-package selection for unix

    Rasmus Wriedt Larsen committed Jan 13, 2023

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    5ed1e98 View commit details
  2. npm run build

    Rasmus Wriedt Larsen committed Jan 13, 2023

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    4bd9723 View commit details
  3. python-setup: Make debug printing more obvious

    Rasmus Wriedt Larsen committed Jan 13, 2023

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    2f6d174 View commit details
  4. python-setup: Fix site-packages selection without pip for Windows

    Rasmus Wriedt Larsen committed Jan 13, 2023

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    2649b66 View commit details
  5. python-setup: Fix for python2

    Rasmus Wriedt Larsen committed Jan 13, 2023

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    b810730 View commit details
  6. Fix prettier problem

    Rasmus Wriedt Larsen committed Jan 13, 2023

    Unverified

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