From 1c7632c9c007c214914373237cbb9b9601810b0c Mon Sep 17 00:00:00 2001 From: Josh Date: Sat, 28 Feb 2026 09:38:05 -0500 Subject: [PATCH] ci(performance): fix Unexpected input warning for profiler-branch Signed-off-by: Josh --- .github/workflows/performance.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/performance.yml b/.github/workflows/performance.yml index 4835f8a49787b..9572b114b71ee 100644 --- a/.github/workflows/performance.yml +++ b/.github/workflows/performance.yml @@ -62,7 +62,7 @@ jobs: ref: ${{ github.event.pull_request.head.ref }} - name: Run before measurements - uses: nextcloud/profiler@6801ee10fc80f10b444388fb6ca9b36ad8a2ea83 + uses: nextcloud/profiler@6a74c915048285b35b8e1cd96c0835a635945044 with: run: | curl -s -X PROPFIND -u test:test http://localhost:8080/remote.php/dav/files/test @@ -84,7 +84,7 @@ jobs: - name: Run after measurements id: compare - uses: nextcloud/profiler@6801ee10fc80f10b444388fb6ca9b36ad8a2ea83 + uses: nextcloud/profiler@6a74c915048285b35b8e1cd96c0835a635945044 with: run: | curl -s -X PROPFIND -u test:test http://localhost:8080/remote.php/dav/files/test