Skip to content

Commit 6d03293

Browse files
committed
fix: use v1.9
1 parent 39630ba commit 6d03293

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/code-qualitiy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,10 +90,10 @@ jobs:
9090
distribution: 'temurin'
9191
java-version: '17'
9292
- name: Dirty Waters Analysis
93-
uses: chains-project/dirty-waters-action@v1.7
93+
uses: chains-project/dirty-waters-action@v1.9
9494
with:
9595
github_token: ${{ secrets.GITHUB_TOKEN }}
9696
package_manager: maven
9797
project_repo: ${{ github.repository }}
9898
latest_commit_sha: ${{ github.sha }}
99-
github_event_before: ${{github.event.before}}
99+
github_event_before: ${{ github.event.before }}

0 commit comments

Comments
 (0)