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 f13b862 commit a544751Copy full SHA for a544751
.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:
@@ -77,7 +82,7 @@ jobs:
77
82
distribution: 'temurin'
78
83
java-version: '17'
79
84
- name: Dirty Waters Analysis
80
- uses: chains-project/dirty-waters-action@v1.6
85
+ uses: chains-project/dirty-waters-action@v1.7
81
86
with:
87
github_token: ${{ secrets.GITHUB_TOKEN }}
88
package_manager: maven
0 commit comments