Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update github/codeql-action action to v3.28.1 #678

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 2, 2024

This PR contains the following updates:

Package Type Update Change
github/codeql-action action minor v3.23.2 -> v3.28.1

Release Notes

github/codeql-action (github/codeql-action)

v3.28.1

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

3.28.1 - 10 Jan 2025
  • CodeQL Action v2 is now deprecated, and is no longer updated or supported. For better performance, improved security, and new features, upgrade to v3. For more information, see this changelog post. #​2677
  • Update default CodeQL bundle version to 2.20.1. #​2678

See the full CHANGELOG.md for more information.

v3.28.0

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

Note that the only difference between v2 and v3 of the CodeQL Action is the node version they support, with v3 running on node 20 while we continue to release v2 to support running on node 16. For example 3.22.11 was the first v3 release and is functionally identical to 2.22.11. This approach ensures an easy way to track exactly which features are included in different versions, indicated by the minor and patch version numbers.

3.28.0 - 20 Dec 2024
  • Bump the minimum CodeQL bundle version to 2.15.5. #​2655
  • Don't fail in the unusual case that a file is on the search path. #​2660.

See the full CHANGELOG.md for more information.

v3.27.9

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

Note that the only difference between v2 and v3 of the CodeQL Action is the node version they support, with v3 running on node 20 while we continue to release v2 to support running on node 16. For example 3.22.11 was the first v3 release and is functionally identical to 2.22.11. This approach ensures an easy way to track exactly which features are included in different versions, indicated by the minor and patch version numbers.

3.27.9 - 12 Dec 2024

No user facing changes.

See the full CHANGELOG.md for more information.

v3.27.8

Compare Source

v3.27.7

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

Note that the only difference between v2 and v3 of the CodeQL Action is the node version they support, with v3 running on node 20 while we continue to release v2 to support running on node 16. For example 3.22.11 was the first v3 release and is functionally identical to 2.22.11. This approach ensures an easy way to track exactly which features are included in different versions, indicated by the minor and patch version numbers.

3.27.7 - 10 Dec 2024
  • We are rolling out a change in December 2024 that will extract the CodeQL bundle directly to the toolcache to improve performance. #​2631
  • Update default CodeQL bundle version to 2.20.0. #​2636

See the full CHANGELOG.md for more information.

v3.27.6

Compare Source

v3.27.5

Compare Source

v3.27.4

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

Note that the only difference between v2 and v3 of the CodeQL Action is the node version they support, with v3 running on node 20 while we continue to release v2 to support running on node 16. For example 3.22.11 was the first v3 release and is functionally identical to 2.22.11. This approach ensures an easy way to track exactly which features are included in different versions, indicated by the minor and patch version numbers.

3.27.4 - 14 Nov 2024

No user facing changes.

See the full CHANGELOG.md for more information.

v3.27.3

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

Note that the only difference between v2 and v3 of the CodeQL Action is the node version they support, with v3 running on node 20 while we continue to release v2 to support running on node 16. For example 3.22.11 was the first v3 release and is functionally identical to 2.22.11. This approach ensures an easy way to track exactly which features are included in different versions, indicated by the minor and patch version numbers.

3.27.3 - 12 Nov 2024

No user facing changes.

See the full CHANGELOG.md for more information.

v3.27.2

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

Note that the only difference between v2 and v3 of the CodeQL Action is the node version they support, with v3 running on node 20 while we continue to release v2 to support running on node 16. For example 3.22.11 was the first v3 release and is functionally identical to 2.22.11. This approach ensures an easy way to track exactly which features are included in different versions, indicated by the minor and patch version numbers.

3.27.2 - 12 Nov 2024
  • Fixed an issue where setting up the CodeQL tools would sometimes fail with the message "Invalid value 'undefined' for header 'authorization'". #​2590

See the full CHANGELOG.md for more information.

v3.27.1

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

Note that the only difference between v2 and v3 of the CodeQL Action is the node version they support, with v3 running on node 20 while we continue to release v2 to support running on node 16. For example 3.22.11 was the first v3 release and is functionally identical to 2.22.11. This approach ensures an easy way to track exactly which features are included in different versions, indicated by the minor and patch version numbers.

3.27.1 - 08 Nov 2024
  • The CodeQL Action now downloads bundles compressed using Zstandard on GitHub Enterprise Server when using Linux or macOS runners. This speeds up the installation of the CodeQL tools. This feature is already available to GitHub.com users. #​2573
  • Update default CodeQL bundle version to 2.19.3. #​2576

See the full CHANGELOG.md for more information.

v3.27.0

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

Note that the only difference between v2 and v3 of the CodeQL Action is the node version they support, with v3 running on node 20 while we continue to release v2 to support running on node 16. For example 3.22.11 was the first v3 release and is functionally identical to 2.22.11. This approach ensures an easy way to track exactly which features are included in different versions, indicated by the minor and patch version numbers.

3.27.0 - 22 Oct 2024
  • Bump the minimum CodeQL bundle version to 2.14.6. #​2549
  • Fix an issue where the upload-sarif Action would fail with "upload-sarif post-action step failed: Input required and not supplied: token" when called in a composite Action that had a different set of inputs to the ones expected by the upload-sarif Action. #​2557
  • Update default CodeQL bundle version to 2.19.2. #​2552

See the full CHANGELOG.md for more information.

v3.26.13

Compare Source

v3.26.12

Compare Source

v3.26.11

Compare Source

v3.26.10

Compare Source

v3.26.9

Compare Source

v3.26.8

Compare Source

v3.26.7

Compare Source

v3.26.6

Compare Source

v3.26.5

Compare Source

v3.26.4

Compare Source

v3.26.3

Compare Source

v3.26.2

Compare Source

v3.26.1

Compare Source

v3.26.0

Compare Source

v3.25.15

Compare Source

v3.25.14

Compare Source

v3.25.13

Compare Source

v3.25.12

Compare Source

v3.25.11

Compare Source

v3.25.10

Compare Source

v3.25.9

Compare Source

v3.25.8

Compare Source

v3.25.7

Compare Source

v3.25.6

Compare Source

v3.25.5

Compare Source

v3.25.4

Compare Source

v3.25.3

Compare Source

v3.25.2

Compare Source

v3.25.1

Compare Source

v3.25.0

Compare Source

v3.24.11

Compare Source

v3.24.10

Compare Source

v3.24.9

Compare Source

v3.24.8

Compare Source

v3.24.7

Compare Source

v3.24.6

Compare Source

v3.24.5

Compare Source

v3.24.4

Compare Source

v3.24.3

Compare Source

v3.24.2

Compare Source

v3.24.1

Compare Source

v3.24.0

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from kilpatty as a code owner February 2, 2024 18:38
@renovate renovate bot added the auto-update label Feb 2, 2024
@renovate renovate bot requested a review from a team as a code owner February 2, 2024 18:38
Copy link

github-actions bot commented Feb 2, 2024

🤠 Cargo bloat for toolchain stable-x86_64-unknown-linux-gnu 🤠

@@ Size breakdown @@

- Size       8.38 MB
+ Size       8.37 MB  -18.99 KB
- Text Size  2.15 MB
+ Text Size  2.14 MB  -11.94 KB
Size difference per crate

Note: The numbers below are not 100% accurate, use them as a rough estimate.

@@ Breakdown per crate @@

- (stratum_server) hyper::proto::h1::conn::Conn<I,B,T>::write_trailers       681 B
+ (stratum_server) hyper::proto::h1::conn::Conn<I,B,T>::write_trailers       4.78 KB
+ (stratum_server) tower_layer::tuple::<impl tower_layer::Layer<S> for (...  1.48 KB
+ (tokio) tokio::runtime::signal::Driver::shutdown                           759 B
+ (http) <http::header::value::HeaderValue as core::convert::From<u64>>:...  631 B
- (num_cpus) num_cpus::linux::init_cgroups                                   6.08 KB
- (stratum_server) hyper::proto::h1::encode::Encoder::encode_trailers        5.11 KB
- (tokio) alloc::collections::btree::map::BTreeMap<K,V,A>::insert            3.05 KB
- (stratum_server) <http::header::map::HeaderMap<T> as core::iter::trait...  2.26 KB
- (tokio) core::slice::sort::merge_sort                                      2.04 KB
- (stratum_server) <&T as tower_layer::Layer<S>>::layer                      1.55 KB
- (tokio) tokio::runtime::scheduler::current_thread::CurrentThread::shut...  1.29 KB
- (tokio) tokio::runtime::time::wheel::Wheel::poll                           935 B
- (num_cpus) std::io::append_to_string                                       849 B
- (num_cpus) core::str::<impl str>::trim_matches                             685 B
- (http) <http::header::value::HeaderValue as core::convert::From<usize>...  631 B
- (hyper) core::fmt::num::<impl core::fmt::Debug for usize>::fmt             29 B
- (num_cpus) num_cpus::linux::get_num_cpus                                   480 B
- (tokio) tokio::runtime::io::registration_set::RegistrationSet::shutdow...  418 B
- (num_cpus) std::sys::sync::once::futex::Once::call                         415 B
- (tower_http) tower_http::cors::CorsLayer::new                              394 B
- (std) std::path::Path::_join                                               382 B
- (stratum_server) hyper::proto::h1::encode::Encoder::encode_and_end         381 B
- (tokio) tokio::runtime::io::driver::Driver::shutdown                       379 B
- (num_cpus) num_cpus::linux::Cgroup::raw_param                              369 B
- (serde_json) serde_json::de::from_trait                                    369 B
- (tokio) tokio::runtime::io::registration_set::RegistrationSet::release     367 B
- (stratum_server) <std::collections::hash::map::HashMap<K,V,S> as core:...  352 B
- (tokio) hashbrown::map::HashMap<K,V,S,A>::remove                           342 B
- (tokio) tokio::runtime::time::wheel::Wheel::remove                         331 B
- (tokio) tokio::runtime::time::Driver::shutdown                             315 B
- (mio) mio::sys::unix::selector::epoll::Selector::select                    290 B
- (tokio) tokio::runtime::time::wheel::Wheel::insert                         288 B
- (stratum_server) futures_channel::mpsc::queue::Queue<T>::pop_spin          268 B
- (std) core::ptr::drop_in_place<alloc::vec::into_iter::IntoIter<http::h...  271 B
- (num_cpus) <std::io::Lines<B> as core::iter::traits::iterator::Iterato...  254 B
- (tokio) core::ptr::drop_in_place<tokio::runtime::io::driver::Handle>       248 B
- (tokio) tokio::runtime::time::wheel::Wheel::new                            246 B
- (mio) mio::sys::unix::selector::epoll::Selector::new                       245 B
- (tokio) core::ptr::drop_in_place<alloc::vec::Vec<alloc::sync::Arc<toki...  243 B
- (tokio) core::ptr::drop_in_place<tokio::loom::std::parking_lot::Mutex<...  87 B
- (std) std::fs::OpenOptions::_open                                          214 B
- (mio) mio::sys::unix::waker::eventfd::WakerInternal::wake                  202 B
- (std) core::ptr::drop_in_place<alloc::vec::Vec<(usize,std::thread::Joi...  191 B
- (mio) mio::sys::unix::waker::fdbased::Waker::new                           186 B
- (std) std::path::PathBuf::_push                                            185 B
- (stratum_server) core::ptr::drop_in_place<futures_channel::oneshot::Re...  185 B
- (tokio) alloc::raw_vec::RawVec<T,A>::reserve::do_reserve_and_handle        177 B
- (num_cpus) num_cpus::linux::Cgroup::param                                  169 B
- (num_cpus) alloc::raw_vec::RawVec<T,A>::reserve::do_reserve_and_handle     156 B
- (tokio) core::ptr::drop_in_place<tokio::runtime::context::set_schedule...  155 B
- (stratum_server) axum::routing::route::Route<E>::oneshot_inner             155 B
- (tokio) core::ptr::drop_in_place<tokio::runtime::scheduler::inject::po...  150 B
- (tokio) core::ptr::drop_in_place<alloc::sync::ArcInner<tokio::runtime:...  148 B
- (num_cpus) alloc::raw_vec::finish_grow                                     141 B
- (tokio) core::ptr::drop_in_place<(usize,std::thread::JoinHandle<()>)>      133 B
- (std) <std::fs::File as std::io::Read>::read_buf                           129 B
- (tokio) tokio::runtime::task::Schedule::yield_now                          116 B
- (stratum_server) axum::boxed::BoxedIntoRoute<S,E>::into_route              110 B
- (mio) <mio::net::tcp::stream::TcpStream as mio::event::source::Source>...  51 B
- (mio) <mio::net::tcp::listener::TcpListener as mio::event::source::Sou...  109 B
- (num_cpus) alloc::vec::Vec<T,A>::extend_from_slice                         90 B
- (stratum_server) core::ptr::drop_in_place<futures_channel::mpsc::Recei...  88 B
- (std) core::ptr::drop_in_place<num_cpus::linux::MountInfo>                 54 B
- (std) core::ptr::drop_in_place<tokio::signal::unix::OsExtraData>           52 B
- (mio) <mio::net::uds::stream::UnixStream as mio::event::source::Source...  51 B
- (std) core::ptr::drop_in_place<core::iter::adapters::filter_map::Filte...  37 B
- (std) core::ptr::drop_in_place<std::io::Lines<std::io::buffered::bufre...  37 B
- (std) core::ptr::drop_in_place<axum::json::Json<core::option::Option<s...  37 B
- (std) core::ptr::drop_in_place<axum::json::Json<stratum_server::ban_ma...  37 B
- (mio) <mio::sys::unix::selector::epoll::Selector as core::ops::drop::D...  36 B
- (std) <std::fs::File as std::io::Read>::read_to_string                     28 B
- (tokio) tokio::util::rand::FastRand::new                                   28 B
- (serde_json) <serde_json::raw::ReferenceFromString as serde::de::Visit...  21 B
- (bytes) <*const T as core::fmt::Debug>::fmt                                9 B
- (axum_core) core::error::Error::source                                     3 B
- (std) core::ptr::drop_in_place<signal_hook_registry::register<tokio::s...  1 B
- (tokio) core::ptr::drop_in_place<&std::process::Child>                     1 B
- (tokio) core::ptr::drop_in_place<tokio::loom::std::parking_lot::RwLock...  1 B
- (std) core::ptr::drop_in_place<&lock_api::mutex::Mutex<parking_lot::ra...  1 B
- (std) core::ptr::drop_in_place<tokio::runtime::builder::Builder::new::...  1 B
- (axum_core) core::ptr::drop_in_place<http::header::map::MaxSizeReached...  1 B
- (hyper) core::ptr::drop_in_place<&http::header::value::HeaderValue>        1 B
- (stratum_server) core::ptr::drop_in_place<http::header::value::Invalid...  1 B
- (stratum_server) core::ptr::drop_in_place<hyper::proto::h1::encode::No...  1 B
- (std) core::ptr::drop_in_place<&tracing_core::span::Id>                    1 B
- (std) core::ptr::drop_in_place<serde_json::raw::BoxedFromString>           1 B
Dependency tree
@@ Dependency tree @@
- Count: 223
+ Count: 221

  ├─ async-trait v0.1.81 (proc-macro)
  │  ├─ proc-macro2 v1.0.86
  │  │  └─ unicode-ident v1.0.12
  │  ├─ quote v1.0.36
  │  │  └─ proc-macro2 v1.0.86 
- │  └─ syn v2.0.70
+ │  └─ syn v2.0.72
  │     ├─ proc-macro2 v1.0.86 
  │     ├─ quote v1.0.36 
  │     └─ unicode-ident v1.0.12
  ├─ axum v0.7.5
  │  ├─ async-trait v0.1.81 (proc-macro) 
  │  ├─ axum-core v0.4.3
  │  │  ├─ async-trait v0.1.81 (proc-macro) 
- │  │  ├─ bytes v1.6.0
+ │  │  ├─ bytes v1.6.1
  │  │  ├─ futures-util v0.3.30
  │  │  │  ├─ futures-channel v0.3.30
  │  │  │  │  ├─ futures-core v0.3.30
  │  │  │  │  └─ futures-sink v0.3.30
  │  │  │  ├─ futures-core v0.3.30
  │  │  │  ├─ futures-io v0.3.30
  │  │  │  ├─ futures-macro v0.3.30 (proc-macro)
  │  │  │  │  ├─ proc-macro2 v1.0.86 
  │  │  │  │  ├─ quote v1.0.36 
- │  │  │  │  └─ syn v2.0.70 
+ │  │  │  │  └─ syn v2.0.72 
  │  │  │  ├─ futures-sink v0.3.30
  │  │  │  ├─ futures-task v0.3.30
  │  │  │  ├─ memchr v2.7.4
  │  │  │  ├─ pin-project-lite v0.2.14
  │  │  │  ├─ pin-utils v0.1.0
  │  │  │  └─ slab v0.4.9
  │  │  │     └─ autocfg v1.3.0
  │  │  ├─ http v1.1.0
- │  │  │  ├─ bytes v1.6.0
+ │  │  │  ├─ bytes v1.6.1
  │  │  │  ├─ fnv v1.0.7
  │  │  │  └─ itoa v1.0.11
- │  │  ├─ http-body v1.0.0
- │  │  │  ├─ bytes v1.6.0
+ │  │  ├─ http-body v1.0.1
+ │  │  │  ├─ bytes v1.6.1
  │  │  │  └─ http v1.1.0 
  │  │  ├─ http-body-util v0.1.2
- │  │  │  ├─ bytes v1.6.0
+ │  │  │  ├─ bytes v1.6.1
  │  │  │  ├─ futures-util v0.3.30 
  │  │  │  ├─ http v1.1.0 
- │  │  │  ├─ http-body v1.0.0 
+ │  │  │  ├─ http-body v1.0.1 
  │  │  │  └─ pin-project-lite v0.2.14
  │  │  ├─ mime v0.3.17
  │  │  ├─ pin-project-lite v0.2.14
  │  │  ├─ sync_wrapper v0.1.2
  │  │  ├─ tower-layer v0.3.2
  │  │  ├─ tower-service v0.3.2
  │  │  ├─ tracing v0.1.40
  │  │  │  ├─ log v0.4.22
  │  │  │  ├─ pin-project-lite v0.2.14
  │  │  │  ├─ tracing-attributes v0.1.27 (proc-macro)
  │  │  │  │  ├─ proc-macro2 v1.0.86 
  │  │  │  │  ├─ quote v1.0.36 
- │  │  │  │  └─ syn v2.0.70 
+ │  │  │  │  └─ syn v2.0.72 
  │  │  │  └─ tracing-core v0.1.32
  │  │  │     └─ once_cell v1.19.0
  │  │  └─ rustversion v1.0.17 (proc-macro)
- │  ├─ bytes v1.6.0
+ │  ├─ bytes v1.6.1
  │  ├─ futures-util v0.3.30 
  │  ├─ http v1.1.0 
- │  ├─ http-body v1.0.0 
+ │  ├─ http-body v1.0.1 
  │  ├─ http-body-util v0.1.2 
  │  ├─ hyper v1.4.1
- │  │  ├─ bytes v1.6.0
+ │  │  ├─ bytes v1.6.1
  │  │  ├─ futures-channel v0.3.30 
  │  │  ├─ futures-util v0.3.30 
  │  │  ├─ http v1.1.0 
- │  │  ├─ http-body v1.0.0 
+ │  │  ├─ http-body v1.0.1 
  │  │  ├─ httparse v1.9.4
  │  │  ├─ httpdate v1.0.3
  │  │  ├─ itoa v1.0.11
  │  │  ├─ pin-project-lite v0.2.14
  │  │  ├─ smallvec v1.13.2
- │  │  └─ tokio v1.38.0
- │  │     ├─ bytes v1.6.0
+ │  │  └─ tokio v1.39.1
+ │  │     ├─ bytes v1.6.1
  │  │     ├─ libc v0.2.155
- │  │     ├─ mio v0.8.11
+ │  │     ├─ mio v1.0.1
  │  │     │  └─ libc v0.2.155
- │  │     ├─ num_cpus v1.16.0
- │  │     │  └─ libc v0.2.155
  │  │     ├─ parking_lot v0.12.3
  │  │     │  ├─ lock_api v0.4.12
  │  │     │  │  ├─ scopeguard v1.2.0
  │  │     │  │  └─ autocfg v1.3.0
  │  │     │  └─ parking_lot_core v0.9.10
  │  │     │     ├─ cfg-if v1.0.0
  │  │     │     ├─ libc v0.2.155
  │  │     │     └─ smallvec v1.13.2
  │  │     ├─ pin-project-lite v0.2.14
  │  │     ├─ signal-hook-registry v1.4.2
  │  │     │  └─ libc v0.2.155
  │  │     ├─ socket2 v0.5.7
  │  │     │  └─ libc v0.2.155
- │  │     └─ tokio-macros v2.3.0 (proc-macro)
+ │  │     └─ tokio-macros v2.4.0 (proc-macro)
  │  │        ├─ proc-macro2 v1.0.86 
  │  │        ├─ quote v1.0.36 
- │  │        └─ syn v2.0.70 
+ │  │        └─ syn v2.0.72 
  │  ├─ hyper-util v0.1.6
- │  │  ├─ bytes v1.6.0
+ │  │  ├─ bytes v1.6.1
  │  │  ├─ futures-util v0.3.30 
  │  │  ├─ http v1.1.0 
- │  │  ├─ http-body v1.0.0 
+ │  │  ├─ http-body v1.0.1 
  │  │  ├─ hyper v1.4.1 
  │  │  ├─ pin-project-lite v0.2.14
- │  │  └─ tokio v1.38.0 
+ │  │  └─ tokio v1.39.1 
  │  ├─ itoa v1.0.11
  │  ├─ matchit v0.7.3
  │  ├─ memchr v2.7.4
  │  ├─ mime v0.3.17
  │  ├─ percent-encoding v2.3.1
  │  ├─ pin-project-lite v0.2.14
  │  ├─ serde v1.0.204
  │  │  └─ serde_derive v1.0.204 (proc-macro)
  │  │     ├─ proc-macro2 v1.0.86 
  │  │     ├─ quote v1.0.36 
- │  │     └─ syn v2.0.70 
+ │  │     └─ syn v2.0.72 
  │  ├─ serde_json v1.0.120
  │  │  ├─ itoa v1.0.11
  │  │  ├─ ryu v1.0.18
  │  │  └─ serde v1.0.204 
  │  ├─ serde_path_to_error v0.1.16
  │  │  ├─ itoa v1.0.11
  │  │  └─ serde v1.0.204 
  │  ├─ serde_urlencoded v0.7.1
  │  │  ├─ form_urlencoded v1.2.1
  │  │  │  └─ percent-encoding v2.3.1
  │  │  ├─ itoa v1.0.11
  │  │  ├─ ryu v1.0.18
  │  │  └─ serde v1.0.204 
  │  ├─ sync_wrapper v1.0.1
- │  ├─ tokio v1.38.0 
+ │  ├─ tokio v1.39.1 
  │  ├─ tower v0.4.13
  │  │  ├─ futures-core v0.3.30
  │  │  ├─ futures-util v0.3.30 
  │  │  ├─ pin-project v1.1.5
  │  │  │  └─ pin-project-internal v1.1.5 (proc-macro)
  │  │  │     ├─ proc-macro2 v1.0.86 
  │  │  │     ├─ quote v1.0.36 
- │  │  │     └─ syn v2.0.70 
+ │  │  │     └─ syn v2.0.72 
  │  │  ├─ pin-project-lite v0.2.14
- │  │  ├─ tokio v1.38.0 
+ │  │  ├─ tokio v1.39.1 
  │  │  ├─ tower-layer v0.3.2
  │  │  ├─ tower-service v0.3.2
  │  │  └─ tracing v0.1.40 
  │  ├─ tower-layer v0.3.2
  │  ├─ tower-service v0.3.2
  │  ├─ tracing v0.1.40 
  │  └─ rustversion v1.0.17 (proc-macro)
  ├─ bit-set v0.5.3
  │  └─ bit-vec v0.6.3
- ├─ bytes v1.6.0
+ ├─ bytes v1.6.1
  ├─ dashmap v5.5.3
  │  ├─ cfg-if v1.0.0
  │  ├─ hashbrown v0.14.5
  │  ├─ lock_api v0.4.12 
  │  ├─ once_cell v1.19.0
  │  └─ parking_lot_core v0.9.10 
  ├─ extended-primitives v0.3.8
  │  ├─ encodings v0.1.0
- │  └─ thiserror v1.0.62
- │     └─ thiserror-impl v1.0.62 (proc-macro)
+ │  └─ thiserror v1.0.63
+ │     └─ thiserror-impl v1.0.63 (proc-macro)
  │        ├─ proc-macro2 v1.0.86 
  │        ├─ quote v1.0.36 
- │        └─ syn v2.0.70 
+ │        └─ syn v2.0.72 
  ├─ futures v0.3.30
  │  ├─ futures-channel v0.3.30 
  │  ├─ futures-core v0.3.30
  │  ├─ futures-executor v0.3.30
  │  │  ├─ futures-core v0.3.30
  │  │  ├─ futures-task v0.3.30
  │  │  └─ futures-util v0.3.30 
  │  ├─ futures-io v0.3.30
  │  ├─ futures-sink v0.3.30
  │  ├─ futures-task v0.3.30
  │  └─ futures-util v0.3.30 
  ├─ hyper v1.4.1 
  ├─ parking_lot v0.12.3 
  ├─ rlimit v0.10.1
  │  └─ libc v0.2.155
  ├─ serde v1.0.204 
  ├─ serde_json v1.0.120 
- ├─ thiserror v1.0.62 
- ├─ tokio v1.38.0 
+ ├─ thiserror v1.0.63 
+ ├─ tokio v1.39.1 
  ├─ tokio-stream v0.1.15
  │  ├─ futures-core v0.3.30
  │  ├─ pin-project-lite v0.2.14
- │  └─ tokio v1.38.0 
+ │  └─ tokio v1.39.1 
  ├─ tokio-util v0.7.11
- │  ├─ bytes v1.6.0
+ │  ├─ bytes v1.6.1
  │  ├─ futures-core v0.3.30
  │  ├─ futures-sink v0.3.30
  │  ├─ pin-project-lite v0.2.14
  │  ├─ slab v0.4.9 
- │  └─ tokio v1.38.0 
+ │  └─ tokio v1.39.1 
  ├─ tower-http v0.5.2
  │  ├─ bitflags v2.6.0
- │  ├─ bytes v1.6.0
+ │  ├─ bytes v1.6.1
  │  ├─ http v1.1.0 
- │  ├─ http-body v1.0.0 
+ │  ├─ http-body v1.0.1 
  │  ├─ http-body-util v0.1.2 
  │  ├─ pin-project-lite v0.2.14
  │  ├─ tower-layer v0.3.2
  │  └─ tower-service v0.3.2
  ├─ tracing v0.1.40 
  └─ uuid v1.10.0
     ├─ getrandom v0.2.15
     │  ├─ cfg-if v1.0.0
     │  └─ libc v0.2.155
     ├─ rand v0.8.5
     │  ├─ libc v0.2.155
     │  ├─ rand_chacha v0.3.1
     │  │  ├─ ppv-lite86 v0.2.17
     │  │  └─ rand_core v0.6.4
     │  │     └─ getrandom v0.2.15 
     │  └─ rand_core v0.6.4 
     ├─ serde v1.0.204 
     └─ uuid-macro-internal v1.10.0 (proc-macro)
        ├─ proc-macro2 v1.0.86 
        ├─ quote v1.0.36 
-       └─ syn v2.0.70 
+       └─ syn v2.0.72 

Commit: de408de (Compare with baseline commit)

Copy link

codecov bot commented Feb 2, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 69.31%. Comparing base (d1a33db) to head (0e360d3).

Current head 0e360d3 differs from pull request most recent head 3beeee0

Please upload reports for the commit 3beeee0 to get more accurate results.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #678      +/-   ##
==========================================
+ Coverage   68.35%   69.31%   +0.96%     
==========================================
  Files          29       29              
  Lines        1839     1799      -40     
==========================================
- Hits         1257     1247      -10     
+ Misses        582      552      -30     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Contributor Author

renovate bot commented Feb 2, 2024

bors: r+

@renovate renovate bot changed the title chore(deps): update github/codeql-action action to v3.24.0 chore(deps): update github/codeql-action action to v3.24.1 Feb 13, 2024
@renovate renovate bot force-pushed the renovate/github-codeql-action-3.x branch from e1aa763 to fb12c1f Compare February 13, 2024 15:41
@renovate renovate bot changed the title chore(deps): update github/codeql-action action to v3.24.1 chore(deps): update github/codeql-action action to v3.24.3 Feb 15, 2024
@renovate renovate bot force-pushed the renovate/github-codeql-action-3.x branch from fb12c1f to dc04046 Compare February 15, 2024 13:09
@renovate renovate bot changed the title chore(deps): update github/codeql-action action to v3.24.3 chore(deps): update github/codeql-action action to v3.24.4 Feb 22, 2024
@renovate renovate bot force-pushed the renovate/github-codeql-action-3.x branch from dc04046 to 95f9a67 Compare February 22, 2024 12:44
@renovate renovate bot changed the title chore(deps): update github/codeql-action action to v3.24.4 chore(deps): update github/codeql-action action to v3.24.5 Feb 23, 2024
@renovate renovate bot force-pushed the renovate/github-codeql-action-3.x branch from 95f9a67 to ef14877 Compare February 23, 2024 13:51
@renovate renovate bot changed the title chore(deps): update github/codeql-action action to v3.24.5 chore(deps): update github/codeql-action action to v3.24.6 Feb 29, 2024
@renovate renovate bot force-pushed the renovate/github-codeql-action-3.x branch from ef14877 to ade987a Compare February 29, 2024 15:32
@renovate renovate bot changed the title chore(deps): update github/codeql-action action to v3.24.6 chore(deps): update github/codeql-action action to v3.24.7 Mar 12, 2024
@renovate renovate bot force-pushed the renovate/github-codeql-action-3.x branch from ade987a to e9a18fd Compare March 12, 2024 20:04
@renovate renovate bot changed the title chore(deps): update github/codeql-action action to v3.24.7 chore(deps): update github/codeql-action action to v3.24.8 Mar 18, 2024
@renovate renovate bot force-pushed the renovate/github-codeql-action-3.x branch from e9a18fd to 5704219 Compare March 18, 2024 16:47
@renovate renovate bot changed the title chore(deps): update github/codeql-action action to v3.24.8 chore(deps): update github/codeql-action action to v3.24.9 Apr 3, 2024
@renovate renovate bot force-pushed the renovate/github-codeql-action-3.x branch from 5704219 to 8b77066 Compare April 3, 2024 17:44
@renovate renovate bot force-pushed the renovate/github-codeql-action-3.x branch from 8c4aacc to 3c3e6c6 Compare November 12, 2024 13:06
@renovate renovate bot changed the title chore(deps): update github/codeql-action action to v3.27.2 chore(deps): update github/codeql-action action to v3.27.3 Nov 12, 2024
@renovate renovate bot force-pushed the renovate/github-codeql-action-3.x branch from 3c3e6c6 to 585aee2 Compare November 12, 2024 20:14
@renovate renovate bot changed the title chore(deps): update github/codeql-action action to v3.27.3 chore(deps): update github/codeql-action action to v3.27.4 Nov 14, 2024
@renovate renovate bot force-pushed the renovate/github-codeql-action-3.x branch from 585aee2 to 743910c Compare November 14, 2024 17:33
@renovate renovate bot changed the title chore(deps): update github/codeql-action action to v3.27.4 chore(deps): update github/codeql-action action to v3.27.5 Nov 20, 2024
@renovate renovate bot force-pushed the renovate/github-codeql-action-3.x branch from 743910c to d659394 Compare November 20, 2024 15:25
@renovate renovate bot changed the title chore(deps): update github/codeql-action action to v3.27.5 chore(deps): update github/codeql-action action to v3.27.6 Dec 3, 2024
@renovate renovate bot force-pushed the renovate/github-codeql-action-3.x branch from d659394 to 29efc2c Compare December 3, 2024 12:34
@renovate renovate bot changed the title chore(deps): update github/codeql-action action to v3.27.6 chore(deps): update github/codeql-action action to v3.27.7 Dec 10, 2024
@renovate renovate bot force-pushed the renovate/github-codeql-action-3.x branch from 29efc2c to 16dff9a Compare December 10, 2024 14:56
@renovate renovate bot changed the title chore(deps): update github/codeql-action action to v3.27.7 chore(deps): update github/codeql-action action to v3.27.8 Dec 12, 2024
@renovate renovate bot force-pushed the renovate/github-codeql-action-3.x branch from 16dff9a to 2d8ce20 Compare December 12, 2024 21:27
@renovate renovate bot changed the title chore(deps): update github/codeql-action action to v3.27.8 chore(deps): update github/codeql-action action to v3.27.9 Dec 13, 2024
@renovate renovate bot force-pushed the renovate/github-codeql-action-3.x branch from 2d8ce20 to e407f90 Compare December 13, 2024 01:58
@renovate renovate bot changed the title chore(deps): update github/codeql-action action to v3.27.9 chore(deps): update github/codeql-action action to v3.28.0 Dec 20, 2024
@renovate renovate bot force-pushed the renovate/github-codeql-action-3.x branch from e407f90 to 087e528 Compare December 20, 2024 20:49
@renovate renovate bot changed the title chore(deps): update github/codeql-action action to v3.28.0 chore(deps): update github/codeql-action action to v3.28.1 Jan 10, 2025
@renovate renovate bot force-pushed the renovate/github-codeql-action-3.x branch from 087e528 to 70787fe Compare January 10, 2025 22:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants