Skip to content

Commit

Permalink
Update codeql.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
amandeepg authored Mar 17, 2024
1 parent 8fd406f commit 555356e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
uses: gradle/actions/setup-gradle@v3
- name: Build
if: ${{ matrix.language == 'java-kotlin' }}
run: ./gradlew build --scan -PgithubUsername=amandeepg -PgithubPassword=${{ secrets.githubPassword }}
run: ./gradlew classes --scan -PgithubUsername=amandeepg -PgithubPassword=${{ secrets.githubPassword }}

# ℹ️ 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 555356e

Please sign in to comment.