Skip to content

Commit 8307f51

Browse files
committed
[CI] Add branch context to the Coverity
Since this PR Coverity can also be executed for another branch. Previous solutions always cloned the main branch.
1 parent c8d6643 commit 8307f51

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/coverity.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ jobs:
2222
steps:
2323
- name: Checkout repository
2424
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
25+
with:
26+
ref: ${{ github.ref }}
2527

2628
- name: Install apt packages
2729
run: |

0 commit comments

Comments
 (0)