generated from githubtraining/exercise-reference-a-codeql-query
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 2c74c73
Showing
16 changed files
with
5,753 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# local-action | ||
|
||
<!-- about this action --> | ||
|
||
| Input | Description | Required | | ||
| ------- | ----------------------------------------------------------------------------------------------------------- | -------- | | ||
| `token` | Token used to access the GitHub API. Use the `GITHUB_TOKEN` by default unless other permissions are needed. | yes | | ||
|
||
## What checks does this action conduct? | ||
|
||
- some | ||
- list | ||
- of | ||
- checks | ||
|
||
## What about this action is sensitive or might raise security concerns? | ||
|
||
## Summary |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
name: "local-action" | ||
description: Grading action for local exercise | ||
author: githubtraining | ||
|
||
runs: | ||
using: node12 | ||
main: "dist/index.js" |
Oops, something went wrong.