Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
antoniovazquezblanco committed Jun 24, 2024
1 parent e2c70df commit df83bc5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ This example just clones your code, setups java and setups Ghidra from the ofici
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
- uses: antoniovazquezblanco/[email protected].3
- uses: antoniovazquezblanco/[email protected].4
```
**Advanced:**
Expand All @@ -39,7 +39,7 @@ steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
- uses: gradle/actions/setup-gradle@v3
- uses: antoniovazquezblanco/[email protected].3
- uses: antoniovazquezblanco/[email protected].4
with:
auth_token: ${{ secrets.GITHUB_TOKEN }}
version: ${{ matrix.ghidra }}
Expand All @@ -52,7 +52,7 @@ steps:
For a full reference of action parameters see [action.yml](action.yml)
```yaml
- uses: antoniovazquezblanco/[email protected].3
- 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
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "setup-ghidra",
"version": "2.0.3",
"version": "2.0.4",
"description": "This action sets up a Ghidra environment for use in actions.",
"author": "Antonio Vázquez Blanco",
"license": "MIT",
Expand Down

4 comments on commit df83bc5

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage report

St.
Category Percentage Covered / Total
🟢 Statements 91.16% 134/147
🟡 Branches 78.26% 18/23
🟢 Functions 100% 10/10
🟢 Lines 91.16% 134/147

Test suite run success

6 tests passing in 2 suites.

Report generated by 🧪jest coverage report action from df83bc5

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage report

St.
Category Percentage Covered / Total
🟢 Statements 91.16% 134/147
🟡 Branches 78.26% 18/23
🟢 Functions 100% 10/10
🟢 Lines 91.16% 134/147

Test suite run success

6 tests passing in 2 suites.

Report generated by 🧪jest coverage report action from df83bc5

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage report

Caution

An unexpected error occurred. For more details, check console

TypeError: Cannot read properties of undefined (reading 'totalStatements')
St.
Category Percentage Covered / Total
🟢 Statements 91.16% 134/147
🟡 Branches 78.26% 18/23
🟢 Functions 100% 10/10
🟢 Lines 91.16% 134/147

Test suite run success

6 tests passing in 2 suites.

Report generated by 🧪jest coverage report action from df83bc5

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage report

Caution

An unexpected error occurred. For more details, check console

TypeError: Cannot read properties of undefined (reading 'totalStatements')
St.
Category Percentage Covered / Total
🟢 Statements 91.16% 134/147
🟡 Branches 78.26% 18/23
🟢 Functions 100% 10/10
🟢 Lines 91.16% 134/147

Test suite run success

6 tests passing in 2 suites.

Report generated by 🧪jest coverage report action from df83bc5

Please sign in to comment.