Skip to content

Commit

Permalink
ci: fix codeql workflow (#356)
Browse files Browse the repository at this point in the history
Build only new project

References: #332
  • Loading branch information
al-kau committed Oct 1, 2024
1 parent f8590ff commit e42a9e2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ jobs:
# If this step fails, then you should remove it and run the build manually (see below)
- name: Autobuild
uses: github/codeql-action/autobuild@461ef6c76dfe95d5c364de2f431ddbd31a417628 # v3.26.9
with:
working-directory: ${{ github.workspace }}/source/Eppie.App

# ℹ️ Command-line programs to run using the OS shell.
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
Expand Down

0 comments on commit e42a9e2

Please sign in to comment.