Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JarLob authored Feb 11, 2021
1 parent 200da54 commit a8facd6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
node-version: '12'

- uses: jarlob/electronegativity-action@v1.0
- uses: doyensec/electronegativity-action@v1.0

- name: Upload sarif
uses: github/codeql-action/upload-sarif@v1
Expand Down Expand Up @@ -48,7 +48,7 @@ I'm running into the `Fatal Error JavaScript heap out of memory`
Specify additional memory with node arguments:

```yaml
- uses: jarlob/electronegativity-action@v1.0
- uses: doyensec/electronegativity-action@v1.0
with:
node-args: "--max-old-space-size=4096"
```

0 comments on commit a8facd6

Please sign in to comment.