mirror of
https://github.com/CIS-osdev/kernel
synced 2025-03-12 19:42:56 +03:00
Delete .github/workflows/codeql.yml
This commit is contained in:
parent
3f476fd555
commit
9768109f68
41
.github/workflows/codeql.yml
vendored
41
.github/workflows/codeql.yml
vendored
@ -1,41 +0,0 @@
|
||||
name: CodeQL C/C++
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
actions: read
|
||||
security-events: write
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
branches: [ "master" ]
|
||||
pull_request:
|
||||
branches: [ "master" ]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Install Dependencies
|
||||
run: |
|
||||
sudo apt update
|
||||
sudo apt install -y gcc build-essential grub2-common grub-pc xorriso qemu-system-x86 mtools cpio
|
||||
|
||||
- name: Initialize CodeQL
|
||||
uses: github/codeql-action/init@v3
|
||||
with:
|
||||
languages: c-cpp
|
||||
build-mode: manual
|
||||
|
||||
- name: Build with CodeQL
|
||||
run: |
|
||||
make clean
|
||||
make
|
||||
|
||||
- name: Run Tests
|
||||
run: make test
|
||||
|
||||
- name: Perform CodeQL Analysis
|
||||
uses: github/codeql-action/analyze@v3
|
Loading…
x
Reference in New Issue
Block a user