Skip to content

Commits

Permalink
6ddfab14f6
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 Mar 8, 2021

  1. Merge pull request #412 from github/fix-pip-url

    Fix the Pip download URL.
    Aditya Sharad authored and GitHub committed Mar 8, 2021
    Copy the full SHA
    6ddfab1 View commit details
  2. Fix the Pip download URL.

    Chris Gavin committed Mar 8, 2021
    Copy the full SHA
    039625a View commit details
  3. Merge pull request #408 from github/adityasharad/bundle/20210304

    Update CodeQL bundle to 20210304 / CLI 2.4.4
    Aditya Sharad authored and GitHub committed Mar 8, 2021
    Copy the full SHA
    ce6b93e View commit details

Commits on Mar 4, 2021

  1. Revert "Temporarily use the latest version for testing"

    This reverts commit 2f4f48f.
    Aditya Sharad committed Mar 4, 2021
    Copy the full SHA
    fb01860 View commit details
  2. Temporarily use the latest version for testing

    Aditya Sharad committed Mar 4, 2021
    Copy the full SHA
    2f4f48f View commit details
  3. Update CodeQL bundle to 20210304 / CLI 2.4.4

    Aditya Sharad committed Mar 4, 2021
    Copy the full SHA
    0ff9c44 View commit details

Commits on Mar 1, 2021

  1. Merge pull request #406 from github/simon-engledew/go-module

    Check if this mitigates the go 1.16 issue
    Simon Engledew authored and GitHub committed Mar 1, 2021
    Copy the full SHA
    bde489c View commit details
  2. Check if this mitigates the go 1.16 issue

    Simon Engledew committed Mar 1, 2021
    Copy the full SHA
    324d987 View commit details

Commits on Feb 24, 2021

  1. Merge pull request #400 from github/no-update-release-branch-on-forks

    Don't run update release branch workflow on forks.
    Chris Gavin authored and GitHub committed Feb 24, 2021
    Copy the full SHA
    964ae01 View commit details

Commits on Feb 23, 2021

  1. Don't run update release branch workflow on forks.

    Chris Gavin committed Feb 23, 2021
    Copy the full SHA
    fdf2494 View commit details

Commits on Feb 22, 2021

  1. Merge pull request #398 from github/update-supported-enterprise-serve…

    …r-versions
    
    Update supported GitHub Enterprise Server versions.
    Robert authored and GitHub committed Feb 22, 2021
    Copy the full SHA
    7f1d7b8 View commit details

Commits on Feb 20, 2021

  1. Copy the full SHA
    760681b View commit details

Commits on Feb 17, 2021

  1. Merge pull request #396 from github/adityasharad/ram-threshold

    Increase the default amount of RAM reserved for the OS
    Aditya Sharad authored and GitHub committed Feb 17, 2021
    Copy the full SHA
    bcd7b2d View commit details
  2. Merge branch 'main' into adityasharad/ram-threshold

    Aditya Sharad authored and GitHub committed Feb 17, 2021
    Copy the full SHA
    fd0ad84 View commit details
  3. Merge pull request #397 from github/robertbrignull/runner_auth

    Set externalRepoAuth
    Robert authored and GitHub committed Feb 17, 2021
    Copy the full SHA
    41b73e1 View commit details
  4. set externalRepoAuth

    Robert authored and Andrew Eisenberg committed Feb 17, 2021
    Copy the full SHA
    a265353 View commit details
  5. Merge pull request #393 from github/ghae-endpoint

    Also look for the CodeQL bundle at the custom GitHub AE endpoint.
    Chris Gavin authored and GitHub committed Feb 17, 2021
    Copy the full SHA
    f84e342 View commit details
  6. Merge branch 'main' into ghae-endpoint

    Chris Gavin authored and GitHub committed Feb 17, 2021
    Copy the full SHA
    2b1c88c View commit details

Commits on Feb 16, 2021

  1. Merge pull request #395 from github/aeisenberg/remove-external-token

    Remove --external-repository-token option from runner
    Aditya Sharad authored and GitHub committed Feb 16, 2021
    Copy the full SHA
    0ab754c View commit details
  2. Increase the default amount of RAM reserved for the OS

    Mitigation for OOM errors (137/SIGKILL) seen by users when we overcommit the available memory.
    For Unix, reserve 1GB.
    For Windows, reserve 1.5GB, as the OS needs more memory and estimates inaccurately.
    Aditya Sharad committed Feb 16, 2021
    Copy the full SHA
    4c94e29 View commit details
  3. Remove --external-repository-token option from runner

    Specifying a token as a cli input leads to a potential for leaking the
    token on CI logs. This commit removes the option. Instead, users
    should specify a single GitHub token through `--github-auth-stdin` or
    by setting the `GITHUB_TOKEN` environment variable. This token should be
    created with enough privileges to access the required repository.
    Andrew Eisenberg committed Feb 16, 2021
    Copy the full SHA
    58defc0 View commit details
  4. Add capability to specify auth from env var or stdin

    This commit adds two new ways of specifying GitHub auth:
    
    1. from the GITHUB_TOKEN environment variable
    2. from standard input
    
    This commit does not include any documentation changes and the
    descriptions of new command line options will need to be tweaked.
    Andrew Eisenberg authored and Andrew Eisenberg committed Feb 16, 2021
    Copy the full SHA
    88714e3 View commit details
  5. Merge branch 'main' into ghae-endpoint

    Chris Gavin authored and GitHub committed Feb 16, 2021
    Copy the full SHA
    3c63623 View commit details
  6. Merge pull request #394 from github/lock-bundler-version

    Lock bundler version to 2.2.9.
    Chris Gavin authored and GitHub committed Feb 16, 2021
    Copy the full SHA
    1d92248 View commit details
  7. Merge branch 'main' into lock-bundler-version

    Chris Gavin authored and GitHub committed Feb 16, 2021
    Copy the full SHA
    c6390af View commit details

Commits on Feb 15, 2021

  1. Lock bundler version to 2.2.9.

    Chris Gavin committed Feb 15, 2021
    Copy the full SHA
    f2896eb View commit details
  2. Copy the full SHA
    f8c5dac View commit details
  3. Merge pull request #385 from github/allow-override-temp

    Allow overriding path of temporary files.
    Chris Gavin authored and GitHub committed Feb 15, 2021
    Copy the full SHA
    49cb962 View commit details
  4. Merge branch 'main' into allow-override-temp

    Chris Gavin authored and GitHub committed Feb 15, 2021
    Copy the full SHA
    04d2b00 View commit details
  5. Merge pull request #392 from github/detect-ghae

    Add detection for GitHub AE.
    Chris Gavin authored and GitHub committed Feb 15, 2021
    Copy the full SHA
    3568e4a View commit details
  6. Merge main into allow-override-temp.

    Chris Gavin committed Feb 15, 2021
    Copy the full SHA
    7b72f1c View commit details
  7. Copy the full SHA
    6452109 View commit details
  8. Convert GitHub variant to an enum.

    Chris Gavin committed Feb 15, 2021

    Unverified

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

Commits on Feb 13, 2021

  1. Add detection for GitHub AE.

    Chris Gavin committed Feb 13, 2021

    Unverified

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

Commits on Feb 2, 2021

  1. Merge pull request #380 from github/remove-uploadFromActions-params

    Remove parameters from uploadFromActions
    Sam Partington authored and GitHub committed Feb 2, 2021

    Unverified

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