Skip to content

Commits

Permalink
aae4713a4d
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 Nov 10, 2020

  1. detect Agent.Worker.exe

    Robert committed Nov 10, 2020
    Copy the full SHA
    aae4713 View commit details
  2. Merge pull request #296 from 0xflotus/patch-1

    fix: small typo in import-action-entrypoint.ql
    Robert authored and GitHub committed Nov 10, 2020
    Copy the full SHA
    409b71a View commit details

Commits on Nov 9, 2020

  1. fix: small typo in import-action-entrypoint.ql

    0xflotus authored and GitHub committed Nov 9, 2020
    Copy the full SHA
    1870040 View commit details
  2. Merge pull request #294 from github/rneatherway/bump-codeql-20201106

    Update default CodeQL bundle version
    Robin Neatherway authored and GitHub committed Nov 9, 2020
    Copy the full SHA
    4b301bd View commit details
  3. Update default CodeQL bundle version

    Robin Neatherway committed Nov 9, 2020
    Copy the full SHA
    ab40235 View commit details

Commits on Nov 5, 2020

  1. Merge pull request #291 from github/simon-engledew/output-codeql-path

    Add a codeql-path output to the init action
    Simon Engledew authored and GitHub committed Nov 5, 2020
    Copy the full SHA
    f13bd45 View commit details
  2. Remove output from README

    As this is an advanced usage it makes more sense to work to getting this included in the documentation instead.
    Simon Engledew committed Nov 5, 2020
    Copy the full SHA
    f761241 View commit details

Commits on Nov 4, 2020

  1. Expand readme to include codeql-path output example

    Also add example from README into workflow to confirm it is accurate.
    Simon Engledew committed Nov 4, 2020
    Copy the full SHA
    c87f302 View commit details
  2. Move setOutput into try block in case it errors

    Simon Engledew committed Nov 4, 2020
    Copy the full SHA
    54f3e52 View commit details
  3. Fix indentation for action output

    Co-authored-by: Chris Gavin <chris@chrisgavin.me>
    Simon Engledew and Chris Gavin committed Nov 4, 2020
    Copy the full SHA
    ff6db59 View commit details
  4. Add codeql-path to README (wip)

    Simon Engledew committed Nov 4, 2020
    Copy the full SHA
    77f914a View commit details
  5. Use codeql-path output in python-deps workflow

    Simon Engledew committed Nov 4, 2020
    Copy the full SHA
    c213a7c View commit details
  6. Report the path of CodeQL as an output

    Simon Engledew committed Nov 4, 2020
    Copy the full SHA
    854109f View commit details
  7. Merge pull request #289 from github/simon-engledew/fix-act-local

    Fix invalid API call when running locally
    Simon Engledew authored and GitHub committed Nov 4, 2020
    Copy the full SHA
    0ed3207 View commit details
  8. Merge branch 'main' into simon-engledew/fix-act-local

    Simon Engledew authored and GitHub committed Nov 4, 2020
    Copy the full SHA
    df843a2 View commit details
  9. Remove unnecessary env manipulation

    testing-utils.ts / setupTests() already stores and restores the env
    Simon Engledew committed Nov 4, 2020
    Copy the full SHA
    1c8d72e View commit details
  10. Fix invalid API call when running locally

    The method getAnalysisKey would call getWorkflowPath and raise an API Error.
    
    This change follows the pattern in prepareLocalRunEnvironment to set a dummy value for the required environment variable, therefore shortcutting the API request.
    Simon Engledew committed Nov 4, 2020
    Copy the full SHA
    5c0e2f9 View commit details
  11. Merge pull request #288 from github/tweak-bump-supported-versions

    Make a few small tweaks to the update-supported-enterprise-server-versions script.
    Chris Gavin authored and GitHub committed Nov 4, 2020
    Copy the full SHA
    b6989db View commit details
  12. Merge branch 'main' into tweak-bump-supported-versions

    Chris Gavin authored and GitHub committed Nov 4, 2020
    Copy the full SHA
    813b523 View commit details

Commits on Nov 3, 2020

  1. Add the --threads config option to finalize db (#281)

    This flag is already being used for `runQueries`, so let's use it for
    finalize as well.
    Andrew Eisenberg authored and GitHub committed Nov 3, 2020
    Copy the full SHA
    bc1ee16 View commit details
  2. Merge pull request #287 from github/disable-gpgsign-in-tests

    Disable gpg key signing in tests
    Simon Engledew authored and GitHub committed Nov 3, 2020
    Copy the full SHA
    a6c99e6 View commit details
  3. Merge branch 'main' into disable-gpgsign-in-tests

    Simon Engledew authored and GitHub committed Nov 3, 2020
    Copy the full SHA
    d7bd6e3 View commit details
  4. Copy the full SHA
    4ffed26 View commit details
  5. Fix a copy and pasted job name.

    Chris Gavin committed Nov 3, 2020
    Copy the full SHA
    beac9d5 View commit details
  6. Merge pull request #285 from github/check-api-version

    Log a warning if the API version is not supported.
    Chris Gavin authored and GitHub committed Nov 3, 2020
    Copy the full SHA
    1364a74 View commit details
  7. Copy the full SHA
    b16110e View commit details
  8. Disable gpg key signing in tests

    This avoids a popup appearing if your GPG key has a passphrase and ensures the tests still pass even if GPG is misconfigured.
    Simon Engledew committed Nov 3, 2020
    Copy the full SHA
    efc3797 View commit details

Commits on Nov 2, 2020

  1. Merge main into check-api-version.

    Chris Gavin committed Nov 2, 2020
    Copy the full SHA
    5e2fa08 View commit details
  2. Only log the version warning once on Actions even if the Action is in…

    …voked multiple times.
    Chris Gavin committed Nov 2, 2020
    Copy the full SHA
    1a4385d View commit details
  3. Copy the full SHA
    865b4bd View commit details
  4. Use an undefined check rather than hasOwnProperty.

    Chris Gavin committed Nov 2, 2020

    Unverified

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

Commits on Oct 30, 2020

  1. Merge pull request #274 from github/jhutchings1-patch-1

    Change to the latest support link
    Robert authored and GitHub committed Oct 30, 2020

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    9a0139e View commit details
  2. Merge branch 'main' into jhutchings1-patch-1

    Robert authored and GitHub committed Oct 30, 2020

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    736f65d View commit details
  3. Merge pull request #272 from sonicdoe/patch-1

    Fix alignment of cron comment
    Robert authored and GitHub committed Oct 30, 2020
    Copy the full SHA
    7d5b76a View commit details
  4. Merge branch 'main' into patch-1

    Robert authored and GitHub committed Oct 30, 2020
    Copy the full SHA
    fb10307 View commit details
Older