This commit is contained in:
Roni Dover 2024-04-15 12:22:28 -07:00
parent 48f6003118
commit fe8213a92e

View file

@ -26,7 +26,7 @@ jobs:
distribution: 'adopt' distribution: 'adopt'
cache: maven cache: maven
- name: Instrument app - name: Instrument app
uses: digma-ai/digma-actions/instrument@v1.0.5 uses: digma-ai/digma-actions/instrument@v1.0.6
with: with:
# Assuming the action expects these inputs: # Assuming the action expects these inputs:
collector_url: 'https://collector.meloona01.digma.systems' collector_url: 'https://collector.meloona01.digma.systems'
@ -37,7 +37,7 @@ jobs:
run: mvn '-Dtest=org.springframework.samples.petclinic.integration.*Tests' test run: mvn '-Dtest=org.springframework.samples.petclinic.integration.*Tests' test
- name: Validate no issues - 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: with:
# Assuming the action expects these inputs: # Assuming the action expects these inputs:
digma_url: 'https://collector.meloona01.digma.systems' digma_url: 'https://collector.meloona01.digma.systems'