From d6d3a870c0a78c10a42a7b50cc8111d5a70059f0 Mon Sep 17 00:00:00 2001 From: Roni Dover Date: Sun, 14 Apr 2024 21:51:56 -0700 Subject: [PATCH] added inst --- .github/workflows/maven-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven-build.yml b/.github/workflows/maven-build.yml index 915d68f0f20..30d6cdea273 100644 --- a/.github/workflows/maven-build.yml +++ b/.github/workflows/maven-build.yml @@ -26,7 +26,7 @@ jobs: distribution: 'adopt' cache: maven - name: Instrument app - uses: digma-ai/digma-java-instrumentation-action@1.0.3 + uses: digma-ai/digma-java-instrumentation-action@1.0.2 with: # Assuming the action expects these inputs: collector_url: 'http://example.com/collector'