From bc4220f05de63acaf2b29a96fd61a2128dd2bd94 Mon Sep 17 00:00:00 2001 From: sandeep Date: Sat, 14 May 2022 16:36:22 +0530 Subject: [PATCH] readme update --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bb6625d..1b2f81d 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ jobs: path: nuclei.log - name: GitHub Security Dashboard Alerts update - uses: github/codeql-action/upload-sarif@v1 + uses: github/codeql-action/upload-sarif@v2 with: sarif_file: nuclei.sarif ``` @@ -136,7 +136,7 @@ jobs: target: https://example.com - name: GitHub Security Dashboard Alerts - uses: github/codeql-action/upload-sarif@v1 + uses: github/codeql-action/upload-sarif@v2 with: sarif_file: nuclei.sarif ```