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 4b9bf83 commit f13b862Copy full SHA for f13b862
.github/workflows/code-qualitiy.yml
@@ -64,3 +64,23 @@ jobs:
64
run: mvn --batch-mode --update-snapshots clean install
65
- name: Run reproducibility check
66
run: mvn clean install
67
+ dirty-waters:
68
+ runs-on:
69
+ ubuntu-latest
70
+ steps:
71
+ - uses: actions/checkout@v4
72
+ with:
73
+ submodules: true
74
+ - name: Setup JDK17
75
+ uses: actions/setup-java@v4
76
77
+ distribution: 'temurin'
78
+ java-version: '17'
79
+ - name: Dirty Waters Analysis
80
+ uses: chains-project/[email protected]
81
82
+ github_token: ${{ secrets.GITHUB_TOKEN }}
83
+ package_manager: maven
84
+ project_repo: ${{ github.repository }}
85
+ latest_commit_sha: ${{ github.sha }}
86
+ github_event_before: ${{github.event.before}}
0 commit comments