mirror of
https://github.com/edera-dev/sprout.git
synced 2025-12-19 10:10:17 +00:00
attempt at codeql config for the right target
This commit is contained in:
5
.github/codeql/codeql-config.yaml
vendored
Normal file
5
.github/codeql/codeql-config.yaml
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
name: "codeql-config"
|
||||
|
||||
extractor-options:
|
||||
rust:
|
||||
cargo_target: x86_64-unknown-uefi
|
||||
1
.github/workflows/codeql.yaml
vendored
1
.github/workflows/codeql.yaml
vendored
@@ -45,6 +45,7 @@ jobs:
|
||||
with:
|
||||
languages: ${{ matrix.language }}
|
||||
build-mode: ${{ matrix.build-mode }}
|
||||
config-file: ./.github/codeql/codeql-config.yaml
|
||||
|
||||
- name: perform codeql analysis
|
||||
uses: github/codeql-action/analyze@16140ae1a102900babc80a33c44059580f687047 #v4
|
||||
|
||||
Reference in New Issue
Block a user