2023-01-30 07:33:16 +00:00
|
|
|
name: Coverity scan build
|
|
|
|
|
|
|
|
on:
|
|
|
|
schedule:
|
|
|
|
- cron: '30 2 * * 6'
|
|
|
|
|
|
|
|
concurrency:
|
|
|
|
group: ${{ github.workflow }}-${{ github.ref }}
|
|
|
|
|
|
|
|
jobs:
|
|
|
|
coverity_build:
|
|
|
|
name: Coverity x86/64 build
|
|
|
|
secrets:
|
|
|
|
coverity_api_token: ${{ secrets.COVERITY_API_TOKEN }}
|
|
|
|
permissions:
|
|
|
|
contents: read
|
|
|
|
packages: read
|
2023-05-28 00:55:26 +00:00
|
|
|
actions: write
|
2023-06-19 11:55:32 +00:00
|
|
|
uses: openwrt/actions-shared-workflows/.github/workflows/coverity.yml@main
|