Commits
cc14f298d6
Name already in use
Commits on Jul 13, 2021
-
Install Python tools on self-hosted runners
Edoardo Pirovano committedJul 13, 2021 Unverified
No user is associated with the committer email.Copy the full SHA cc14f29View commit details -
Merge pull request #607 from mario-campos/source-root-input
Add a 'source-root' input to the init Action
Arthur Baars authored and GitHub committedJul 13, 2021 Unverified
No user is associated with the committer email.Copy the full SHA 3b017efView commit details -
Merge branch 'main' into source-root-input
Arthur Baars authored and GitHub committedJul 13, 2021 Unverified
No user is associated with the committer email.Copy the full SHA 9932052View commit details
Commits on Jul 12, 2021
-
Merge pull request #617 from github/mergeback/v1.0.5-to-main-500dad96
Mergeback v1.0.5 refs/heads/v1 into main
Andrew Eisenberg authored and GitHub committedJul 12, 2021 Unverified
No user is associated with the committer email.Copy the full SHA 27e3080View commit details -
github-actions[bot] committed
Jul 12, 2021 Copy the full SHA 92df238View commit details -
Update changelog and version after v1.0.5
github-actions[bot] committedJul 12, 2021 Copy the full SHA a10ed6cView commit details -
Merge pull request #616 from github/update-v1.0.5-1c26d408
Merge main into v1
Aditya Sharad authored and GitHub committedJul 12, 2021 Unverified
No user is associated with the committer email.Copy the full SHA 500dad9View commit details -
github-actions[bot] committed
Jul 12, 2021 Copy the full SHA aa03f9bView commit details
Commits on Jul 2, 2021
-
Merge branch 'main' into source-root-input
Mario Campos authored and GitHub committedJul 2, 2021 Unverified
No user is associated with the committer email.Copy the full SHA a4a91a8View commit details -
Add analyze step to 'source-root' input test case
Co-authored-by: Aditya Sharad <6874315+adityasharad@users.noreply.github.com>
2 people authored and GitHub committedJul 2, 2021 Unverified
No user is associated with the committer email.Copy the full SHA 06c6845View commit details -
Merge pull request #613 from github/hmakholm/pr/2.5.7
Update CodeQL bundle to 20210702 / 2.5.7
Henning Makholm authored and GitHub committedJul 2, 2021 Unverified
No user is associated with the committer email.Copy the full SHA 1c26d40View commit details -
Test presence of database instead of results of analysis
This is for PR #607, 'source-root' input test case.
Mario Campos committedJul 2, 2021 Copy the full SHA b9217caView commit details -
Update CodeQL bundle to 20210702 / 2.5.7
Henning Makholm committedJul 2, 2021 Copy the full SHA 870e8e3View commit details
Commits on Jul 1, 2021
-
Remove build.sh step from 'source-root' test
As this test is using only JS, it's not necessary to compile or analyze the other languages.
Mario Campos committedJul 1, 2021 Copy the full SHA 2c0da4bView commit details -
Rename CodeQL action paths in 'source-root' test to reflect repo paths
Mario Campos committedJul 1, 2021 Copy the full SHA 12f1cffView commit details -
Merge branch 'source-root-input' of github.com:mario-campos/codeql-ac…
…tion into source-root-input
Mario Campos committedJul 1, 2021 Copy the full SHA 2ca807cView commit details -
Avoid moving repo files out of \$GITHUB_WORKSPACE in 'source-root' test
Moving the files into ../action was causing the job to fail because it couldn't find the test directory anymore. According to @adityasharad, these 'mv's should not be necessary. Removing these means changing the path to the actions. I'm also removing the 'config-file' input to keep the test minimal. I think this will mean that CodeQL will use the default query suite, so I hope that this doesn't change the results.
Mario Campos committedJul 1, 2021 Copy the full SHA 1c69faeView commit details -
Delete 'packaing' from source-root test job name
The test is not related to packaging. Co-authored-by: Aditya Sharad <6874315+adityasharad@users.noreply.github.com>
2 people authored and GitHub committedJul 1, 2021 Unverified
No user is associated with the committer email.Copy the full SHA 67d6f79View commit details -
Use different config file for testing 'source-root' input
This config file 'ought to have some queries good for testing!
Mario Campos committedJul 1, 2021 Copy the full SHA 028f98fView commit details -
Add test case for 'source-root' input to 'init' Action
Mario Campos committedJul 1, 2021 Copy the full SHA c78fb87View commit details -
Clarify 'source-root' description to include default path
This addresses @adityasharad's suggestions in PR #607.
Mario Campos committedJul 1, 2021 Copy the full SHA 45c0f11View commit details -
Merge branch 'main' into source-root-input
Aditya Sharad authored and GitHub committedJul 1, 2021 Unverified
No user is associated with the committer email.Copy the full SHA c6728b6View commit details
Commits on Jun 30, 2021
-
Merge pull request #609 from github/aeisenberg/use-default-tools
Remove a TODO and use defautl tools option
Andrew Eisenberg authored and GitHub committedJun 30, 2021 Unverified
No user is associated with the committer email.Copy the full SHA fd614e5View commit details -
Remove a TODO and use defautl tools option
Andrew Eisenberg committedJun 30, 2021 Copy the full SHA 0792832View commit details -
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 -
Merge pull request #608 from github/aeisenberg/baseline-message
Clarify missing LoC baseline message
Andrew Eisenberg authored and GitHub committedJun 30, 2021 Unverified
No user is associated with the committer email.Copy the full SHA c6b33b9View commit details -
Andrew Eisenberg committed
Jun 30, 2021 Copy the full SHA d939c4bView commit details -
Clarify missing LoC baseline message
Andrew Eisenberg committedJun 30, 2021 Copy the full SHA 68f742bView 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