We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7950982 commit 4eb6452Copy full SHA for 4eb6452
1 file changed
.github/workflows/coverity.yml
@@ -5,6 +5,7 @@ on:
5
push:
6
branches:
7
- main
8
+ - coverity_fix
9
10
permissions: read-all
11
@@ -15,7 +16,6 @@ jobs:
15
16
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
17
- uses: vapier/coverity-scan-action@2068473c7bdf8c2fb984a6a40ae76ee7facd7a85 # v1.8.0
18
with:
- project: Template-Repo
19
email: ${{ secrets.COVERITY_SCAN_EMAIL }}
20
token: ${{ secrets.COVERITY_SCAN_TOKEN }}
21
working-directory: 'cpp_source'
0 commit comments