We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c03ad22 commit 64f4e94Copy full SHA for 64f4e94
1 file changed
.github/workflows/static-analysis.yaml
@@ -43,7 +43,7 @@ jobs:
43
TARGET_WORKSPACE: "${{ github.workspace }}/projects" # Same as "$(pwd)/projects"
44
run: |
45
source projects/env.sh
46
- ns-clone -d -s
+ ns-clone -d -s -b ${GITHUB_REF_NAME}
47
ns-make-libs install
48
49
- name: Initialize CodeQL
0 commit comments