CI: Update github/codeql-action/upload-sarif to v4.35.5

This commit is contained in:
Ryan Foster
2026-05-20 18:00:59 -04:00
parent 5ecc2dd514
commit 8167a74c60
2 changed files with 2 additions and 2 deletions

View File

@@ -84,7 +84,7 @@ runs:
${{ github.workspace }}/analysis.plog.sarif
- name: Upload PVS-Studio Report
uses: github/codeql-action/upload-sarif@ebcb5b36ded6beda4ceefea6a8bc4cc885255bb3
uses: github/codeql-action/upload-sarif@9e0d7b8d25671d64c341c19c0152d693099fb5ba # v4.35.5
with:
sarif_file: "${{ github.workspace }}/analysis.plog.sarif"
category: 'PVS-Studio (Windows)'

View File

@@ -129,7 +129,7 @@ jobs:
popd
- name: Upload SARIF report files 📦
uses: github/codeql-action/upload-sarif@ebcb5b36ded6beda4ceefea6a8bc4cc885255bb3
uses: github/codeql-action/upload-sarif@9e0d7b8d25671d64c341c19c0152d693099fb5ba # v4.35.5
with:
sarif_file: "${{ github.workspace }}/analytics/merged.sarif"
category: 'clang-analyze (macOS Apple Silicon)'