Skip to content

Commit

Permalink
[codeql] Show git ancestry graph (#1440)
Browse files Browse the repository at this point in the history
To check if PR is actually taken into account
  • Loading branch information
kcudnik authored Oct 21, 2024
1 parent 2e7d946 commit 3838d7e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ jobs:
name: Build repository
run: |
gcc -v
git --no-pager log --graph --oneline --ancestry-path origin/master^..HEAD
./autogen.sh
DEB_BUILD_OPTIONS=nocheck \
SWSS_COMMON_INC="$(dirname $GITHUB_WORKSPACE)/usr/include" \
Expand Down

0 comments on commit 3838d7e

Please sign in to comment.