Skip to content

Commit

Permalink
Update config samples to use latest actions
Browse files Browse the repository at this point in the history
  • Loading branch information
rcowsill authored Jan 6, 2024
1 parent cf8de8a commit 6e5e81d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,12 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
persist-credentials: false

- name: Perform CodeQL Analysis
uses: rcowsill/workflow-scan-action@v1
uses: rcowsill/workflow-scan-action@v2
```
## Options
Expand All @@ -62,7 +62,7 @@ jobs:
> Comma-separated list of additional queries to run, eg:
>
> ```yaml
> uses: rcowsill/workflow-scan-action@v1
> uses: rcowsill/workflow-scan-action@v2
> 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@v1
> uses: rcowsill/workflow-scan-action@v2
> with:
> data-dir-name: ".hidden-wsa-data"
> ```
Expand Down

0 comments on commit 6e5e81d

Please sign in to comment.