Skip to content

Bump the github-actions group across 1 directory with 3 updates #17

Bump the github-actions group across 1 directory with 3 updates

Bump the github-actions group across 1 directory with 3 updates #17

Workflow file for this run

name: Coverity Scan
# We only want to test official release code, not every pull request.
on:
push:
branches:
- main
- coverity_fix
permissions: read-all
jobs:
coverity:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- uses: vapier/coverity-scan-action@2068473c7bdf8c2fb984a6a40ae76ee7facd7a85 # v1.8.0
with:
email: ${{ secrets.COVERITY_SCAN_EMAIL }}
token: ${{ secrets.COVERITY_SCAN_TOKEN }}
working-directory: 'cpp_source'