We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8d6643 commit 8307f51Copy full SHA for 8307f51
.github/workflows/coverity.yml
@@ -22,6 +22,8 @@ jobs:
22
steps:
23
- name: Checkout repository
24
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
25
+ with:
26
+ ref: ${{ github.ref }}
27
28
- name: Install apt packages
29
run: |
0 commit comments