fix: Align workflow compiler revision #69

Manually merged
day01 merged 1 commits from fix/0.6-align-workflow-pin into develop 2026-08-30 18:16:01 +00:00
8 changed files with 11 additions and 11 deletions
+2 -2
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -1,73 +1,73 @@
[package]
name = "syncode-runner"
version = "0.4.0"
edition = "2024"
rust-version = "1.95"
description = "Cross-platform runner for SynCode Pipelines"
license = "MIT"
repository = "https://syncode.sh/syncode/runner"

[workspace]
members = [
".",
"crates/runner-action-http",
"crates/runner-workflow-github-actions",
"crates/runner-agent",
"crates/runner-cache-github-actions",
"crates/runner-control-gitea",
"crates/runner-control-syncode",
"crates/runner-domain",
"crates/runner-execution",
"crates/runner-oci",
"crates/runner-source",
"crates/runner-source-git",
"crates/runner-workflow",
]
resolver = "3"
[dependencies]
axum = "0.8.9"
clap = { version = "4.6.4", features = ["derive"] }
prometheus-client = "0.25.0"
rustix = { version = "1.1.4", features = ["fs"] }
prometheus-client-derive-encode = "0.5.0"
serde = { version = "1.0.229", features = ["derive"] }
serde_json = "1.0.149"
syncode-runner-action-http = { path = "crates/runner-action-http" }
syncode-runner-workflow-github-actions = { path = "crates/runner-workflow-github-actions" }
syncode-runner-agent = { path = "crates/runner-agent" }
syncode-runner-cache-github-actions = { path = "crates/runner-cache-github-actions" }
syncode-runner-control-gitea = { path = "crates/runner-control-gitea" }
syncode-runner-control-syncode = { path = "crates/runner-control-syncode" }
syncode-runner-domain = { path = "crates/runner-domain" }
syncode-runner-execution = { path = "crates/runner-execution" }
syncode-runner-oci = { path = "crates/runner-oci" }
syncode-runner-source = { path = "crates/runner-source" }
syncode-runner-source-git = { path = "crates/runner-source-git" }
syncode-runner-workflow = { path = "crates/runner-workflow" }
sysinfo = { version = "0.39.6", default-features = false, features = ["system"] }
tempfile = "3.23.0"
thiserror = "2.0.19"
tokio = { version = "1.49.0", features = ["io-util", "macros", "net", "process", "rt-multi-thread", "test-util", "time"] }
toml = "1.1.4"
url = { version = "2.5.8", features = ["serde"] }

[dev-dependencies]
bytes = "1.12.1"
prost = "0.14.4"
prost-types = "0.14.4"
sha2 = "0.10.9"
tar = "0.4.44"
tokio-stream = { version = "0.1.18", features = ["net"] }
tonic = "0.14.6"
syncode-workflow-github-actions = { git = "https://syncode.sh/syncode/workflow.git", rev = "fc3d78ac8b5d23f9633a8e57107217622757a582" }

[workspace.lints.rust]
unsafe_code = "forbid"

[workspace.lints.clippy]
expect_used = "deny"
panic = "deny"
unwrap_used = "deny"

[lints]
workspace = true
[package]
name = "syncode-runner"
version = "0.4.0"
edition = "2024"
rust-version = "1.95"
description = "Cross-platform runner for SynCode Pipelines"
license = "MIT"
repository = "https://syncode.sh/syncode/runner"

[workspace]
members = [
".",
"crates/runner-action-http",
"crates/runner-workflow-github-actions",
"crates/runner-agent",
"crates/runner-cache-github-actions",
"crates/runner-control-gitea",
"crates/runner-control-syncode",
"crates/runner-domain",
"crates/runner-execution",
"crates/runner-oci",
"crates/runner-source",
"crates/runner-source-git",
"crates/runner-workflow",
]
resolver = "3"
[dependencies]
axum = "0.8.9"
clap = { version = "4.6.4", features = ["derive"] }
prometheus-client = "0.25.0"
rustix = { version = "1.1.4", features = ["fs"] }
prometheus-client-derive-encode = "0.5.0"
serde = { version = "1.0.229", features = ["derive"] }
serde_json = "1.0.149"
syncode-runner-action-http = { path = "crates/runner-action-http" }
syncode-runner-workflow-github-actions = { path = "crates/runner-workflow-github-actions" }
syncode-runner-agent = { path = "crates/runner-agent" }
syncode-runner-cache-github-actions = { path = "crates/runner-cache-github-actions" }
syncode-runner-control-gitea = { path = "crates/runner-control-gitea" }
syncode-runner-control-syncode = { path = "crates/runner-control-syncode" }
syncode-runner-domain = { path = "crates/runner-domain" }
syncode-runner-execution = { path = "crates/runner-execution" }
syncode-runner-oci = { path = "crates/runner-oci" }
syncode-runner-source = { path = "crates/runner-source" }
syncode-runner-source-git = { path = "crates/runner-source-git" }
syncode-runner-workflow = { path = "crates/runner-workflow" }
sysinfo = { version = "0.39.6", default-features = false, features = ["system"] }
tempfile = "3.23.0"
thiserror = "2.0.19"
tokio = { version = "1.49.0", features = ["io-util", "macros", "net", "process", "rt-multi-thread", "test-util", "time"] }
toml = "1.1.4"
url = { version = "2.5.8", features = ["serde"] }

[dev-dependencies]
bytes = "1.12.1"
prost = "0.14.4"
prost-types = "0.14.4"
sha2 = "0.10.9"
tar = "0.4.44"
tokio-stream = { version = "0.1.18", features = ["net"] }
tonic = "0.14.6"
syncode-workflow-github-actions = { git = "https://syncode.sh/syncode/workflow.git", rev = "14de090ff1961286a947d34f9d81c091081233f1" }

[workspace.lints.rust]
unsafe_code = "forbid"

[workspace.lints.clippy]
expect_used = "deny"
panic = "deny"
unwrap_used = "deny"

[lints]
workspace = true
+2 -2
View File
@@ -1,29 +1,29 @@
[package]
name = "syncode-runner-control-gitea"
version = "0.2.0"
edition = "2024"
rust-version = "1.95"
publish = false

[dependencies]
base64 = "0.22.1"
bytes = "1.12.1"
prost = "0.14.4"
prost-types = "0.14.4"
reqwest = { version = "0.13.4", default-features = false, features = ["rustls"] }
serde = { version = "1.0.229", features = ["derive"] }
serde_json = "1.0.149"
syncode-runner-domain = { path = "../runner-domain" }
syncode-runner-workflow = { path = "../runner-workflow" }
syncode-workflow = { git = "https://syncode.sh/syncode/workflow.git", rev = "fc3d78ac8b5d23f9633a8e57107217622757a582" }
syncode-workflow-github-actions = { git = "https://syncode.sh/syncode/workflow.git", rev = "fc3d78ac8b5d23f9633a8e57107217622757a582" }
thiserror = "2.0.19"
tokio = { version = "1.49.0", features = ["time"] }
url = "2.5.8"

[build-dependencies]
prost-build = "0.14.4"
protoc-bin-vendored = "3.2.0"

[lints]
workspace = true
[package]
name = "syncode-runner-control-gitea"
version = "0.2.0"
edition = "2024"
rust-version = "1.95"
publish = false

[dependencies]
base64 = "0.22.1"
bytes = "1.12.1"
prost = "0.14.4"
prost-types = "0.14.4"
reqwest = { version = "0.13.4", default-features = false, features = ["rustls"] }
serde = { version = "1.0.229", features = ["derive"] }
serde_json = "1.0.149"
syncode-runner-domain = { path = "../runner-domain" }
syncode-runner-workflow = { path = "../runner-workflow" }
syncode-workflow = { git = "https://syncode.sh/syncode/workflow.git", rev = "14de090ff1961286a947d34f9d81c091081233f1" }
syncode-workflow-github-actions = { git = "https://syncode.sh/syncode/workflow.git", rev = "14de090ff1961286a947d34f9d81c091081233f1" }
thiserror = "2.0.19"
tokio = { version = "1.49.0", features = ["time"] }
url = "2.5.8"

[build-dependencies]
prost-build = "0.14.4"
protoc-bin-vendored = "3.2.0"

[lints]
workspace = true
+1 -1
View File
@@ -1,14 +1,14 @@
[package]
name = "syncode-runner-domain"
version = "0.2.0"
edition = "2024"
rust-version = "1.95"
publish = false

[lints]
workspace = true

[dependencies]
syncode-workflow = { git = "https://syncode.sh/syncode/workflow.git", rev = "fc3d78ac8b5d23f9633a8e57107217622757a582" }
thiserror = "2.0.19"
url = "2.5.8"
[package]
name = "syncode-runner-domain"
version = "0.2.0"
edition = "2024"
rust-version = "1.95"
publish = false

[lints]
workspace = true

[dependencies]
syncode-workflow = { git = "https://syncode.sh/syncode/workflow.git", rev = "14de090ff1961286a947d34f9d81c091081233f1" }
thiserror = "2.0.19"
url = "2.5.8"
+1 -1
View File
@@ -1,17 +1,17 @@
[package]
name = "syncode-runner-execution"
version = "0.2.0"
edition = "2024"
rust-version = "1.95"
publish = false

[dependencies]
bytes = "1.12.1"
globset = "0.4.19"
syncode-workflow = { git = "https://syncode.sh/syncode/workflow.git", rev = "fc3d78ac8b5d23f9633a8e57107217622757a582" }
thiserror = "2.0.19"
tokio = { version = "1.49.0", features = ["sync"] }
tokio-util = "0.7.18"

[lints]
workspace = true
[package]
name = "syncode-runner-execution"
version = "0.2.0"
edition = "2024"
rust-version = "1.95"
publish = false

[dependencies]
bytes = "1.12.1"
globset = "0.4.19"
syncode-workflow = { git = "https://syncode.sh/syncode/workflow.git", rev = "14de090ff1961286a947d34f9d81c091081233f1" }
thiserror = "2.0.19"
tokio = { version = "1.49.0", features = ["sync"] }
tokio-util = "0.7.18"

[lints]
workspace = true
+1 -1
View File
@@ -1,16 +1,16 @@
[package]
name = "syncode-runner-source"
version = "0.2.0"
edition = "2024"
rust-version = "1.95"
publish = false

[dependencies]
syncode-runner-domain = { path = "../runner-domain" }
syncode-runner-execution = { path = "../runner-execution" }
syncode-workflow = { git = "https://syncode.sh/syncode/workflow.git", rev = "fc3d78ac8b5d23f9633a8e57107217622757a582" }
thiserror = "2.0.19"
url = "2.5.8"

[lints]
workspace = true
[package]
name = "syncode-runner-source"
version = "0.2.0"
edition = "2024"
rust-version = "1.95"
publish = false

[dependencies]
syncode-runner-domain = { path = "../runner-domain" }
syncode-runner-execution = { path = "../runner-execution" }
syncode-workflow = { git = "https://syncode.sh/syncode/workflow.git", rev = "14de090ff1961286a947d34f9d81c091081233f1" }
thiserror = "2.0.19"
url = "2.5.8"

[lints]
workspace = true
@@ -1,30 +1,30 @@
[package]
name = "syncode-runner-workflow-github-actions"
version = "0.2.0"
edition = "2024"
rust-version = "1.95"
publish = false

[dependencies]
bytes = "1.12.1"
saphyr = { version = "0.0.11", default-features = false }
serde = { version = "1.0.229", features = ["derive"] }
serde_json = "1.0.149"
sha2 = "0.10.9"
shell-words = "1.1.1"
syncode-runner-domain = { path = "../runner-domain" }
syncode-runner-execution = { path = "../runner-execution" }
syncode-runner-source = { path = "../runner-source" }
syncode-runner-workflow = { path = "../runner-workflow" }
syncode-workflow = { git = "https://syncode.sh/syncode/workflow.git", rev = "fc3d78ac8b5d23f9633a8e57107217622757a582" }
syncode-workflow-github-actions = { git = "https://syncode.sh/syncode/workflow.git", rev = "fc3d78ac8b5d23f9633a8e57107217622757a582" }
tar = "0.4.44"
thiserror = "2.0.19"
tokio = { version = "1.49.0", features = ["fs", "macros", "rt", "sync", "time"] }
url = "2.5.8"

[lints]
workspace = true

[dev-dependencies]
tempfile = "3.23.0"
[package]
name = "syncode-runner-workflow-github-actions"
version = "0.2.0"
edition = "2024"
rust-version = "1.95"
publish = false

[dependencies]
bytes = "1.12.1"
saphyr = { version = "0.0.11", default-features = false }
serde = { version = "1.0.229", features = ["derive"] }
serde_json = "1.0.149"
sha2 = "0.10.9"
shell-words = "1.1.1"
syncode-runner-domain = { path = "../runner-domain" }
syncode-runner-execution = { path = "../runner-execution" }
syncode-runner-source = { path = "../runner-source" }
syncode-runner-workflow = { path = "../runner-workflow" }
syncode-workflow = { git = "https://syncode.sh/syncode/workflow.git", rev = "14de090ff1961286a947d34f9d81c091081233f1" }
syncode-workflow-github-actions = { git = "https://syncode.sh/syncode/workflow.git", rev = "14de090ff1961286a947d34f9d81c091081233f1" }
tar = "0.4.44"
thiserror = "2.0.19"
tokio = { version = "1.49.0", features = ["fs", "macros", "rt", "sync", "time"] }
url = "2.5.8"

[lints]
workspace = true

[dev-dependencies]
tempfile = "3.23.0"
+1 -1
View File
@@ -1,17 +1,17 @@
[package]
name = "syncode-runner-workflow"
version = "0.2.0"
edition = "2024"
rust-version = "1.95"
publish = false

[dependencies]
bytes = "1.12.1"
syncode-runner-domain = { path = "../runner-domain" }
syncode-runner-execution = { path = "../runner-execution" }
syncode-workflow = { git = "https://syncode.sh/syncode/workflow.git", rev = "fc3d78ac8b5d23f9633a8e57107217622757a582" }
thiserror = "2.0.19"
tokio = { version = "1.49.0", features = ["sync"] }

[lints]
workspace = true
[package]
name = "syncode-runner-workflow"
version = "0.2.0"
edition = "2024"
rust-version = "1.95"
publish = false

[dependencies]
bytes = "1.12.1"
syncode-runner-domain = { path = "../runner-domain" }
syncode-runner-execution = { path = "../runner-execution" }
syncode-workflow = { git = "https://syncode.sh/syncode/workflow.git", rev = "14de090ff1961286a947d34f9d81c091081233f1" }
thiserror = "2.0.19"
tokio = { version = "1.49.0", features = ["sync"] }

[lints]
workspace = true