Skip to content

Commit 06cb66a

Browse files
fix another yml error
1 parent 521504e commit 06cb66a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dependency-check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ jobs:
2929
restore-keys: |
3030
${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
3131
${{ runner.os }}-maven-
32-
env:
33-
SEGMENT_DOWNLOAD_TIMEOUT_MINS: 5
32+
env:
33+
SEGMENT_DOWNLOAD_TIMEOUT_MINS: 5
3434
- name: Run org.owasp:dependency-check plugin
3535
id: dependency-check
3636
continue-on-error: true

0 commit comments

Comments
 (0)