Skip to content

Commit

Permalink
try again codeql paths
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasCARPi committed Apr 12, 2024
1 parent 1ed8066 commit 8b0ffeb
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ on:
# The branches below must be a subset of the branches above
branches: [ dev ]

paths:
- src

jobs:
analyze:
name: Analyze
Expand All @@ -32,6 +29,7 @@ jobs:
uses: github/codeql-action/init@v2
with:
languages: ${{ matrix.language }}
paths: src

- name: Install dependencies
run: yarn install
Expand Down

0 comments on commit 8b0ffeb

Please sign in to comment.