infra: bump introspector (#12468)

Contains logic for supporting java test-to-harness migration
This commit is contained in:
DavidKorczynski 2024-09-11 09:54:22 +01:00 committed by GitHub
parent a4ff657f96
commit 8c6a087478
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ RUN apt-get update && apt-get install -y wget sudo && \
RUN apt-get update && apt-get install -y git && \
git clone https://github.com/ossf/fuzz-introspector.git fuzz-introspector && \
cd fuzz-introspector && \
git checkout f034d26d6a7de8e2eebabe736ea631eee94678d3 && \
git checkout b55168b694305e32fa51712dca82d689d7516f38 && \
git submodule init && \
git submodule update && \
apt-get autoremove --purge -y git && \