Skip to content

Commit e2646ac

Browse files
authored
Disable configuration cache for ossIndexAudit (#2700)
1 parent 640dc04 commit e2646ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/owasp-dependency-check-daily.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
- uses: gradle/actions/setup-gradle@0723195856401067f7a2779048b490ace7a47d7c # v5.0.2
2626

27-
- run: ./gradlew ossIndexAudit
27+
- run: ./gradlew ossIndexAudit --no-configuration-cache
2828
id: audit
2929
continue-on-error: true
3030
env:

0 commit comments

Comments
 (0)