Commits
Commits on Sep 7, 2022
-
Update changelog and input descriptions
Andrew Eisenberg committedSep 7, 2022 Copy the full SHA 5dcb9deView commit details
Commits on Sep 6, 2022
-
Clarify description of
registries
inputAndrew Eisenberg committedSep 6, 2022 Copy the full SHA 376fea6View commit details -
Apply suggestions from code review
Andrew Eisenberg committedSep 6, 2022 Copy the full SHA bf97a6dView commit details
Commits on Sep 2, 2022
-
Convert from json to yaml for registries input
Andrew Eisenberg committedSep 2, 2022 Copy the full SHA abdf26cView commit details
Commits on Sep 1, 2022
-
Change to using a single input
Andrew Eisenberg committedSep 1, 2022 Copy the full SHA e9b47b1View commit details
Commits on Aug 30, 2022
-
Add support for downloading packs from GHES
This change adds: - new `registries` block allowed in code scanning config file - new `registries-auth-tokens` input in init action - Change the downloadPacks function so that it accepts new parameters: - registries block - api auth - Generate a qlconfig.yml file with the registries block if one is supplied. Use this file when downloading packs. - temporarily set the `GITHUB_TOKEN` and `CODEQL_REGISTRIES_AUTH` based on api auth TODO: 1. integration test 2. handle pack downloads when the config is generated by the CLI
Andrew Eisenberg committedAug 30, 2022 Copy the full SHA 0e98efaView commit details
Commits on Aug 10, 2022
-
Merge remote-tracking branch 'origin/main' into angelapwen/post-init-…
…cleanup
Angela P Wen committedAug 10, 2022 Copy the full SHA 90676d9View commit details
Commits on Aug 8, 2022
-
Merge remote-tracking branch 'origin/main' into angelapwen/post-init-…
…cleanup
Angela P Wen committedAug 8, 2022 Copy the full SHA 010abe7View commit details
Commits on Aug 5, 2022
-
Edoardo Pirovano committed
Aug 5, 2022 Copy the full SHA 8f867dcView commit details -
Add option to override TRAP caching feature flag
Edoardo Pirovano committedAug 5, 2022 Copy the full SHA 2d5738cView commit details
Commits on Aug 2, 2022
-
Add top level comments, rename cleanup to post
Angela P Wen committedAug 2, 2022 Copy the full SHA 44a27e6View commit details
Commits on Jul 29, 2022
-
Move logs, SARIF actions uploads to post: hooks
Angela P Wen committedJul 29, 2022 Copy the full SHA 1016ebaView commit details
Commits on Jul 1, 2022
-
Mention that debug mode is automatically enabled when step debugging on
Henry Mercer committedJul 1, 2022 Copy the full SHA 0c729c8View commit details
Commits on Mar 28, 2022
-
Use Node.js v16 in all Actions
Henry Mercer committedMar 28, 2022 Copy the full SHA 3d23aadView commit details
Commits on Feb 17, 2022
-
Revert "Use Node.js v16 in all Actions"
This reverts commit 34c777f.
Henry Mercer committedFeb 17, 2022 Copy the full SHA 21c48e7View commit details
Commits on Feb 8, 2022
-
Copy the full SHA 34c777fView commit details
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 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 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 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