infra: bump introspector (#12658)

This fixes an issue introduced
https://github.com/google/oss-fuzz/pull/12643
This commit is contained in:
DavidKorczynski 2024-10-27 19:58:40 +00:00 committed by GitHub
parent 6fcea2e655
commit 9439d2c705
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 a7616d98d742e9386033ef535357d05c03804956 && \
git checkout 5924aea8bcfe1fbdac9dc815adff91d3ee51f52b && \
git submodule init && \
git submodule update && \
apt-get autoremove --purge -y git && \