Commits
Commits on Sep 8, 2021
-
Edoardo Pirovano committed
Sep 8, 2021 Unverified
No user is associated with the committer email.Copy the full SHA 444316bView commit details
Commits on Sep 1, 2021
-
Merge branch 'main' into aeisenberg/pr-check-names
Andrew Eisenberg committedSep 1, 2021 Copy the full SHA e22a6cdView commit details -
Merge branch 'main' into aeisenberg/pr-check-names
Andrew Eisenberg authored and GitHub committedSep 1, 2021 Unverified
No user is associated with the committer email.Copy the full SHA 2ba7208View commit details -
Try the nightly build for packaging integration tests
Andrew Eisenberg committedSep 1, 2021 Copy the full SHA d1ff4d6View commit details
Commits on Aug 26, 2021
-
Update integration test pack versions
Andrew Eisenberg committedAug 26, 2021 Copy the full SHA e833d6eView commit details
Commits on Aug 25, 2021
-
Andrew Eisenberg committed
Aug 25, 2021 Copy the full SHA 1785bbbView commit details -
Merge branch 'main' into cli-version
Henry Mercer authored and GitHub committedAug 25, 2021 Unverified
No user is associated with the committer email.Copy the full SHA a062fc9View commit details
Commits on Aug 24, 2021
-
Edoardo Pirovano committed
Aug 24, 2021 Unverified
No user is associated with the committer email.Copy the full SHA 132e08aView commit details
Commits on Aug 18, 2021
-
Test against oldest supported version
Edoardo Pirovano committedAug 18, 2021 Unverified
No user is associated with the committer email.Copy the full SHA e70ec1dView commit details
Commits on Aug 11, 2021
-
Always run
codeql (latest)
job on PRs so we can make it requiredHenry Mercer committedAug 11, 2021 Copy the full SHA bc33041View commit details -
Henry Mercer committed
Aug 11, 2021 Copy the full SHA c7203c9View commit details -
Reduce the number of PR checks that are run on
push
If we're running on push, then we can reintroduce the logic that skips running with `tools: latest` when it would be the same as running with `tools: null`.
Henry Mercer committedAug 11, 2021 Copy the full SHA b19f1f9View commit details -
Always run the
latest
tools PR checks so we can make them requiredHenry Mercer committedAug 11, 2021 Copy the full SHA 743d8dfView commit details
Commits on Aug 9, 2021
-
Updates the permissions block to be minimal
And adds a permissions block to the README.
Andrew Eisenberg committedAug 9, 2021 Copy the full SHA 2175328View commit details -
Add PR check job for Ruby beta
Add a separate job that analyses the multilanguage test repo's Ruby code. For now, run this only with the latest released CodeQL build from defaults.json. The cached builds and nightly builds don't support Ruby yet. In future, we can update this and other PR checks to test a wider range of cases.
Aditya Sharad committedAug 9, 2021 Unverified
No user is associated with the committer email.Copy the full SHA 53cfc95View commit details
Commits on Aug 3, 2021
-
Add ready_for_review type to pull_request trigger types
This runs checks on reopened draft PRs to support triggering PR checks on draft PRs that were opened by other workflows.
Henry Mercer committedAug 3, 2021 Copy the full SHA 2632b65View commit details -
Create PRs as drafts to prompt maintainers to trigger PR checks
PR checks won't be triggered on PRs created by Actions workflows. Therefore mark PRs created by workflows as draft to prompt maintainers to take the PR out of draft, thereby triggering PR checks.
Henry Mercer committedAug 3, 2021 Copy the full SHA 7eb261eView commit details
Commits on Aug 2, 2021
-
Edoardo Pirovano committed
Aug 2, 2021 Unverified
No user is associated with the committer email.Copy the full SHA 2ea04f7View commit details
Commits on Jul 27, 2021
Commits on Jul 26, 2021
-
Edoardo Pirovano committed
Jul 26, 2021 Unverified
No user is associated with the committer email.Copy the full SHA 554f1b3View commit details -
Address PR comments from @robertbrignull
Edoardo Pirovano authored and Edoardo Pirovano committedJul 26, 2021 Copy the full SHA 934fb86View commit details -
Enable dependabot automatic updates
Edoardo Pirovano committedJul 26, 2021 Unverified
No user is associated with the committer email.Copy the full SHA e145aa4View commit details
Commits on Jul 2, 2021
-
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 -
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
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
Commits on Jun 30, 2021
-
Remove a TODO and use defautl tools option
Andrew Eisenberg committedJun 30, 2021 Copy the full SHA 0792832View commit details
Commits on Jun 28, 2021
-
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