Skip to content

Commit 60b24e0

Browse files
[mq] [skip ddci] working branch - merge fb6af5d on top of main at 243aec1
{"baseBranch":"main","baseCommit":"243aec1b5450b7edb546b5a59e5f80ab79abed08","createdAt":"2026-04-24T15:08:19.181093Z","headSha":"fb6af5d83c02b954db1d180c4a82e454dc8b8faa","id":"3c256f74-33d5-49eb-bfce-75b87ae51f30","priority":"200","pullRequestNumber":"1642","queuedAt":"2026-04-24T15:08:19.179884Z","status":"STATUS_QUEUED"}
2 parents cdadbbb + fb6af5d commit 60b24e0

23 files changed

Lines changed: 2023 additions & 959 deletions

File tree

.github/actions/clippy-annotation-reporter/Cargo.lock renamed to .github/actions/Cargo.lock

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

.github/actions/Cargo.toml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Copyright 2024-Present Datadog, Inc. https://www.datadoghq.com/
2+
# SPDX-License-Identifier: Apache-2.0
3+
4+
[workspace]
5+
members = [
6+
"ci-shared",
7+
"crates-reporter",
8+
"clippy-annotation-reporter",
9+
]
10+
resolver = "2"

.github/actions/changed-crates/action.yml

Lines changed: 0 additions & 180 deletions
This file was deleted.
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Copyright 2024-Present Datadog, Inc. https://www.datadoghq.com/
2+
# SPDX-License-Identifier: Apache-2.0
3+
4+
[package]
5+
name = "ci-shared"
6+
version = "0.1.0"
7+
edition = "2021"
8+
rust-version = "1.84.1"
9+
publish = false
10+
11+
[dependencies]
12+
anyhow = "1.0"
13+
cargo_metadata = "0.23.1"
14+
log = "0.4"
15+
toml = "0.8"
16+
serde = { version = "1", features = ["derive"] }
17+
serde_json = "1"
18+
19+
[dev-dependencies]
20+
tempfile = "3"

0 commit comments

Comments
 (0)