Commits
a55e7e1f67
Name already in use
Commits on May 26, 2021
-
Actions: Run enterprise versions workflow only on the parent repo
Don't run the cron workflow on forks, since they lack the necessary secrets.
Aditya Sharad authored and GitHub committedMay 26, 2021
Commits on May 21, 2021
-
Merge pull request #517 from github/aibaars-additional-packs
Use --additional-packs instead of --search-path
Andrew Eisenberg authored and GitHub committedMay 21, 2021 -
Merge branch 'main' into aibaars-additional-packs
Andrew Eisenberg authored and GitHub committedMay 21, 2021 -
Merge pull request #518 from github/aibaars-no-queries
Ensure queries[language] objects are initialized
Arthur Baars authored and GitHub committedMay 21, 2021 -
Arthur Baars committed
May 21, 2021 -
Arthur Baars committed
May 21, 2021 -
Arthur Baars committed
May 21, 2021 -
Ensure queries[language] objects are initialized
Arthur Baars committedMay 21, 2021 -
Use --additional-packs instead of --search-path
Arthur Baars committedMay 21, 2021
Commits on May 20, 2021
-
Merge pull request #515 from adityasharad/analyze/summary-logging
Analyze: Improve log grouping and log the analysis summary in its own group
Aditya Sharad authored and GitHub committedMay 20, 2021 -
Fix trailing newline in package.json
As produced by npm ci && npm run removeNPMAbsolutePaths.
Aditya Sharad committedMay 20, 2021 -
Aditya Sharad committed
May 20, 2021 -
Changelog: Add note for grouping of analysis logs
Aditya Sharad committedMay 20, 2021 -
Group log messages while uploading results
Aditya Sharad committedMay 20, 2021 -
Analyze: Log the analysis summary in its own group
Fix grouping of the analysis logs, so that custom query logs also get grouped. Capture the stdout of codeql database analyze, which contains the analysis summary from summary and diagnostic queries. Log this output in its own group, along with the baseline computed in the Action.
Aditya Sharad committedMay 20, 2021 -
Merge pull request #514 from github/aeisenberg/first-changelog-entry
Add the first changelog entry
Andrew Eisenberg authored and GitHub committedMay 20, 2021 -
(Adding the changelog itself.)
Andrew Eisenberg committedMay 20, 2021
Commits on May 19, 2021
-
Merge pull request #507 from github/aeisenberg/changelog
Add a changelog
Andrew Eisenberg authored and GitHub committedMay 19, 2021 -
Merge branch 'main' into aeisenberg/changelog
Andrew Eisenberg authored and GitHub committedMay 19, 2021 -
Co-authored-by: Aditya Sharad <6874315+adityasharad@users.noreply.github.com>
2 people authored and GitHub committedMay 19, 2021 -
Adds an empty changelog file and a reminder to update it when opening pull requests. Also, adds a 1.0.0 version number in the package.json, which is what we _could_ use for version numbering.
Andrew Eisenberg committedMay 19, 2021 -
Merge pull request #487 from RA80533/chore/--build
Use `--build`
Andrew Eisenberg authored and GitHub committedMay 19, 2021 -
Merge branch 'main' into chore/--build
Andrew Eisenberg authored and GitHub committedMay 19, 2021 -
RA80533 authored and RA80533 committed
May 19, 2021
Commits on May 17, 2021
-
Add configuration option to set CodeQL DB location
Edoardo Pirovano authored and Edoardo Pirovano committedMay 17, 2021 -
Merge pull request #506 from github/hmakholm/pr/2.5.5
Update CodeQL bundle to 20210517 / 2.5.5
Henning Makholm authored and GitHub committedMay 17, 2021 -
Update CodeQL bundle to 20210517 / 2.5.5
Henning Makholm committedMay 17, 2021
Commits on May 14, 2021
-
Merge pull request #503 from github/hmakholm/pr/warn-magic-names
Add warnings about CLI hack to codeql.ts
Henning Makholm authored and GitHub committedMay 14, 2021 -
Add warnings about CLI hack to codeql.ts
These warnings refer to a hack that was added to the CLI in https://github.com/github/semmle-code/pull/39335 They can be removed again once the CLI has a more principled way for the CLI to recognize that it's being invoked by the runner/action.
Henning Makholm committedMay 14, 2021
Commits on May 13, 2021
-
Merge pull request #501 from github/aeisenberg/add-task
Add a tasks.json
Andrew Eisenberg authored and GitHub committedMay 13, 2021 -
Merge branch 'main' into aeisenberg/add-task
Andrew Eisenberg authored and GitHub committedMay 13, 2021 Copy the full SHA da06f4fView commit details -
Merge pull request #500 from github/aeisenberg/paths-include
Change include path for lines of code counting
Andrew Eisenberg authored and GitHub committedMay 13, 2021 Copy the full SHA 6a0bd27View commit details -
Change include path for lines of code counting
Previously, we were always using `**` in the include path. the effect of this was to always count lines in the entire repository unless explicitly added to the paths-ignore. This was incorrect behaviour. Now we only using `**` if the include path is otherwise empty.
Andrew Eisenberg committedMay 13, 2021 Copy the full SHA 8e61fc2View commit details -
Merge pull request #502 from github/aeisenberg/metric-id
Use the prefix id for keying into metrics rules
Andrew Eisenberg authored and GitHub committedMay 13, 2021 Copy the full SHA a77f6b0View commit details -
Merge branch 'main' into aeisenberg/metric-id
Andrew Eisenberg authored and GitHub committedMay 13, 2021 Copy the full SHA 8c963eaView commit details