Skip to content

Commit

Permalink
Update documentation to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
rcowsill authored Apr 12, 2024
1 parent 9ec6e39 commit 24155ac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
persist-credentials: false

- name: Perform CodeQL Analysis
uses: rcowsill/workflow-scan-action@v2
uses: rcowsill/workflow-scan-action@v3
```
## Options
Expand All @@ -62,7 +62,7 @@ jobs:
> Comma-separated list of additional queries to run, eg:
>
> ```yaml
> uses: rcowsill/workflow-scan-action@v2
> uses: rcowsill/workflow-scan-action@v3
> with:
> extra-queries: "./my-local-query.ql,my-org/my-repo/my-remote-suite.qls@main"
> ```
Expand All @@ -84,7 +84,7 @@ jobs:
> Name of the directory which will hold data needed by the action, eg:
>
> ```yaml
> uses: rcowsill/workflow-scan-action@v2
> uses: rcowsill/workflow-scan-action@v3
> with:
> data-dir-name: ".hidden-wsa-data"
> ```
Expand Down

0 comments on commit 24155ac

Please sign in to comment.