From fe8213a92efef413e9cada01e2a3f861b10b885d Mon Sep 17 00:00:00 2001 From: Roni Dover Date: Mon, 15 Apr 2024 12:22:28 -0700 Subject: [PATCH] version --- .github/workflows/maven-build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/maven-build.yml b/.github/workflows/maven-build.yml index 9872209b55f..295fbc9c64a 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-actions/instrument@v1.0.5 + uses: digma-ai/digma-actions/instrument@v1.0.6 with: # Assuming the action expects these inputs: collector_url: 'https://collector.meloona01.digma.systems' @@ -37,7 +37,7 @@ jobs: run: mvn '-Dtest=org.springframework.samples.petclinic.integration.*Tests' test - name: Validate no issues - uses: digma-ai/digma-actions/assert-no-issues@v1.0.5 + uses: digma-ai/digma-actions/assert-no-issues@v1.0.6 with: # Assuming the action expects these inputs: digma_url: 'https://collector.meloona01.digma.systems'