Skip to content

Commit ce9ddec

Browse files
committed
use tag to test if sha breaks config
1 parent bd2c1eb commit ce9ddec

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/code-qualitiy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,8 @@ jobs:
119119
java-version: '17'
120120
distribution: 'temurin'
121121
- name: Dirty Waters Analysis
122-
uses: chains-project/dirty-waters-action@c66f3ec3a34924dcad7717e316223dd17cdf5a57 # v1.11.42
122+
# uses: chains-project/dirty-waters-action@c66f3ec3a34924dcad7717e316223dd17cdf5a57 # v1.11.42
123+
uses: chains-project/[email protected] # c66f3ec3a34924dcad7717e316223dd17cdf5a57 # v1.11.42
123124
with:
124125
github_token: ${{ secrets.GITHUB_TOKEN }}
125126
package_manager: maven

0 commit comments

Comments
 (0)