From 7c204f3d73a5dd770bd0b2cb66c0eab81a4ce661 Mon Sep 17 00:00:00 2001 From: Roni Dover Date: Sun, 14 Apr 2024 21:53:50 -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 30d6cdea2..6c86e4f5f 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.2 + uses: digma-ai/digma-java-instrumentation-action@v1.0.2 with: # Assuming the action expects these inputs: collector_url: 'http://example.com/collector'