-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
021eb68
commit 7b0a7bc
Showing
1 changed file
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,7 @@ The action will fail if no matching versions are found. | |
steps: | ||
- uses: actions/checkout@v4 | ||
- uses: actions/setup-java@v4 | ||
- uses: antoniovazquezblanco/[email protected].0 | ||
- uses: antoniovazquezblanco/[email protected].4 | ||
``` | ||
**Advanced:** | ||
|
@@ -27,9 +27,9 @@ steps: | |
strategy: | ||
matrix: | ||
ghidra: | ||
- "11.1.1" | ||
- "11.0.3" | ||
- "10.4" | ||
- "10.3" | ||
- "10.2" | ||
|
||
steps: | ||
- uses: actions/checkout@v4 | ||
|
@@ -39,15 +39,14 @@ steps: | |
with: | ||
auth_token: ${{ secrets.GITHUB_TOKEN }} | ||
version: ${{ matrix.ghidra }} | ||
|
||
- name: Build something with Ghidra ${{ matrix.ghidra }} | ||
run: gradle -PGHIDRA_INSTALL_DIR=${{ env.GHIDRA_INSTALL_DIR }} | ||
``` | ||
For a full reference of action parameters see [action.yml](action.yml) | ||
```yaml | ||
- uses: antoniovazquezblanco/[email protected].0 | ||
- uses: antoniovazquezblanco/[email protected].4 | ||
with: | ||
# A distribution download URL to directly download and install it. | ||
# If this argument is specified, both the repository and version arguments | ||
|
@@ -69,5 +68,6 @@ For a full reference of action parameters see [action.yml](action.yml) | |
version: 'latest' | ||
|
||
# Github authentication token to avoid API limiting. | ||
# This is optional. | ||
auth_token: ${{ secrets.GITHUB_TOKEN }} | ||
``` |