Skip to content

Commit

Permalink
replaced lgtm
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiud committed Oct 7, 2023
1 parent e17f932 commit ee26a25
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ jobs:
shell: bash
name: GCC-C++${{matrix.std}}-${{matrix.build_type}}-${{matrix.lib}}
runs-on: ubuntu-22.04
permissions:
actions: read
contents: read
security-events: write
strategy:
fail-fast: true
matrix:
Expand All @@ -19,6 +23,11 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Initialize CodeQL
uses: github/codeql-action/init@v2
with:
languages: cpp

- name: Setup Dependencies
run: |
sudo apt-get update
Expand Down Expand Up @@ -136,3 +145,6 @@ jobs:
files: build_${{matrix.build_type}}/coverage.xml
fail_ci_if_error: true
verbose: true

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

0 comments on commit ee26a25

Please sign in to comment.