Commits
Commits on Aug 11, 2020
-
commit node_modules and generated files
Robert Brignull committedAug 11, 2020 Copy the full SHA 34b3722View commit details
Commits on Aug 4, 2020
-
Allow the codeql-action to be run locally (#117)
* Allow the codeql-action to be run locally This change allows the codeql-action to be run locally through [act](https://github.com/nektos/act). In order to run the action locally, you need to do two things: 1. Add the `CODEQL_LOCAL_RUN: true` environment variable. The only way I could figure out how to do this was to add it directly in the workflow file in an `env` block. It _should_ be possible to add it through a `.env` file and pass it to `act`, but I couldn't get it working. 2. Run this command `act -j codeql -s GITHUB_TOKEN=<MY_PAT>` Setting the `CODEQL_LOCAL_RUN` env var will fill in missing env vars that the action needs, but isn't set by `act`. It will also avoid making api calls to github that would fail locally. This is a refactoring discussed in https://github.com/github/dsp-codeql/issues/36
Andrew Eisenberg authored and GitHub committedAug 4, 2020 Unverified
No user is associated with the committer email.Copy the full SHA 42235ccView commit details
Commits on Jul 24, 2020
-
Upload much more data in status reports
Robert committedJul 24, 2020 Copy the full SHA 87758a1View commit details
Commits on Jul 6, 2020
-
Robert Brignull committed
Jul 6, 2020 Copy the full SHA 0086c2eView commit details
Commits on Jun 24, 2020
-
Manually convert response.data to a JSON string.
Chris Gavin committedJun 24, 2020 Unverified
No user is associated with the committer email.Copy the full SHA 464ce1bView commit details
Commits on Jun 23, 2020
-
Use a single Octokit client for everything rather than a bunch of Oct…
…okits and an HTTP client.
Chris Gavin committedJun 23, 2020 Unverified
No user is associated with the committer email.Copy the full SHA 74c48f7View commit details
Commits on Jun 15, 2020
-
Merge branch 'master' into validate_sarif
Robert Brignull committedJun 15, 2020 Copy the full SHA fcb696eView commit details
Commits on Jun 8, 2020
-
Merge branch 'master' into validate_sarif
Robert Brignull committedJun 8, 2020 Copy the full SHA c1add46View commit details -
Merge branch 'master' into always-report-exceptions-v2
Robert Brignull committedJun 8, 2020 Copy the full SHA 6db8182View commit details
Commits on May 28, 2020
-
report exceptions during upload
Robert Brignull committedMay 28, 2020 Copy the full SHA 96da037View commit details -
Allow pull requests, and report correct commit oid and ref
Robert Brignull committedMay 28, 2020 Copy the full SHA da1e237View commit details
Commits on May 22, 2020
-
Robert Brignull committed
May 22, 2020 Copy the full SHA ae30190View commit details -
validate sarif against schema before uploading
Robert Brignull committedMay 22, 2020 Copy the full SHA ddee374View commit details
Commits on May 18, 2020
-
Merge branch 'master' into upload_twice
Robert Brignull committedMay 18, 2020 Copy the full SHA 3a883afView commit details
Commits on May 15, 2020
-
Emit an error if upload happens twice
Robert Brignull committedMay 15, 2020 Copy the full SHA 5ec6b75View commit details -
log some stats about the upload
Robert Brignull committedMay 15, 2020 Copy the full SHA b366432View commit details
Commits on May 12, 2020
-
Merge branch 'master' into integration-tests
David Verdeguer committedMay 12, 2020 Copy the full SHA 1477a43View commit details
Commits on May 11, 2020
-
Merge branch 'master' into analysisName
Robert authored and GitHub committedMay 11, 2020 Unverified
No user is associated with the committer email.Copy the full SHA 52cd1f2View commit details
Commits on May 8, 2020
-
David Verdeguer committed
May 8, 2020 Copy the full SHA c979850View commit details
Commits on May 1, 2020
-
Merge branch 'master' into report-upload-failures
Joshua Hale committedMay 1, 2020 Unverified
No user is associated with the committer email.Copy the full SHA 43e2701View commit details -
Merge branch 'master' into better-feedback-folder-uploads
Chris Gavin authored and GitHub committedMay 1, 2020 Unverified
No user is associated with the committer email.Copy the full SHA 8ff10b4View commit details -
Merge branch 'master' into report-upload-failures
Joshua Hale committedMay 1, 2020 Unverified
No user is associated with the committer email.Copy the full SHA d68eb11View commit details -
Stop the upload action early if no files will be uploaded.
Chris Gavin committedMay 1, 2020 Unverified
No user is associated with the committer email.Copy the full SHA 4e9886aView commit details -
Robert authored and Robert Brignull committed
May 1, 2020 Copy the full SHA 129ce28View commit details -
include status code is error message
Robert Brignull committedMay 1, 2020 Copy the full SHA a23cb1dView commit details -
only retry on 5xx status codes
Robert Brignull committedMay 1, 2020 Copy the full SHA 0c4fc16View commit details -
Fail the upload action if uploading a folder with no SARIF files in.
Chris Gavin committedMay 1, 2020 Unverified
No user is associated with the committer email.Copy the full SHA b6a0306View commit details -
remove change to behaviour on 500 errors
Robert Brignull committedMay 1, 2020 Copy the full SHA e52e34bView commit details -
Robert Brignull committed
May 1, 2020 Copy the full SHA cffc0f7View commit details -
Increase the log level of the message showing what SARIF files were u…
…ploaded.
Chris Gavin committedMay 1, 2020 Unverified
No user is associated with the committer email.Copy the full SHA 5d2700fView commit details -
Robert Brignull committed
May 1, 2020 Copy the full SHA 1da651cView commit details