Skip to content

Update jsonschema requirement from <4,>=3.0.1 to >=3.0.1,<5 (#90) #21

Update jsonschema requirement from <4,>=3.0.1 to >=3.0.1,<5 (#90)

Update jsonschema requirement from <4,>=3.0.1 to >=3.0.1,<5 (#90) #21

Workflow file for this run

name: Coverity Scan
permissions: read-all
on:
push:
branches: [main]
jobs:
coverity:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: git ls-files > git-ls-files.lst
- uses: vapier/coverity-scan-action@v1
with:
project: libsigopt
email: ${{ secrets.COVERITY_SCAN_EMAIL }}
token: ${{ secrets.COVERITY_SCAN_TOKEN }}
build_language: other
command: "--no-command --fs-capture-list git-ls-files.lst"