Skip to content

Commit c4815d2

Browse files
authored
fix(ci): unblock security analysis (#351)
1 parent 753ccd9 commit c4815d2

11 files changed

Lines changed: 13 additions & 5 deletions

File tree

.github/workflows/security.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ concurrency:
1919
jobs:
2020
security:
2121
name: Security Analysis
22-
runs-on: ubuntu-slim
22+
runs-on: ubuntu-latest
2323
steps:
24-
- uses: oxc-project/security-action@4211cd3f56ba742507263ea4a999f3be4165a53c # v1.0.1
24+
- uses: oxc-project/security-action@f14eeb22b9ee0f7d3b242e5017ed0fdfada66f74 # v1.0.2

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ stackalloc = "1.2.1"
127127
subprocess_test = { path = "crates/subprocess_test" }
128128
supports-color = "3.0.1"
129129
syscalls = { version = "0.6.18", default-features = false }
130-
tar = "0.4.43"
130+
tar = "0.4.45"
131131
tempfile = "3.14.0"
132132
test-log = { version = "0.2.18", features = ["trace"] }
133133
thiserror = "2"

crates/fspy/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name = "fspy"
33
version = "0.1.0"
44
edition = "2024"
5+
license.workspace = true
56
publish = false
67

78
[dependencies]

crates/fspy_e2e/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name = "fspy_e2e"
33
version = "0.0.0"
44
edition.workspace = true
5+
license.workspace = true
56
publish = false
67

78
[dependencies]

crates/fspy_preload_unix/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[package]
22
name = "fspy_preload_unix"
33
edition = "2024"
4+
license.workspace = true
45
publish = false
56

67
[lib]

crates/fspy_preload_windows/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name = "fspy_preload_windows"
33
version = "0.1.0"
44
edition.workspace = true
5+
license.workspace = true
56
publish = false
67

78
[lib]

crates/fspy_seccomp_unotify/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name = "fspy_seccomp_unotify"
33
version = "0.1.0"
44
edition = "2024"
5+
license.workspace = true
56
publish = false
67

78
[target.'cfg(target_os = "linux")'.dependencies]

crates/fspy_shared/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name = "fspy_shared"
33
version = "0.0.0"
44
edition = "2024"
5+
license.workspace = true
56
publish = false
67

78
[dependencies]

crates/fspy_shared_unix/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name = "fspy_shared_unix"
33
version = "0.0.0"
44
edition.workspace = true
5+
license.workspace = true
56
publish = false
67

78
[target.'cfg(unix)'.dependencies]

0 commit comments

Comments
 (0)