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 fe6adf9 commit a97761cCopy full SHA for a97761c
.github/workflows/codeql-multiple-repo-scan.yml
@@ -53,7 +53,7 @@ jobs:
53
jq '[.modules | to_entries[] | {
54
name: .key,
55
url: .value.repo,
56
- version: (.value.branch // .value.version // .value.hash),
+ version: (.value.branch // .value.hash // .value.version),
57
path: ("repos/" + .key)
58
}]' "$JSON_FILE" > repos.json
59
0 commit comments