Skip to content

Commit

Permalink
CodeQL action
Browse files Browse the repository at this point in the history
  • Loading branch information
nzeemin committed Apr 8, 2024
1 parent 4dceb6a commit 1ac1853
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 1 deletion.
36 changes: 36 additions & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
name: "CodeQL analysis"

on:
push:
branches: [ main ]

jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write

strategy:
fail-fast: false
matrix:
language: [ 'cpp' ]

steps:
- name: Checkout repository
uses: actions/checkout@v3

- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: ${{ matrix.language }}

- name: Autobuild
uses: github/codeql-action/autobuild@v3

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3
with:
category: "/language:${{matrix.language}}"
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# bkedcmd
[![Build Status](https://github.com/nzeemin/bkdecmd/actions/workflows/push-matrix.yml/badge.svg?branch=main)]
![Build Status](https://github.com/nzeemin/bkdecmd/actions/workflows/push-matrix.yml/badge.svg?branch=main)
[![Build status](https://ci.appveyor.com/api/projects/status/o151mhmfhrp69c99?svg=true)](https://ci.appveyor.com/project/nzeemin/bkdecmd)

BKDEcmd это утилита командной строки, попытка сделать из оконной программы BKDE консольную утилиту, работающую под Windows/Linux/MacOS.
Expand Down

0 comments on commit 1ac1853

Please sign in to comment.