Skip to content

Commit 5913aef

Browse files
authored
Merge pull request #615 from KFilipek/coverity_branch_selector
[CI] Add branch context to the Coverity
2 parents c8d6643 + 8307f51 commit 5913aef

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)