Commits
a607042aab
Name already in use
Commits on Jun 30, 2021
-
Recompile code after accepting suggestions from PR #607 review
Mario Campos committedJun 30, 2021 Copy the full SHA a607042View commit details -
Use path.resolve instead of path.join for sourceRoot
Thanks to @aibaars, `path.resolve()` should will nicely handle more use-cases, namely absolute paths better than `path.join()`. Co-authored-by: Arthur Baars <aibaars@github.com>
2 people authored and GitHub committedJun 30, 2021 Unverified
No user is associated with the committer email.Copy the full SHA 35e1b55View commit details -
Refer to $GITHUB_WORKSPACE specifically in source-root description
Previously, I had tried to refer to '${{ github.workspace }}', but that caused a problem in Actions. Trying to avoid the issue, I changed this to "the workspace," but this gives up quite a bit of specificity. Co-authored-by: Arthur Baars <aibaars@github.com>
2 people authored and GitHub committedJun 30, 2021 Unverified
No user is associated with the committer email.Copy the full SHA 66df091View commit details
Commits on Jun 29, 2021
-
Recompile JS files to bring JS inline with TS for PR #607
Mario Campos committedJun 29, 2021 Copy the full SHA e1cd524View commit details -
Mario Campos committed
Jun 29, 2021 Copy the full SHA 57f584aView commit details -
Remove '${{ github.workspace }}' from action.yml
It causes the action to break (or rather that context being unavailable causes it to fail), despite it being in the description field.
Mario Campos committedJun 29, 2021 Copy the full SHA a05a7f9View commit details -
Make 'source-root' init input relative to github.workspace
In the previous commit, the default value of the input is ${{ github.workspace }} which means that most uses of this input would probably prefix their paths with ${{ github.workspace }}, especially since actions/checkout's 'path' input must be under ${{ github.workspace }}. Therefore, it doesn't make much sense for this to be an absolute file path. Instead, it's more intuitive to make this relative to the repository.
Mario Campos committedJun 29, 2021 Copy the full SHA 337ae83View commit details -
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 committedJun 29, 2021 Copy the full SHA 42babdfView commit details
Commits on Jun 28, 2021
-
Merge pull request #606 from edoardopirovano/local-bundle
Allow local instead of downloaded CodeQL
Edoardo Pirovano authored and GitHub committedJun 28, 2021 Unverified
No user is associated with the committer email.Copy the full SHA c357ca7View commit details -
Merge branch 'main' into local-bundle
Edoardo Pirovano authored and GitHub committedJun 28, 2021 Unverified
No user is associated with the committer email.Copy the full SHA d9050f4View commit details -
Edoardo Pirovano committed
Jun 28, 2021 Unverified
No user is associated with the committer email.Copy the full SHA a7dac5cView commit details -
Merge pull request #602 from edoardopirovano/split-create-analysis
Support splitting of DB creation and query execution
Edoardo Pirovano authored and GitHub committedJun 28, 2021 Unverified
No user is associated with the committer email.Copy the full SHA 53cf5d9View commit details -
Merge branch 'main' into split-create-analysis
Edoardo Pirovano authored and GitHub committedJun 28, 2021 Unverified
No user is associated with the committer email.Copy the full SHA 93214ecView commit details -
Allow local instead of downloaded CodeQL
Edoardo Pirovano committedJun 28, 2021 Unverified
No user is associated with the committer email.Copy the full SHA 8f4c2c7View commit details -
Merge pull request #600 from edoardopirovano/integration-test
Run tests against nightly CLI bundles
Edoardo Pirovano authored and GitHub committedJun 28, 2021 Unverified
No user is associated with the committer email.Copy the full SHA 24ef87cView commit details -
Run tests against nightly CLI bundles
Edoardo Pirovano committedJun 28, 2021 Unverified
No user is associated with the committer email.Copy the full SHA 9547001View commit details -
Merge pull request #605 from github/aeisenberg/pr-checks-dispatch
Allow to be run on workflow_dispatch
Edoardo Pirovano authored and GitHub committedJun 28, 2021 Unverified
No user is associated with the committer email.Copy the full SHA 4a7cc17View commit details -
Allow to be run on workflow_dispatch
Andrew Eisenberg committedJun 28, 2021 Copy the full SHA a689115View commit details -
Support splitting of DB creation and query execution
Edoardo Pirovano committedJun 28, 2021 Unverified
No user is associated with the committer email.Copy the full SHA ef852c0View commit details -
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 committedJun 28, 2021 Unverified
No user is associated with the committer email.Copy the full SHA 1e61ecbView commit details -
Merge branch 'main' into mergeback/v1.0.4-to-main-03450ff6
Edoardo Pirovano authored and GitHub committedJun 28, 2021 Unverified
No user is associated with the committer email.Copy the full SHA 8cccc06View commit details -
Merge pull request #599 from github/aeisenberg/readme-missing-analysis
Update readme to include section on missing analysis
Andrew Eisenberg authored and GitHub committedJun 28, 2021 Unverified
No user is associated with the committer email.Copy the full SHA 3a8e184View commit details -
github-actions[bot] committed
Jun 28, 2021 Copy the full SHA 5c3c29fView commit details -
Update changelog and version after v1.0.4
github-actions[bot] committedJun 28, 2021 Copy the full SHA d11b2ceView commit details -
Merge pull request #601 from github/update-v1.0.4-7726ece0
Merge main into v1
Edoardo Pirovano authored and GitHub committedJun 28, 2021 Unverified
No user is associated with the committer email.Copy the full SHA 03450ffView commit details -
Merge branch 'main' into aeisenberg/readme-missing-analysis
Andrew Eisenberg authored and GitHub committedJun 28, 2021 Unverified
No user is associated with the committer email.Copy the full SHA 571fe40View commit details -
Edoardo Pirovano committed
Jun 28, 2021 Unverified
No user is associated with the committer email.Copy the full SHA 440ccbdView commit details -
github-actions[bot] authored and Edoardo Pirovano committed
Jun 28, 2021 Unverified
No user is associated with the committer email.Copy the full SHA 6017205View commit details
Commits on Jun 25, 2021
-
Merge pull request #591 from github/aeisenberg/pack-in-inputs
Add new `packs` input to init action
Andrew Eisenberg authored and GitHub committedJun 25, 2021 Unverified
No user is associated with the committer email.Copy the full SHA 7726eceView commit details -
Update readme to include section on missing analysis
Fixes #598
Andrew Eisenberg committedJun 25, 2021 Copy the full SHA 7c391e9View commit details -
Merge branch 'main' into aeisenberg/pack-in-inputs
Andrew Eisenberg authored and GitHub committedJun 25, 2021 Unverified
No user is associated with the committer email.Copy the full SHA 67312dfView commit details -
Add extra integration test for packaging
Also, update the options and inputs documentation.
Andrew Eisenberg committedJun 25, 2021 Copy the full SHA 4087f37View commit details -
Edoardo Pirovano authored and Edoardo Pirovano committed
Jun 25, 2021 Copy the full SHA 85ac9feView commit details
Commits on Jun 24, 2021
-
Improve error messages from CLI invocations
Edoardo Pirovano authored and Edoardo Pirovano committedJun 24, 2021 Copy the full SHA 40852faView commit details -
Merge pull request #594 from github/simon-engledew/fix-runner-temp-mi…
…ssing Restore original getCodeQLActionRepository behaviour
Andrew Eisenberg authored and GitHub committedJun 24, 2021 Unverified
No user is associated with the committer email.Copy the full SHA db80a9aView commit details