Skip to content

Commit 6972069

Browse files
committed
Fix typo in action name in readme
1 parent af41913 commit 6972069

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Compare a CodeQL SARIF results file to a security standard CWE list and annotate
1616
output: sarif-results
1717
1818
- name: Annotate CodeQL SARIF with OWASP Top 10 2021 tag
19-
uses: ctcampbell/codeql-sarif-security-standard-annotator@v1
19+
uses: advanced-security/codeql-sarif-security-standard-annotator@v1
2020
with:
2121
sarifFile: sarif-results/${{matrix.language}}.sarif
2222

0 commit comments

Comments
 (0)