Skip to content

Commit 2cee493

Browse files
authored
fix: updated version for upload sarif in tfsec. (#48)
1 parent 84ce0b5 commit 2cee493

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tfsec.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
full_repo_scan: true
3030

3131
- name: Upload SARIF file
32-
uses: github/codeql-action/upload-sarif@v1
32+
uses: github/codeql-action/upload-sarif@v2
3333
with:
3434
# Path to SARIF file relative to the root of the repository
3535
sarif_file: tfsec.sarif

0 commit comments

Comments
 (0)