Skip to content

build(deps): bump coverallsapp/github-action from 2.3.3 to 2.3.4 #41

build(deps): bump coverallsapp/github-action from 2.3.3 to 2.3.4

build(deps): bump coverallsapp/github-action from 2.3.3 to 2.3.4 #41

Workflow file for this run

name: coverity
on:
push:
branches: [2.0]
permissions:
contents: read
jobs:
analyze:
if: github.repository == 'c9s/r3'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Prepare
run: |
./autogen.sh
./configure --enable-check
- uses: vapier/coverity-scan-action@2068473c7bdf8c2fb984a6a40ae76ee7facd7a85 # v1.8.0
with:
project: r3
email: [email protected]
token: ${{ secrets.COVERITY_TOKEN }}