Skip to content

Commit e8fd9f1

Browse files
authored
Update dependency-check.yml
to not run into 403 due to rate limit
1 parent 042d56c commit e8fd9f1

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
@@ -1,7 +1,7 @@
11
name: OWASP Maven Dependency Check
22
on:
33
schedule:
4-
- cron: '0 7 * * 0'
4+
- cron: '0 11 * * 0'
55
push:
66
branches:
77
- 'release/**'
@@ -60,4 +60,4 @@ jobs:
6060
- name: Failing workflow on release branch
6161
if: github.event_name == 'push' && steps.dependency-check.outcome == 'failure'
6262
shell: bash
63-
run: exit 1
63+
run: exit 1

0 commit comments

Comments
 (0)