Skip to content

Commit

Permalink
Updated upload-sarif action version in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
cwong-scw committed Aug 8, 2024
1 parent 47517f0 commit e15a6ee
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 @@ -37,7 +37,7 @@ This Action currently supports adding training material based on CWE references
githubToken: ${{ secrets.GITHUB_TOKEN }}

- name: Import Results
uses: github/codeql-action/upload-sarif@v1
uses: github/codeql-action/upload-sarif@v3
with:
sarif_file: sarif/findings.processed.sarif
```
Expand All @@ -63,7 +63,7 @@ This Action currently supports adding training material based on CWE references
githubToken: ${{ secrets.GITHUB_TOKEN }}

- name: Import Results
uses: github/codeql-action/upload-sarif@v1
uses: github/codeql-action/upload-sarif@v3
with:
sarif_file: ./processed-sarifs
```
Expand All @@ -89,7 +89,7 @@ This Action currently supports adding training material based on CWE references
githubToken: ${{ secrets.GITHUB_TOKEN }}

- name: Import Results
uses: github/codeql-action/upload-sarif@v1
uses: github/codeql-action/upload-sarif@v3
with:
sarif_file: ./processed-sarifs
```
Expand Down

0 comments on commit e15a6ee

Please sign in to comment.