diff options
| author | hathach <[email protected]> | 2025-07-10 17:18:17 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2025-07-10 17:18:17 +0700 |
| commit | 77be5f96e48cd6810538173f2311a51592ecd17a (patch) | |
| tree | 49283b92773740657b03f640f72ce5be8cb92d52 /.github/workflows/codeql.yml | |
| parent | dee6b369235e3440f9237ae0e74f81edca95f6b7 (diff) | |
| parent | 546e8413b5ed05a8c35b8dbe7792516a3cd631fa (diff) | |
Merge branch 'master' into fork/roma-jam/feature/add_tusb_teardown
Diffstat (limited to '.github/workflows/codeql.yml')
| -rw-r--r-- | .github/workflows/codeql.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index be4c2dd87..dfcca6315 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -66,7 +66,7 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@v2 + uses: github/codeql-action/init@v3 with: languages: ${{ matrix.language }} # If you wish to specify custom queries, you can do so here or in a config file. @@ -93,7 +93,7 @@ jobs: ./.github/workflows/codeql-buildscript.sh - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v2 + uses: github/codeql-action/analyze@v3 with: category: "/language:${{matrix.language}}" upload: false @@ -124,12 +124,12 @@ 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}}" - - name: Archive CodeQL results + - name: Upload CodeQL results as an artifact uses: actions/upload-artifact@v4 with: name: codeql-results |
