Skip to content

Commit

Permalink
edit
Browse files Browse the repository at this point in the history
  • Loading branch information
usfalami committed Jan 8, 2025
1 parent ba3f5b0 commit 534a712
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
with:
java-version: '21'
distribution: 'temurin' #Eclipse Temurin
- uses: oneteme/common-action/mvn-sonar-action.yml@main
- uses: oneteme/common-action/.github/actions/mvn-sonar-action@main
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
- name: Extract project version
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
with:
java-version: '21'
distribution: 'temurin' #Eclipse Temurin
- uses: oneteme/common-action/mvn-sonar-action.yml@main
- uses: oneteme/common-action/.github/actions/mvn-sonar-action@main
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
deploy:
Expand Down

0 comments on commit 534a712

Please sign in to comment.