Commits
Commits on Jan 7, 2022
-
Make name of debugging artifact and DB within it configurable
Edoardo Pirovano committedJan 7, 2022 Copy the full SHA e677af3View commit details
Commits on Nov 1, 2021
-
Add an option to upload some debugging artifacts
Edoardo Pirovano committedNov 1, 2021 Copy the full SHA bc31f60View commit details
Commits on Oct 28, 2021
-
Add RAM and threads options to init action
Chuan-kai Lin committedOct 28, 2021 Copy the full SHA 70b730eView commit details
Commits on Jun 30, 2021
-
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
-
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 Unverified
No user is associated with the committer email.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 Unverified
No user is associated with the committer email.Copy the full SHA 42babdfView commit details
Commits on Jun 25, 2021
-
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
Commits on Jun 23, 2021
-
Add new
packs
input to init actionThis input allows users to specify which packs to run. It works in unison with the packs block of the config file and it is similar to how `queries` works. They both use `+` in the same way. Note that the `#TODO` in the pr check is still around, but the CLI is available. I will remove the TODO in the next commit.
Andrew Eisenberg committedJun 23, 2021 Copy the full SHA 6e577cfView commit details
Commits on May 17, 2021
-
Add configuration option to set CodeQL DB location
Edoardo Pirovano authored and Edoardo Pirovano committedMay 17, 2021 Copy the full SHA 79c79f1View commit details
Commits on Jan 12, 2021
-
Robert committed
Jan 12, 2021 Copy the full SHA 97a70e6View commit details
Commits on Nov 13, 2020
-
Co-authored-by: Sam Partington <sampart@github.com>
2 people authored and GitHub committedNov 13, 2020 Copy the full SHA e3a9a7aView commit details -
Don't use the word "trace" in log messages
Robert committedNov 13, 2020 Copy the full SHA 4d8912dView commit details
Commits on Nov 4, 2020
-
Fix indentation for action output
Co-authored-by: Chris Gavin <chris@chrisgavin.me>
Simon Engledew and Chris Gavin committedNov 4, 2020 Copy the full SHA ff6db59View commit details -
Report the path of CodeQL as an output
Simon Engledew committedNov 4, 2020 Copy the full SHA 854109fView commit details
Commits on Sep 11, 2020
-
David Verdeguer committed
Sep 11, 2020 Copy the full SHA 8cea215View commit details
Commits on Aug 28, 2020
-
Allow "additive" queries in workflow by prefixing with "+"
See discussion on https://github.com/github/code-scanning/issues/1446
Sam Partington committedAug 28, 2020 Copy the full SHA 82000c2View commit details
Commits on Aug 25, 2020
-
Merge branch 'main' into query-overriding
Sam Partington committedAug 25, 2020 Copy the full SHA e997bdfView commit details -
Merge branch 'main' into query-overriding
Sam Partington committedAug 25, 2020 Copy the full SHA bdfd482View commit details
Commits on Aug 24, 2020
-
rename the action entrypoint files
Robert Brignull committedAug 24, 2020 Copy the full SHA 9e342a9View commit details
Commits on Aug 17, 2020
-
Improve description of queries property
Co-authored-by: Alistair Christie <54933897+hubwriter@users.noreply.github.com>
2 people authored and GitHub committedAug 17, 2020 Copy the full SHA 517d9faView commit details
Commits on Jul 27, 2020
-
Add new input to the init action configuration
Sam Partington committedJul 27, 2020 Copy the full SHA f03827dView commit details
Commits on Jul 24, 2020
-
Search for the CodeQL bundle in multiple places.
Chris Gavin committedJul 24, 2020 Copy the full SHA 813cb04View commit details
Commits on Jun 30, 2020
-
Robert authored and GitHub committed
Jun 30, 2020 Copy the full SHA 04b2540View commit details
Commits on Jun 15, 2020
-
add matrix input to init action
Robert Brignull committedJun 15, 2020 Copy the full SHA b97097aView commit details
Commits on Jun 1, 2020
-
Robert Brignull committed
Jun 1, 2020 Copy the full SHA 30f7117View commit details
Commits on Apr 28, 2020
-
Initial commit (from f5274cbdce4ae7c9e4b937dcdf95ac70ae436d5f)
anaarmas committedApr 28, 2020 Copy the full SHA 28ccc3dView commit details