We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a544751 commit 242618eCopy full SHA for 242618e
.github/workflows/code-qualitiy.yml
@@ -82,10 +82,10 @@ jobs:
82
distribution: 'temurin'
83
java-version: '17'
84
- name: Dirty Waters Analysis
85
- uses: chains-project/dirty-waters-action@v1.7
+ uses: chains-project/dirty-waters-action@v1.9
86
with:
87
github_token: ${{ secrets.GITHUB_TOKEN }}
88
package_manager: maven
89
project_repo: ${{ github.repository }}
90
latest_commit_sha: ${{ github.sha }}
91
- github_event_before: ${{github.event.before}}
+ github_event_before: ${{ github.event.before }}
0 commit comments