From c13566501b2ddbbd6a5cc09ccd79674eaef712df Mon Sep 17 00:00:00 2001 From: Joonas Javanainen Date: Wed, 16 Nov 2022 20:04:13 +0200 Subject: [PATCH] Use Ghidra 10.2.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 8cf9b25..c51c900 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.2.1" - GHIDRA_BUILD_DATE: 20221110 - GHIDRA_SHA256: f683cfbb583641d27f9dca3c1a59b4172ecd10155d8771bbb28a2e0eaa7c80bb + GHIDRA_VERSION: "10.2.2" + GHIDRA_BUILD_DATE: 20221115 + GHIDRA_SHA256: feb8a795696b406ad075e2c554c80c7ee7dd55f0952458f694ea1a918aa20ee3 GHIDRA_INSTALL_DIR: /home/runner/ghidra steps: - uses: actions/checkout@v2