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 42c33ff commit d8aa8d8Copy full SHA for d8aa8d8
.github/workflows/code-qualitiy.yml
@@ -72,3 +72,23 @@ jobs:
72
run: mvn --batch-mode --update-snapshots clean install
73
- name: Run reproducibility check
74
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
85
+ distribution: 'temurin'
86
+ java-version: '17'
87
+ - name: Dirty Waters Analysis
88
+ uses: chains-project/[email protected]
89
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