diff options
| author | hathach <[email protected]> | 2025-06-11 16:23:54 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2025-06-11 16:23:54 +0700 |
| commit | d3d505e8f7872871185029b91588ae41ac037288 (patch) | |
| tree | 92a2ea3f40efd05f71abd6819dbe5a71a32b27fd /.github/workflows/codeql.yml | |
| parent | 6346fbec16739d91fc9ece57216d40ca1c091936 (diff) | |
| parent | 8e252203697bc74f622d31a0de113e0ad01c9704 (diff) | |
Merge branch 'master' into fork/HiFiPhile/h7rs
Diffstat (limited to '.github/workflows/codeql.yml')
| -rw-r--r-- | .github/workflows/codeql.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index a22c65c79..dfcca6315 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -124,7 +124,7 @@ jobs: output: ${{ steps.step1.outputs.sarif-output }}/cpp.sarif - name: Upload SARIF - uses: github/codeql-action/upload-sarif@v2 + uses: github/codeql-action/upload-sarif@v3 with: sarif_file: ${{ steps.step1.outputs.sarif-output }} category: "/language:${{matrix.language}}" |
