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 879ff11 commit cf57ac6Copy full SHA for cf57ac6
.github/workflows/codeql-analysis.yml
@@ -43,7 +43,7 @@ jobs:
43
- name: Checkout repository
44
uses: actions/checkout@v4
45
with:
46
- ref: ${{ github.event.inputs.fastcdr-branch || github.ref || matrix.supported-branches }}
+ ref: ${{ github.event.inputs.fastcdr-branch || (github.event_name == 'pull_request' && github.ref) || matrix.supported-branches }}
47
48
# Initializes the CodeQL tools for scanning.
49
- name: Initialize CodeQL
0 commit comments