Skip to content

build(deps): bump coverallsapp/github-action from 2.3.0 to 2.3.1 #38

build(deps): bump coverallsapp/github-action from 2.3.0 to 2.3.1

build(deps): bump coverallsapp/github-action from 2.3.0 to 2.3.1 #38

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@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
- name: Prepare
run: |
./autogen.sh
./configure --enable-check
- uses: vapier/coverity-scan-action@2068473c7bdf8c2fb984a6a40ae76ee7facd7a85 # v1.8.0
with:
project: r3
email: yoanlin93+github@gmail.com
token: ${{ secrets.COVERITY_TOKEN }}