Skip to content

fix: use `ZEBRA_NETWORK__NETWORK` instead of `NETWORK` in Zebra CI

1a1c5a0
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

feat(config)!: migrate zebrad to use a layered configuration #9768

fix: use `ZEBRA_NETWORK__NETWORK` instead of `NETWORK` in Zebra CI
1a1c5a0
Select commit
Loading
Failed to load commit list.
GitHub Actions / actionlint completed Aug 22, 2025 in 1s

reviewdog [actionlint] report

reported by reviewdog 🐶

Findings (2)

.github/workflows/ci-coverage.yml|87 col 9| shellcheck reported issue in this script: SC2086:info:1:32: Double quote to prevent globbing and word splitting [shellcheck]
.github/workflows/ci-unit-tests-os.yml|153 col 9| shellcheck reported issue in this script: SC2086:info:1:32: Double quote to prevent globbing and word splitting [shellcheck]

Filtered Findings (42)

.github/workflows/cd-deploy-nodes-gcp.patch-external.yml|18 col 141| property "need_cached_disk" is not defined in object type {} [expression]
.github/workflows/cd-deploy-nodes-gcp.patch.yml|34 col 141| property "need_cached_disk" is not defined in object type {} [expression]
.github/workflows/cd-deploy-nodes-gcp.yml|206 col 9| shellcheck reported issue in this script: SC2086:info:3:48: Double quote to prevent globbing and word splitting [shellcheck]
.github/workflows/cd-deploy-nodes-gcp.yml|206 col 9| shellcheck reported issue in this script: SC2086:info:5:42: Double quote to prevent globbing and word splitting [shellcheck]
.github/workflows/cd-deploy-nodes-gcp.yml|276 col 9| shellcheck reported issue in this script: SC2086:info:2:60: Double quote to prevent globbing and word splitting [shellcheck]
.github/workflows/cd-deploy-nodes-gcp.yml|286 col 9| shellcheck reported issue in this script: SC2078:error:1:6: This expression is constant. Did you forget a $ somewhere? [shellcheck]
.github/workflows/cd-deploy-nodes-gcp.yml|286 col 9| shellcheck reported issue in this script: SC2078:error:13:6: This expression is constant. Did you forget a $ somewhere? [shellcheck]
.github/workflows/cd-deploy-nodes-gcp.yml|286 col 9| shellcheck reported issue in this script: SC2078:error:18:8: This expression is constant. Did you forget a $ somewhere? [shellcheck]
.github/workflows/cd-deploy-nodes-gcp.yml|286 col 9| shellcheck reported issue in this script: SC2078:error:26:6: This expression is constant. Did you forget a $ somewhere? [shellcheck]
.github/workflows/cd-deploy-nodes-gcp.yml|286 col 9| shellcheck reported issue in this script: SC2034:warning:29:3: LOG_FILE appears unused. Verify use (or export if used externally) [shellcheck]
.github/workflows/cd-deploy-nodes-gcp.yml|286 col 9| shellcheck reported issue in this script: SC2086:info:32:165: Double quote to prevent globbing and word splitting [shellcheck]
.github/workflows/cd-deploy-nodes-gcp.yml|286 col 9| shellcheck reported issue in this script: SC2086:info:41:67: Double quote to prevent globbing and word splitting [shellcheck]
.github/workflows/cd-deploy-nodes-gcp.yml|286 col 9| shellcheck reported issue in this script: SC2086:info:49:110: Double quote to prevent globbing and word splitting [shellcheck]
.github/workflows/ci-build-crates.patch.yml|44 col 9| shellcheck reported issue in this script: SC2005:style:2:6: Useless echo? Instead of 'echo $(cmd)', just use 'cmd' [shellcheck]
.github/workflows/ci-build-crates.patch.yml|44 col 9| shellcheck reported issue in this script: SC2086:info:2:179: Double quote to prevent globbing and word splitting [shellcheck]
.github/workflows/ci-build-crates.patch.yml|44 col 9| shellcheck reported issue in this script: SC2005:style:5:8: Useless echo? Instead of 'echo $(cmd)', just use 'cmd' [shellcheck]
.github/workflows/ci-build-crates.patch.yml|44 col 9| shellcheck reported issue in this script: SC2086:info:5:15: Double quote to prevent globbing and word splitting [shellcheck]
.github/workflows/ci-build-crates.patch.yml|44 col 9| shellcheck reported issue in this script: SC2086:info:8:6: Double quote to prevent globbing and word splitting [shellcheck]
.github/workflows/ci-build-crates.patch.yml|44 col 9| shellcheck reported issue in this script: SC2086:info:9:6: Double quote to prevent globbing and word splitting [shellcheck]
.github/workflows/ci-build-crates.yml|83 col 9| shellcheck reported issue in this script: SC2086:info:2:195: Double quote to prevent globbing and word splitting [shellcheck]
.github/workflows/ci-build-crates.yml|83 col 9| shellcheck reported issue in this script: SC2005:style:5:8: Useless echo? Instead of 'echo $(cmd)', just use 'cmd' [shellcheck]
.github/workflows/ci-build-crates.yml|83 col 9| shellcheck reported issue in this script: SC2086:info:5:15: Double quote to prevent globbing and word splitting [shellcheck]
.github/workflows/ci-build-crates.yml|83 col 9| shellcheck reported issue in this script: SC2086:info:8:6: Double quote to prevent globbing and word splitting [shellcheck]
.github/workflows/ci-build-crates.yml|83 col 9| shellcheck reported issue in this script: SC2086:info:9:6: Double quote to prevent globbing and word splitting [shellcheck]
.github/workflows/ci-coverage.yml|95 col 9| shellcheck reported issue in this script: SC2086:info:1:28: Double quote to prevent globbing and word splitting [shellcheck]
.github/workflows/ci-coverage.yml|95 col 9| shellcheck reported issue in this script: SC2086:info:2:39: Double quote to prevent globbing and word splitting [shellcheck]
.github/workflows/ci-unit-tests-os.yml|142 col 9| shellcheck reported issue in this script: SC2028:info:2:6: echo may not expand escape sequences. Use printf [shellcheck]
.github/workflows/ci-unit-tests-os.yml|142 col 9| shellcheck reported issue in this script: SC2086:info:2:55: Double quote to prevent globbing and word splitting [shellcheck]
.github/workflows/ci-unit-tests-os.yml|142 col 9| shellcheck reported issue in this script: SC2028:info:3:6: echo may not expand escape sequences. Use printf [shellcheck]
.github/workflows/ci-unit-tests-os.yml|142 col 9| shellcheck reported issue in this script: SC2086:info:3:69: Double quote to prevent globbing and word splitting [shellcheck]
.github/workflows/ci-unit-tests-os.yml|163 col 9| shellcheck reported issue in this script: SC2086:info:1:28: Double quote to prevent globbing and word splitting [shellcheck]
.github/workflows/ci-unit-tests-os.yml|163 col 9| shellcheck reported issue in this script: SC2086:info:2:42: Double quote to prevent globbing and word splitting [shellcheck]
.github/workflows/manual-zcashd-deploy.yml|65 col 9| shellcheck reported issue in this script: SC2086:info:14:46: Double quote to prevent globbing and word splitting [shellcheck]
.github/workflows/sub-deploy-integration-tests-gcp.yml|128 col 14| label "zfnd-runners" is unknown. available labels are "windows-latest", "windows-latest-8-cores", "windows-2022", "windows-2019", "ubuntu-latest", "ubuntu-latest-4-cores", "ubuntu-latest-8-cores", "ubuntu-latest-16-cores", "ubuntu-24.04", "ubuntu-22.04", "ubuntu-20.04", "macos-latest", "macos-latest-xl", "macos-latest-xlarge", "macos-latest-large", "macos-14-xl", "macos-14-xlarge", "macos-14-large", "macos-14", "macos-14.0", "macos-13-xl", "macos-13-xlarge", "macos-13-large", "macos-13", "macos-13.0", "macos-12-xl", "macos-12-xlarge", "macos-12-large", "macos-12", "macos-12.0", "macos-11", "macos-11.0", "self-hosted", "x64", "arm", "arm64", "linux", "macos", "windows". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file [runner-label]
.github/workflows/sub-deploy-integration-tests-gcp.yml|204 col 9| shellcheck reported issue in this script: SC2086:info:75:1: Double quote to prevent globbing and word splitting [shellcheck]
.github/workflows/sub-deploy-integration-tests-gcp.yml|204 col 9| shellcheck reported issue in this script: SC2086:info:86:62: Double quote to prevent globbing and word splitting [shellcheck]
.github/workflows/sub-deploy-integration-tests-gcp.yml|297 col 9| shellcheck reported issue in this script: SC2086:info:17:44: Double quote to prevent globbing and word splitting [shellcheck]
.github/workflows/sub-deploy-integration-tests-gcp.yml|327 col 9| shellcheck reported issue in this script: SC2016:info:6:11: Expressions don't expand in single quotes, use double quotes for that [shellcheck]
.github/workflows/sub-deploy-integration-tests-gcp.yml|480 col 9| shellcheck reported issue in this script: SC2181:style:19:7: Check exit code directly with e.g. 'if ! mycmd;', not indirectly with $? [shellcheck]
.github/workflows/sub-deploy-integration-tests-gcp.yml|579 col 9| shellcheck reported issue in this script: SC2181:style:17:7: Check exit code directly with e.g. 'if ! mycmd;', not indirectly with $? [shellcheck]
.github/workflows/sub-find-cached-disks.yml|108 col 9| shellcheck reported issue in this script: SC2129:style:2:1: Consider using { cmd1; cmd2; } >> file instead of individual redirects [shellcheck]
.github/workflows/sub-find-cached-disks.yml|120 col 9| shellcheck reported issue in this script: SC2129:style:1:1: Consider using { cmd1; cmd2; } >> file instead of individual redirects [shellcheck]

Annotations

Check warning on line 87 in .github/workflows/ci-coverage.yml

See this annotation in the file changed.

@github-actions github-actions / actionlint

[actionlint] .github/workflows/ci-coverage.yml#L87

shellcheck reported issue in this script: SC2086:info:1:32: Double quote to prevent globbing and word splitting [shellcheck]
Raw output
.github/workflows/ci-coverage.yml:87:9: shellcheck reported issue in this script: SC2086:info:1:32: Double quote to prevent globbing and word splitting [shellcheck]

Check warning on line 153 in .github/workflows/ci-unit-tests-os.yml

See this annotation in the file changed.

@github-actions github-actions / actionlint

[actionlint] .github/workflows/ci-unit-tests-os.yml#L153

shellcheck reported issue in this script: SC2086:info:1:32: Double quote to prevent globbing and word splitting [shellcheck]
Raw output
.github/workflows/ci-unit-tests-os.yml:153:9: shellcheck reported issue in this script: SC2086:info:1:32: Double quote to prevent globbing and word splitting [shellcheck]