Skip to content

Commit

Permalink
codeql-analysis.yml: removed unnecessary (execution of) steps
Browse files Browse the repository at this point in the history
  • Loading branch information
firewave committed Jan 11, 2025
1 parent 644b521 commit 636d189
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,18 +36,15 @@ jobs:
with:
persist-credentials: false

- name: Install missing software on ubuntu
run: |
sudo apt-get update
sudo apt-get install libxml2-utils
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: ${{ matrix.language }}

- run: |
- name: Build cppcheck
if: matrix.language == 'cpp'
run: |
make -j$(nproc) HAVE_RULES=yes cppcheck
- name: Perform CodeQL Analysis
Expand Down

0 comments on commit 636d189

Please sign in to comment.