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 e76e033 commit d4cf934Copy full SHA for d4cf934
.github/workflows/code-qualitiy.yml
@@ -90,10 +90,8 @@ jobs:
90
distribution: 'temurin'
91
java-version: '17'
92
- name: Dirty Waters Analysis
93
- uses: chains-project/dirty-waters-action@v1.10
+ uses: chains-project/dirty-waters-action@v1.11.2
94
with:
95
github_token: ${{ secrets.GITHUB_TOKEN }}
96
package_manager: maven
97
- project_repo: ${{ github.repository }}
98
- latest_commit_sha: ${{ github.sha }}
99
- github_event_before: ${{ github.event.before }}
+ gradual_report: true
0 commit comments