2
0

coverity.yml 421 B

12345678910111213141516171819
  1. name: Coverity scan build
  2. on:
  3. schedule:
  4. - cron: '30 2 * * 6'
  5. concurrency:
  6. group: ${{ github.workflow }}-${{ github.ref }}
  7. jobs:
  8. coverity_build:
  9. name: Coverity x86/64 build
  10. secrets:
  11. coverity_api_token: ${{ secrets.COVERITY_API_TOKEN }}
  12. permissions:
  13. contents: read
  14. packages: read
  15. actions: write
  16. uses: openwrt/actions-shared-workflows/.github/workflows/coverity.yml@main