Skip to content

Commits

Commits on Sep 8, 2021

  1. Refactor PR checks

    Edoardo Pirovano committed Sep 8, 2021

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    444316b View commit details

Commits on Sep 1, 2021

  1. Merge branch 'main' into aeisenberg/pr-check-names

    Andrew Eisenberg committed Sep 1, 2021
    Copy the full SHA
    e22a6cd View commit details
  2. Merge branch 'main' into aeisenberg/pr-check-names

    Andrew Eisenberg authored and GitHub committed Sep 1, 2021

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    2ba7208 View commit details
  3. Try the nightly build for packaging integration tests

    Andrew Eisenberg committed Sep 1, 2021
    Copy the full SHA
    d1ff4d6 View commit details

Commits on Aug 26, 2021

  1. Update integration test pack versions

    Andrew Eisenberg committed Aug 26, 2021
    Copy the full SHA
    e833d6e View commit details

Commits on Aug 25, 2021

  1. Add names to all pr-checks

    Andrew Eisenberg committed Aug 25, 2021
    Copy the full SHA
    1785bbb View commit details
  2. Merge branch 'main' into cli-version

    Henry Mercer authored and GitHub committed Aug 25, 2021

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    a062fc9 View commit details

Commits on Aug 24, 2021

  1. Bump version of testing pack

    Edoardo Pirovano committed Aug 24, 2021

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    132e08a View commit details

Commits on Aug 18, 2021

  1. Test against oldest supported version

    Edoardo Pirovano committed Aug 18, 2021

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    e70ec1d View commit details

Commits on Aug 11, 2021

  1. Copy the full SHA
    bc33041 View commit details
  2. Fix conditional in PR checks

    Henry Mercer committed Aug 11, 2021
    Copy the full SHA
    c7203c9 View commit details
  3. 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 committed Aug 11, 2021
    Copy the full SHA
    b19f1f9 View commit details
  4. Copy the full SHA
    743d8df View commit details

Commits on Aug 9, 2021

  1. Updates the permissions block to be minimal

     And adds a permissions block to the README.
    Andrew Eisenberg committed Aug 9, 2021
    Copy the full SHA
    2175328 View commit details
  2. 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 committed Aug 9, 2021

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    53cfc95 View commit details

Commits on Aug 3, 2021

  1. 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 committed Aug 3, 2021
    Copy the full SHA
    2632b65 View commit details
  2. 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 committed Aug 3, 2021
    Copy the full SHA
    7eb261e View commit details

Commits on Aug 2, 2021

  1. Enable dependabot on runner

    Edoardo Pirovano committed Aug 2, 2021

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    2ea04f7 View commit details

Commits on Jul 27, 2021

  1. Fix typo in config file name

    Edoardo Pirovano committed Jul 27, 2021

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    69c3617 View commit details
  2. Update lockfile in mergeback

    Edoardo Pirovano committed Jul 27, 2021

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    05a53bb View commit details

Commits on Jul 26, 2021

  1. Address further PR comment

    Edoardo Pirovano committed Jul 26, 2021

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    554f1b3 View commit details
  2. Address PR comments from @robertbrignull

    Edoardo Pirovano authored and Edoardo Pirovano committed Jul 26, 2021
    Copy the full SHA
    934fb86 View commit details
  3. Enable dependabot automatic updates

    Edoardo Pirovano committed Jul 26, 2021

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    e145aa4 View commit details

Commits on Jul 2, 2021

  1. 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 committed Jul 2, 2021

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    06c6845 View commit details
  2. Test presence of database instead of results of analysis

    This is for PR #607, 'source-root' input test case.
    Mario Campos committed Jul 2, 2021
    Copy the full SHA
    b9217ca View commit details

Commits on Jul 1, 2021

  1. 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 committed Jul 1, 2021
    Copy the full SHA
    2c0da4b View commit details
  2. Copy the full SHA
    12f1cff View commit details
  3. Merge branch 'source-root-input' of github.com:mario-campos/codeql-ac…

    …tion into source-root-input
    Mario Campos committed Jul 1, 2021
    Copy the full SHA
    2ca807c View commit details
  4. 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 committed Jul 1, 2021
    Copy the full SHA
    1c69fae View commit details
  5. 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 committed Jul 1, 2021

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    67d6f79 View commit details
  6. Use different config file for testing 'source-root' input

    This config file 'ought to have some queries good for testing!
    Mario Campos committed Jul 1, 2021
    Copy the full SHA
    028f98f View commit details
  7. Add test case for 'source-root' input to 'init' Action

    Mario Campos committed Jul 1, 2021
    Copy the full SHA
    c78fb87 View commit details

Commits on Jun 30, 2021

  1. Remove a TODO and use defautl tools option

    Andrew Eisenberg committed Jun 30, 2021
    Copy the full SHA
    0792832 View commit details

Commits on Jun 28, 2021

  1. Merge branch 'main' into local-bundle

    Edoardo Pirovano authored and GitHub committed Jun 28, 2021

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    d9050f4 View commit details
  2. Address PR comment.

    Edoardo Pirovano committed Jun 28, 2021

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    a7dac5c View commit details
Older