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 d8aa8d8 commit 39630baCopy full SHA for 39630ba
.github/workflows/code-qualitiy.yml
@@ -1,6 +1,11 @@
1
name: Maven test
2
on:
3
workflow_dispatch:
4
+ inputs:
5
+ ignore_cache:
6
+ description: "Ignore the repository cache for this run"
7
+ required: false
8
+ default: "false"
9
pull_request:
10
11
permissions:
@@ -85,7 +90,7 @@ jobs:
85
90
distribution: 'temurin'
86
91
java-version: '17'
87
92
- name: Dirty Waters Analysis
88
- uses: chains-project/dirty-waters-action@v1.6
93
+ uses: chains-project/dirty-waters-action@v1.7
89
94
with:
95
github_token: ${{ secrets.GITHUB_TOKEN }}
96
package_manager: maven
0 commit comments