Commits
History for codeql-action/CONTRIBUTING.md
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 Copy the full SHA 42235ccView commit details
Commits on Jul 24, 2020
-
Use templated strings for better readability
Andrew Eisenberg authored and Andrew Eisenberg committedJul 24, 2020 Copy the full SHA 93dd64dView commit details
Commits on Jul 14, 2020
-
Add support for debugging from VSCode
https://github.com/avajs/ava/blob/master/docs/recipes/debugging-with-vscode.md recommends passing the `debug` option to Ava. However, in my experience Ava waits indefinitely when this option is used, without actually running any tests. The increased timeout setting is so that tests won't fail prematurely because you're slowly stepping through code.
Sam Partington committedJul 14, 2020 Unverified
No user is associated with the committer email.Copy the full SHA 7a78ec0View commit details
Commits on Jul 2, 2020
-
Add details of who will merge (CONTRIBUTING.md)
Sam Partington committedJul 2, 2020 Copy the full SHA a0bf50cView commit details -
Point people at init/action.yml for node version
Sam Partington committedJul 2, 2020 Copy the full SHA dfed1f7View commit details
Commits on Jul 1, 2020
-
Add development instructions to CONTRIBUTING.md
Sam Partington committedJul 1, 2020 Copy the full SHA 580e603View commit details
Commits on Apr 28, 2020
-
Initial commit (from f5274cbdce4ae7c9e4b937dcdf95ac70ae436d5f)
anaarmas committedApr 28, 2020 Copy the full SHA 28ccc3dView commit details
End of commit history for this file