Skip to content

Commit 365a450

Browse files
committed
just codeql upload
Signed-off-by: Anas Nashif <[email protected]>
1 parent 4d2e6f6 commit 365a450

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

.github/workflows/codechecker.yml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -109,24 +109,6 @@ jobs:
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-
117-
- name: Post SARIF findings in the pull request
118-
if: github.event_name == 'pull_request'
119-
uses: sett-and-hive/sarif-to-comment-action/[email protected]
120-
with:
121-
token: ${{ secrets.GITHUB_TOKEN }}
122-
branch: ${{ github.head_ref }}
123-
pr-number: ${{ github.event.number }}
124-
repository: ${{ github.repository }}
125-
sarif-file: "./results.sarif"
126-
title: My security issue
127-
dry-run: 'false'
128-
odc-sarif: true
129-
130112
- name: Upload SARIF as artifact
131113
if: always() && github.event_name == 'push'
132114
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1

0 commit comments

Comments
 (0)