File tree Expand file tree Collapse file tree 1 file changed +34
-0
lines changed Expand file tree Collapse file tree 1 file changed +34
-0
lines changed Original file line number Diff line number Diff line change 1+ name : " Coverity Scan"
2+
3+ on :
4+ # FIXME: This is here for testing, should be removed before merging
5+ pull_request :
6+ push :
7+ branches :
8+ - master
9+ - coverity-test
10+
11+ permissions : read-all
12+
13+ jobs :
14+ coverity :
15+ name : Coverity static analysis
16+ runs-on : ubuntu-24.04
17+ steps :
18+ - uses : actions/checkout@v5
19+ with :
20+ fetch-depth : 0
21+ - uses : ./.github/actions/install-nix-action
22+ with :
23+ dogfood : false
24+ extra_nix_config : experimental-features = nix-command flakes
25+ - name : configure
26+ run : nix develop --configure
27+ - uses : vapier/coverity-scan-action@v1
28+ with :
29+ project : NixOS/nix
30+ token : ${{ secrets.COVERITY_SCAN_TOKEN }}
31+ 32+ build_language : cxx
33+ command : nix develop --build
34+ version : ${{ github.sha }}
You can’t perform that action at this time.
0 commit comments