Skip to content

Commit 4d2e6f6

Browse files
committed
composite
Signed-off-by: Anas Nashif <[email protected]>
1 parent 319f6a0 commit 4d2e6f6

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/codechecker.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,14 +104,19 @@ jobs:
104104
sudo apt-get install -y jq
105105
export PATH=/usr/lib/llvm-16/bin/:$PATH
106106
107-
./scripts/twister -i --force-color -N -v --build-only --timeout-multiplier 2 -p qemu_x86 -T tests/kernel/threads/thread_apis/
107+
./scripts/twister --jobs 16 -i --force-color -N -v --build-only --timeout-multiplier 2 -p qemu_x86 -T tests/kernel/threads/thread_apis/
108108
109109
#sarif copy --output results.sarif $(find twister-out -name "codechecker.sarif")
110110
jq -s '{ "$schema": "https://json.schemastore.org/sarif-2.1.0", "version": "2.1.0", "runs": map(.runs) | add }' $(find twister-out -name "codechecker.sarif") > results.sarif
111111
112+
- uses: actions/setup-node@v4
113+
with:
114+
node-version: 18
115+
116+
112117
- name: Post SARIF findings in the pull request
113118
if: github.event_name == 'pull_request'
114-
uses: sett-and-hive/[email protected]
119+
uses: sett-and-hive/sarif-to-comment-action/composite@v2.0.1
115120
with:
116121
token: ${{ secrets.GITHUB_TOKEN }}
117122
branch: ${{ github.head_ref }}

0 commit comments

Comments
 (0)