Skip to content

Commit

Permalink
Update maven-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
doppleware authored May 22, 2024
1 parent fe6bd39 commit 283d17c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
distribution: 'adopt'
cache: maven
- name: Instrument app
uses: digma-ai/digma-actions/[email protected].19
uses: digma-ai/digma-actions/[email protected].20
with:
# Assuming the action expects these inputs:
collector_url: 'https://collector.meloona01.digma.systems'
Expand All @@ -37,7 +37,7 @@ jobs:
run: mvn '-Dtest=org.springframework.samples.petclinic.integration.*Tests' test

- name: Validate no issues
uses: digma-ai/digma-actions/[email protected].19
uses: digma-ai/digma-actions/[email protected].20
with:
# Assuming the action expects these inputs:
digma_url: 'https://api.meloona01.digma.systems'
Expand Down

0 comments on commit 283d17c

Please sign in to comment.