Skip to content

Commit d8aa8d8

Browse files
committed
feat: add dirty-waters to CI
1 parent 42c33ff commit d8aa8d8

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.github/workflows/code-qualitiy.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,3 +72,23 @@ jobs:
7272
run: mvn --batch-mode --update-snapshots clean install
7373
- name: Run reproducibility check
7474
run: mvn clean install
75+
dirty-waters:
76+
runs-on:
77+
ubuntu-latest
78+
steps:
79+
- uses: actions/checkout@v4
80+
with:
81+
submodules: true
82+
- name: Setup JDK17
83+
uses: actions/setup-java@v4
84+
with:
85+
distribution: 'temurin'
86+
java-version: '17'
87+
- name: Dirty Waters Analysis
88+
uses: chains-project/[email protected]
89+
with:
90+
github_token: ${{ secrets.GITHUB_TOKEN }}
91+
package_manager: maven
92+
project_repo: ${{ github.repository }}
93+
latest_commit_sha: ${{ github.sha }}
94+
github_event_before: ${{github.event.before}}

0 commit comments

Comments
 (0)