Skip to content

Commit 242618e

Browse files
randomicecubeLogFlames
authored andcommitted
fix: use v1.9
1 parent a544751 commit 242618e

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
@@ -82,10 +82,10 @@ jobs:
8282
distribution: 'temurin'
8383
java-version: '17'
8484
- name: Dirty Waters Analysis
85-
uses: chains-project/dirty-waters-action@v1.7
85+
uses: chains-project/dirty-waters-action@v1.9
8686
with:
8787
github_token: ${{ secrets.GITHUB_TOKEN }}
8888
package_manager: maven
8989
project_repo: ${{ github.repository }}
9090
latest_commit_sha: ${{ github.sha }}
91-
github_event_before: ${{github.event.before}}
91+
github_event_before: ${{ github.event.before }}

0 commit comments

Comments
 (0)