Skip to content

Commit

Permalink
Update dependency-check.yml
Browse files Browse the repository at this point in the history
to not run into 403 due to rate limit
  • Loading branch information
infeo authored Dec 18, 2023
1 parent ae60d60 commit ce3615b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dependency-check.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: OWASP Maven Dependency Check
on:
schedule:
- cron: '0 7 * * 0'
- cron: '0 13 * * 0'
push:
branches:
- 'release/**'
Expand Down Expand Up @@ -60,4 +60,4 @@ jobs:
- name: Failing workflow on release branch
if: github.event_name == 'push' && steps.dependency-check.outcome == 'failure'
shell: bash
run: exit 1
run: exit 1

0 comments on commit ce3615b

Please sign in to comment.