Skip to content

Commit

Permalink
CI: Update Gradle setup action
Browse files Browse the repository at this point in the history
  • Loading branch information
antoniovazquezblanco authored Feb 5, 2024
1 parent 9723a04 commit 25e64cc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,16 +38,16 @@ jobs:
distribution: 'temurin'
java-version: '17'

- name: Install Gradle
uses: gradle/actions/setup-gradle@v3

- name: Install Ghidra
uses: antoniovazquezblanco/[email protected]
with:
auth_token: ${{ secrets.GITHUB_TOKEN }}

- name: Build
uses: gradle/[email protected]
with:
gradle-version: 7.3
arguments: -PGHIDRA_INSTALL_DIR=${{ env.GHIDRA_INSTALL_DIR }}
run: gradle build -PGHIDRA_INSTALL_DIR=${{ env.GHIDRA_INSTALL_DIR }}

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3
Expand Down

0 comments on commit 25e64cc

Please sign in to comment.