Просмотр исходного кода

Bump github/codeql-action from 3 to 4 (#3636)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] 1 месяц назад
Родитель
Сommit
772685e53f
2 измененных файлов с 2 добавлено и 2 удалено
  1. 1 1
      .github/workflows/scorecard.yml
  2. 1 1
      .github/workflows/vulnerability-scan.yaml

+ 1 - 1
.github/workflows/scorecard.yml

@@ -73,6 +73,6 @@ jobs:
       # Upload the results to GitHub's code scanning dashboard (optional).
       # Commenting out will disable upload of results to your repo's Code Scanning dashboard
       - name: "Upload to code-scanning"
-        uses: github/codeql-action/upload-sarif@v3
+        uses: github/codeql-action/upload-sarif@v4
         with:
           sarif_file: results.sarif

+ 1 - 1
.github/workflows/vulnerability-scan.yaml

@@ -59,7 +59,7 @@ jobs:
 
       - name: Upload SARIF to GitHub Security tab
         if: always()
-        uses: github/codeql-action/upload-sarif@v3
+        uses: github/codeql-action/upload-sarif@v4
         with:
           sarif_file: 'trivy-results.sarif'
           category: trivy-fs