From ff460a4dda527e00dce594d6b4acc4d7838e8a27 Mon Sep 17 00:00:00 2001 From: Joonas Javanainen Date: Tue, 18 Jul 2023 15:27:48 +0300 Subject: [PATCH] Use Ghidra 10.3.2 in CI --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a026af3..c1ce3a3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,9 +10,9 @@ jobs: name: Build + test runs-on: ubuntu-latest env: - GHIDRA_VERSION: "10.3" - GHIDRA_BUILD_DATE: 20230510 - GHIDRA_SHA256: 4e990af9b22be562769bb6ce5d4d609fbb45455a7a2f756167b8cdcdb75887fc + GHIDRA_VERSION: "10.3.2" + GHIDRA_BUILD_DATE: 20230711 + GHIDRA_SHA256: a658677a87d0be12ab65bd7962f471875b81a2dd2ea35d69cc3201555ca1bd6f GHIDRA_INSTALL_DIR: /home/runner/ghidra steps: - uses: actions/checkout@v3