We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc7ea2e commit 061ba5dCopy full SHA for 061ba5d
1 file changed
.github/workflows/coverity.yml
@@ -0,0 +1,22 @@
1
+# SPDX-License-Identifier: 0BSD
2
+
3
+name: Coverity Scan
4
5
+on:
6
+ push:
7
+ branches: [coverity_scan]
8
9
+jobs:
10
+ coverity:
11
+ runs-on: ubuntu-latest
12
13
+ steps:
14
+ - uses: actions/checkout@v5
15
16
+ - name: Coverity Scan
17
+ uses: vapier/coverity-scan-action@2068473c7bdf8c2fb984a6a40ae76ee7facd7a85 # v1.8.0
18
+ with:
19
+ command: ant
20
+ build_language: java
21
+ email: ${{ secrets.COVERITY_SCAN_EMAIL }}
22
+ token: ${{ secrets.COVERITY_SCAN_TOKEN }}
0 commit comments