remove broken codeql configs, will figure this out later

This commit is contained in:
2025-10-20 01:51:20 -07:00
parent d2f47dcad6
commit 29529ddacd
2 changed files with 0 additions and 8 deletions

View File

@@ -1,4 +0,0 @@
name: rust-extractor
version: 1.0.0
options:
cargo_target: x86_64-unknown-uefi

View File

@@ -40,10 +40,6 @@ jobs:
with: with:
persist-credentials: false persist-credentials: false
- name: use rust extractor config
run: |
echo "CODEQL_EXTRACTOR_RUST_CONFIG=.github/codeql/rust-extractor.yaml" >> $GITHUB_ENV
- name: initialize codeql - name: initialize codeql
uses: github/codeql-action/init@16140ae1a102900babc80a33c44059580f687047 #v4 uses: github/codeql-action/init@16140ae1a102900babc80a33c44059580f687047 #v4
with: with: