Skip to content

Commit 315ccbc

Browse files
authored
fix: Semgrep send metrics value (#381)
1 parent 4d64150 commit 315ccbc

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/semgrep.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
# Do not check for new version
4141
SEMGREP_ENABLE_VERSION_CHECK: 0
4242
# No metrics
43-
SEMGREP_SEND_METRICS: false
43+
SEMGREP_SEND_METRICS: 'off'
4444
- name: Upload SARIF file for GitHub Advanced Security Dashboard
4545
uses: github/codeql-action/upload-sarif@d6bbdef45e766d081b84a2def353b0055f728d3e # v3.29.3
4646
with:

src/services/signer/evm/turnkey_signer.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,6 @@ mod tests {
185185
use super::*;
186186
use actix_web::body::MessageBody;
187187
use alloy::primitives::{keccak256, private::alloy_rlp::*};
188-
use rand::rngs::mock;
189188

190189
use crate::{
191190
models::{SecretString, TurnkeySignerConfig},

0 commit comments

Comments
 (0)