Skip to content

Commits

Permalink
42babdf2c1
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 Jun 29, 2021

  1. Add 'source-root' input to init action

    This input is exposed in the CodeQL CLI as the flag --source-root, allowing
    users of the CLI to set --source-root different from --working-dir. However,
    in codeql-action, these two paths are conflated and it poses problems for
    users with complicated build environments, in which a source root may be
    a child of the working directory.
    
    Most users should not notice this, as the default value is
    ${{ github.workspace }}, as it is implied now (`path.resolve()`).
    Mario Campos committed Jun 29, 2021
    Copy the full SHA
    42babdf View commit details

Commits on Jun 28, 2021

  1. Merge pull request #606 from edoardopirovano/local-bundle

    Allow local instead of downloaded CodeQL
    Edoardo Pirovano authored and GitHub committed Jun 28, 2021
    Copy the full SHA
    c357ca7 View commit details
  2. Merge branch 'main' into local-bundle

    Edoardo Pirovano authored and GitHub committed Jun 28, 2021
    Copy the full SHA
    d9050f4 View commit details
  3. Address PR comment.

    Edoardo Pirovano committed Jun 28, 2021
    Copy the full SHA
    a7dac5c View commit details
  4. Merge pull request #602 from edoardopirovano/split-create-analysis

    Support splitting of DB creation and query execution
    Edoardo Pirovano authored and GitHub committed Jun 28, 2021
    Copy the full SHA
    53cf5d9 View commit details
  5. Merge branch 'main' into split-create-analysis

    Edoardo Pirovano authored and GitHub committed Jun 28, 2021
    Copy the full SHA
    93214ec View commit details
  6. Allow local instead of downloaded CodeQL

    Edoardo Pirovano committed Jun 28, 2021
    Copy the full SHA
    8f4c2c7 View commit details
  7. Merge pull request #600 from edoardopirovano/integration-test

    Run tests against nightly CLI bundles
    Edoardo Pirovano authored and GitHub committed Jun 28, 2021
    Copy the full SHA
    24ef87c View commit details
  8. Run tests against nightly CLI bundles

    Edoardo Pirovano committed Jun 28, 2021
    Copy the full SHA
    9547001 View commit details
  9. Merge pull request #605 from github/aeisenberg/pr-checks-dispatch

    Allow  to be run on workflow_dispatch
    Edoardo Pirovano authored and GitHub committed Jun 28, 2021
    Copy the full SHA
    4a7cc17 View commit details
  10. Allow to be run on workflow_dispatch

    Andrew Eisenberg committed Jun 28, 2021
    Copy the full SHA
    a689115 View commit details
  11. Support splitting of DB creation and query execution

    Edoardo Pirovano committed Jun 28, 2021
    Copy the full SHA
    ef852c0 View commit details
  12. Merge pull request #603 from github/mergeback/v1.0.4-to-main-03450ff6

    Mergeback v1.0.4 refs/heads/v1 into main
    Edoardo Pirovano authored and GitHub committed Jun 28, 2021
    Copy the full SHA
    1e61ecb View commit details
  13. Merge branch 'main' into mergeback/v1.0.4-to-main-03450ff6

    Edoardo Pirovano authored and GitHub committed Jun 28, 2021
    Copy the full SHA
    8cccc06 View commit details
  14. Merge pull request #599 from github/aeisenberg/readme-missing-analysis

    Update readme to include section on missing analysis
    Andrew Eisenberg authored and GitHub committed Jun 28, 2021
    Copy the full SHA
    3a8e184 View commit details
  15. 1.0.5

    github-actions[bot] committed Jun 28, 2021
    Copy the full SHA
    5c3c29f View commit details
  16. Update changelog and version after v1.0.4

    github-actions[bot] committed Jun 28, 2021
    Copy the full SHA
    d11b2ce View commit details
  17. Merge pull request #601 from github/update-v1.0.4-7726ece0

    Merge main into v1
    Edoardo Pirovano authored and GitHub committed Jun 28, 2021
    Copy the full SHA
    03450ff View commit details
  18. Merge branch 'main' into aeisenberg/readme-missing-analysis

    Andrew Eisenberg authored and GitHub committed Jun 28, 2021
    Copy the full SHA
    571fe40 View commit details
  19. Prepare CHANGELOG for 1.0.4

    Edoardo Pirovano committed Jun 28, 2021
    Copy the full SHA
    440ccbd View commit details
  20. 1.0.4

    github-actions[bot] authored and Edoardo Pirovano committed Jun 28, 2021
    Copy the full SHA
    6017205 View commit details

Commits on Jun 25, 2021

  1. Merge pull request #591 from github/aeisenberg/pack-in-inputs

    Add new `packs` input to init action
    Andrew Eisenberg authored and GitHub committed Jun 25, 2021
    Copy the full SHA
    7726ece View commit details
  2. Update readme to include section on missing analysis

    Fixes #598
    Andrew Eisenberg committed Jun 25, 2021
    Copy the full SHA
    7c391e9 View commit details
  3. Merge branch 'main' into aeisenberg/pack-in-inputs

    Andrew Eisenberg authored and GitHub committed Jun 25, 2021
    Copy the full SHA
    67312df View commit details
  4. Add extra integration test for packaging

    Also, update the options and inputs documentation.
    Andrew Eisenberg committed Jun 25, 2021
    Copy the full SHA
    4087f37 View commit details
  5. Remove misleading comment.

    Edoardo Pirovano authored and Edoardo Pirovano committed Jun 25, 2021
    Copy the full SHA
    85ac9fe View commit details

Commits on Jun 24, 2021

  1. Improve error messages from CLI invocations

    Edoardo Pirovano authored and Edoardo Pirovano committed Jun 24, 2021
    Copy the full SHA
    40852fa View commit details
  2. Merge pull request #594 from github/simon-engledew/fix-runner-temp-mi…

    …ssing
    
    Restore original getCodeQLActionRepository behaviour
    Andrew Eisenberg authored and GitHub committed Jun 24, 2021
    Copy the full SHA
    db80a9a View commit details
  3. Merge branch 'main' into simon-engledew/fix-runner-temp-missing

    Andrew Eisenberg authored and GitHub committed Jun 24, 2021
    Copy the full SHA
    af32a29 View commit details
  4. Merge pull request #593 from github/aibaars/ruby-is-interpreted

    Add Ruby to 'isInterpretedLanguage'
    Arthur Baars authored and GitHub committed Jun 24, 2021
    Copy the full SHA
    590c245 View commit details
  5. Add Ruby to 'isInterpretedLanguage'

    Arthur Baars committed Jun 24, 2021

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    a1f71cf View commit details
  6. Just reverse test case

    Simon Engledew committed Jun 24, 2021

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    26ade03 View commit details
  7. Restore original getCodeQLActionRepository behaviour

    Simon Engledew committed Jun 24, 2021

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    9200db3 View commit details
  8. Merge pull request #586 from edoardopirovano/csharp-loc

    Fix C# line counting and add test
    Andrew Eisenberg authored and GitHub committed Jun 24, 2021
    Copy the full SHA
    ac402bf View commit details

Commits on Jun 23, 2021

  1. Fix dependencies

    Andrew Eisenberg committed Jun 23, 2021
    Copy the full SHA
    9f37000 View commit details
Older