Skip to content

Commit

Permalink
Update build.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
woody-apple authored and pull[bot] committed Jul 1, 2021
1 parent 354477f commit 1406836
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ jobs:
uses: actions/checkout@v2
with:
submodules: true
# - name: Initialize CodeQL
# uses: github/codeql-action/init@v1
# with:
# languages: "cpp, python"
- name: Initialize CodeQL
uses: github/codeql-action/init@v1
with:
languages: "cpp"

- name: Bootstrap
run: scripts/build/gn_bootstrap.sh
Expand Down Expand Up @@ -81,6 +81,6 @@ jobs:
run: find out -type d -name "dbus" -exec rm -rf {} +
# - name: Remove nrfxlib binaries for CodeQL Analysis
# run: find . -type d -name "nrfxlib" -exec rm -rf {} +
# - name: Perform CodeQL Analysis
# if: ${{ github.event_name == 'push' }}
# uses: github/codeql-action/analyze@v1
- name: Perform CodeQL Analysis
if: ${{ github.event_name == 'push' }}
uses: github/codeql-action/analyze@v1

0 comments on commit 1406836

Please sign in to comment.