Skip to content

Commit 29b80d4

Browse files
authored
Merge pull request qualcomm-linux#83 from smuppand/main
This PR disables the Semgrep static analysis step from the CI workflow.
2 parents fc52e32 + c01e7d2 commit 29b80d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/preflight-checker-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
uses: qualcomm-linux/qli-actions/.github/workflows/multi-checker.yml@main
1212
with:
1313
repolinter: true # default: true
14-
semgrep: true # default: true
14+
semgrep: false # default: true
1515
copyright-license-detector: true # default: true
1616
pr-check-emails: true # default: true
1717

0 commit comments

Comments
 (0)