Skip to content

Commit

Permalink
Add codeql workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Lbqds committed Feb 5, 2024
1 parent 125bce1 commit 279c7a3
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
name: "CodeQL"

on:
push:
branches:
- [master]
pull_request:

jobs:
analyse:
name: Analyse
strategy:
matrix:
language: [ 'rust' ]
runs-on: ubuntu-latest
container:
image: ghcr.io/ledgerhq/ledger-app-builder/ledger-app-builder-legacy:latest

steps:
- name: Clone
uses: actions/checkout@v3

- name: Initialize CodeQL
uses: github/codeql-action/init@v2
with:
languages: ${{ matrix.language }}
queries: security-and-quality

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2

0 comments on commit 279c7a3

Please sign in to comment.