infra: bump fuzz introspector (#8970)

This has a fix for coverage urls for per-fuzzer coverage reports:
https://github.com/ossf/fuzz-introspector/pull/605

Signed-off-by: David Korczynski <david@adalogics.com>

Signed-off-by: David Korczynski <david@adalogics.com>
This commit is contained in:
DavidKorczynski 2022-11-10 23:12:33 +01:00 committed by GitHub
parent 426b8f5f19
commit 4e2f86d3ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 91b30879ddc8fc308d5c7a2aace6624ea8cae6e1 && \
git checkout ea1c238592431da969dba7aa6846a6ffea59165f && \
git submodule init && \
git submodule update && \
apt-get autoremove --purge -y git && \