Skip to content

Commit

Permalink
Merge pull request #132 from carloslack/codeql
Browse files Browse the repository at this point in the history
Add PROCNAME to github env
  • Loading branch information
djolertrk authored Oct 31, 2024
2 parents 16cdef7 + d2dafe0 commit 382c47b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
- name: After Prepare
run: export GNU_MAKE=make && echo "GNU_MAKE=$GNU_MAKE" >> $GITHUB_ENV
run: export PROCNAME="myprocname" && echo "PROCNAME=$PROCNAME" >> $GITHUB_ENV

- name: Initialize CodeQL
uses: github/codeql-action/init@v2
Expand Down

0 comments on commit 382c47b

Please sign in to comment.