Skip to content

Commit

Permalink
Merge pull request #133 from carloslack/codeql
Browse files Browse the repository at this point in the history
One more shot at codeql
  • Loading branch information
carloslack authored Oct 31, 2024
2 parents 382c47b + 84cbff6 commit bfc3dcf
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,9 @@ jobs:
sudo apt-get install --yes build-essential linux-headers-generic linux-kernel-headers
- name: After Prepare
run: export GNU_MAKE=make && echo "GNU_MAKE=$GNU_MAKE" >> $GITHUB_ENV
run: export PROCNAME="myprocname" && echo "PROCNAME=$PROCNAME" >> $GITHUB_ENV
run: |
export GNU_MAKE=make && echo "GNU_MAKE=$GNU_MAKE" >> $GITHUB_ENV
export PROCNAME="myprocname" && echo "PROCNAME=$PROCNAME" >> $GITHUB_ENV
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
Expand Down

0 comments on commit bfc3dcf

Please sign in to comment.