Skip to content

Commit

Permalink
Merge pull request #5735 from lukaszstolarczuk/clean-codeql
Browse files Browse the repository at this point in the history
common: clean CodeQL workflow up
  • Loading branch information
janekmi authored Jun 30, 2023
2 parents 5733e06 + 55cc1b7 commit b5c2192
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,6 @@ name: CodeQL

on: [push, pull_request, workflow_dispatch]

env:
GITHUB_REPO: pmem/pmdk
HOST_WORKDIR: /home/runner/work/pmdk/pmdk
WORKDIR: utils/gha-runners
PMDK_CC: gcc
PMDK_CXX: g++

jobs:
analyze:
name: Analyze
Expand Down Expand Up @@ -55,8 +48,8 @@ jobs:
languages: ${{ matrix.language }}

- name: Run the build
run: cd ${WORKDIR} && ./build-pmdk.sh
run: make EXTRA_CFLAGS=-DUSE_VALGRIND test -j$(nproc)

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

0 comments on commit b5c2192

Please sign in to comment.