Skip to content

chore(deps): bump rand from 0.8.5 to 0.9.2 #65

chore(deps): bump rand from 0.8.5 to 0.9.2

chore(deps): bump rand from 0.8.5 to 0.9.2 #65

Triggered via pull request May 20, 2026 11:08
Status Failure
Total duration 14m 23s
Artifacts

codeql.yml

on: pull_request
Analyze Rust Code
1m 29s
Analyze Rust Code
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 2 warnings
Analyze Rust Code: src/storage/src/redis_sets.rs#L624
no method named `choose_multiple` found for struct `Vec<usize>` in the current scope
Analyze Rust Code: src/storage/src/redis_sets.rs#L606
use of deprecated method `rand::Rng::gen_range`: Renamed to `random_range`
Analyze Rust Code: src/storage/src/redis_sets.rs#L418
no method named `choose` found for struct `Vec<std::string::String>` in the current scope
Analyze Rust Code: src/storage/src/redis_sets.rs#L407
no method named `choose_multiple` found for struct `Vec<std::string::String>` in the current scope
Analyze Rust Code: src/storage/src/redis_sets.rs#L386
use of deprecated method `rand::Rng::gen_range`: Renamed to `random_range`
Analyze Rust Code: src/storage/src/redis_sets.rs#L615
use of deprecated function `rand::thread_rng`: Renamed to `rng`
Analyze Rust Code: src/storage/src/redis_sets.rs#L605
use of deprecated function `rand::thread_rng`: Renamed to `rng`
Analyze Rust Code: src/storage/src/redis_sets.rs#L395
use of deprecated function `rand::thread_rng`: Renamed to `rng`
Analyze Rust Code: src/storage/src/redis_sets.rs#L385
use of deprecated function `rand::thread_rng`: Renamed to `rng`
Analyze Rust Code: src/storage/src/redis_sets.rs#L614
unused import: `rand::seq::SliceRandom`
Analyze Rust Code
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: github/codeql-action/init@v3. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Analyze Rust Code
CodeQL Action v3 will be deprecated in December 2026. Please update all occurrences of the CodeQL Action in your workflow files to v4. For more information, see https://github.blog/changelog/2025-10-28-upcoming-deprecation-of-codeql-action-v3/