Skip to content

Commit 39630ba

Browse files
committed
feat: add workflow_dispatch ignore_cache input
1 parent d8aa8d8 commit 39630ba

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/code-qualitiy.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
name: Maven test
22
on:
33
workflow_dispatch:
4+
inputs:
5+
ignore_cache:
6+
description: "Ignore the repository cache for this run"
7+
required: false
8+
default: "false"
49
pull_request:
510

611
permissions:
@@ -85,7 +90,7 @@ jobs:
8590
distribution: 'temurin'
8691
java-version: '17'
8792
- name: Dirty Waters Analysis
88-
uses: chains-project/dirty-waters-action@v1.6
93+
uses: chains-project/dirty-waters-action@v1.7
8994
with:
9095
github_token: ${{ secrets.GITHUB_TOKEN }}
9196
package_manager: maven

0 commit comments

Comments
 (0)