Skip to content

Commit a544751

Browse files
randomicecubeLogFlames
authored andcommitted
feat: add workflow_dispatch ignore_cache input
1 parent f13b862 commit a544751

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:
@@ -77,7 +82,7 @@ jobs:
7782
distribution: 'temurin'
7883
java-version: '17'
7984
- name: Dirty Waters Analysis
80-
uses: chains-project/dirty-waters-action@v1.6
85+
uses: chains-project/dirty-waters-action@v1.7
8186
with:
8287
github_token: ${{ secrets.GITHUB_TOKEN }}
8388
package_manager: maven

0 commit comments

Comments
 (0)