Skip to content

Commit e15a6ee

Browse files
committed
Updated upload-sarif action version in documentation
1 parent 47517f0 commit e15a6ee

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ This Action currently supports adding training material based on CWE references
3737
githubToken: ${{ secrets.GITHUB_TOKEN }}
3838

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

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

9191
- name: Import Results
92-
uses: github/codeql-action/upload-sarif@v1
92+
uses: github/codeql-action/upload-sarif@v3
9393
with:
9494
sarif_file: ./processed-sarifs
9595
```

0 commit comments

Comments
 (0)