Skip to content

Commit

Permalink
Set up CodeQL and dependency graph submission
Browse files Browse the repository at this point in the history
  • Loading branch information
kberzinch committed Jun 1, 2024
1 parent 0ded7c4 commit 10de4b2
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,12 @@ jobs:
versionSpec: '5.x'
preferLatestVersion: true

- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: java-kotlin
queries: security-extended,security-and-quality

- name: Grant execute permission for gradlew
run: chmod +x gradlew

Expand Down Expand Up @@ -77,6 +83,14 @@ jobs:
GOOGLE_PLAY_PRIVATE_KEY: ${{ secrets.GOOGLE_PLAY_PRIVATE_KEY }}
IS_CI: true

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3
with:
category: "/language:java-kotlin"

- name: Generate and submit dependency graph
uses: gradle/actions/dependency-submission@v3

- name: Upload lint results
uses: actions/upload-artifact@v4
if: always()
Expand Down

0 comments on commit 10de4b2

Please sign in to comment.