Skip to content

Commit 012c3bc

Browse files
Bump ghidra-stubs from 12.0.2 to 12.0.4 (#348)
* Bump ghidra-stubs from 12.0.2 to 12.0.4 Bumps ghidra-stubs from 12.0.2 to 12.0.4. --- updated-dependencies: - dependency-name: ghidra-stubs dependency-version: 12.0.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Add comment regarding docker version * Update unittest-ghidra.yml --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: jonschz <17198703+jonschz@users.noreply.github.com>
1 parent c253b9c commit 012c3bc

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/unittest-ghidra.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: 'ubuntu-latest'
99

1010
container:
11-
image: blacktop/ghidra:12.0.2
11+
image: blacktop/ghidra:12.0.4
1212
env:
1313
# not set by default for some reason
1414
GHIDRA_INSTALL_DIR: '/ghidra'

requirements-tests.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ black==26.3.1
33
pylint==4.0.5
44
mypy==1.19.1
55
types-colorama>=0.4.6
6-
ghidra-stubs==12.0.2
6+
# Note: This version should be kept in sync with the docker image in /.github/workflows/unittest-ghidra.yml
7+
ghidra-stubs==12.0.4

0 commit comments

Comments
 (0)