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 3127508 commit 9228ebbCopy full SHA for 9228ebb
.github/workflows/code-qualitiy.yml
@@ -82,10 +82,8 @@ jobs:
82
distribution: 'temurin'
83
java-version: '17'
84
- name: Dirty Waters Analysis
85
- uses: chains-project/dirty-waters-action@v1.10
+ uses: chains-project/dirty-waters-action@v1.11.2
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 }}
+ gradual_report: true
0 commit comments