Skip to content

Commit a97761c

Browse files
committed
fixed wrong order
1 parent fe6adf9 commit a97761c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codeql-multiple-repo-scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
jq '[.modules | to_entries[] | {
5454
name: .key,
5555
url: .value.repo,
56-
version: (.value.branch // .value.version // .value.hash),
56+
version: (.value.branch // .value.hash // .value.version),
5757
path: ("repos/" + .key)
5858
}]' "$JSON_FILE" > repos.json
5959

0 commit comments

Comments
 (0)