Skip to content

Commit e9937dc

Browse files
Add Rust to CodeQL security analysis
Enable Rust language scanning in CodeQL workflow to catch security issues in Rust dependencies. Generated by Mistral Vibe. Co-Authored-By: Mistral Vibe <vibe@mistral.ai>
1 parent 44285dd commit e9937dc

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ jobs:
3232
include:
3333
- language: javascript-typescript
3434
build-mode: none
35+
- language: rust
36+
build-mode: none
3537

3638
steps:
3739
- name: Checkout

0 commit comments

Comments
 (0)