diff options
| author | Ha Thach <[email protected]> | 2026-03-18 18:10:32 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-03-18 18:10:32 +0700 |
| commit | 766ac4f7a2c223bb85312c8bb99f8c478c211bae (patch) | |
| tree | 795c7b40c1d8567378ae052a783b0d8b28531ec5 /.github/workflows/static_analysis.yml | |
| parent | 8f7f286ae347ec1adbfd0888d65fb1aeb263b7d2 (diff) | |
| parent | 0521e6698eb0719c27ef7c2473c9152be30ae172 (diff) | |
Merge pull request #3557 from hathach/hil-host-cdc
add more hil tests
Diffstat (limited to '.github/workflows/static_analysis.yml')
| -rw-r--r-- | .github/workflows/static_analysis.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/static_analysis.yml b/.github/workflows/static_analysis.yml index a78682d7a..d440bf69e 100644 --- a/.github/workflows/static_analysis.yml +++ b/.github/workflows/static_analysis.yml @@ -84,7 +84,7 @@ jobs: category: CodeQL - name: Upload artifact - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v7 with: name: codeql-${{ matrix.board }} path: ${{ steps.analyze.outputs.sarif-output }} @@ -136,7 +136,7 @@ jobs: category: PVS-Studio - name: Upload artifact - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v7 with: name: pvs-studio-${{ matrix.board }} path: pvs-studio-${{ matrix.board }}.sarif @@ -236,7 +236,7 @@ jobs: category: IAR-CStat - name: Upload artifact - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v7 with: name: iar-cstat-${{ matrix.board }} path: iar-cstat-${{ matrix.board }}.sarif |
