Skip to content

Commit 64f4e94

Browse files
committed
ci: actions: static analysis: Look for matching branch for deps first
1 parent c03ad22 commit 64f4e94

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/static-analysis.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
TARGET_WORKSPACE: "${{ github.workspace }}/projects" # Same as "$(pwd)/projects"
4444
run: |
4545
source projects/env.sh
46-
ns-clone -d -s
46+
ns-clone -d -s -b ${GITHUB_REF_NAME}
4747
ns-make-libs install
4848
4949
- name: Initialize CodeQL

0 commit comments

Comments
 (0)