Skip to content

Commit

Permalink
Build against latest Ghidra versions
Browse files Browse the repository at this point in the history
  • Loading branch information
antoniovazquezblanco committed Jun 15, 2024
1 parent 52f06a5 commit 25763af
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ jobs:
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '17'
java-version: '21'

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

Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ jobs:
strategy:
matrix:
ghidra:
- "11.1.1"
- "11.1"
- "11.0.3"
- "11.0.2"
- "11.0.1"
Expand All @@ -28,13 +30,13 @@ jobs:
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '17'
java-version: '21'

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

- name: Install Ghidra ${{ matrix.ghidra }}
uses: antoniovazquezblanco/[email protected].3
uses: antoniovazquezblanco/[email protected].4
with:
auth_token: ${{ secrets.GITHUB_TOKEN }}
version: ${{ matrix.ghidra }}
Expand Down

0 comments on commit 25763af

Please sign in to comment.