diff --git a/.github/workflows/dependency-check.yml b/.github/workflows/dependency-check.yml index 0bed507..6117013 100644 --- a/.github/workflows/dependency-check.yml +++ b/.github/workflows/dependency-check.yml @@ -1,7 +1,7 @@ name: OWASP Maven Dependency Check on: schedule: - - cron: '0 7 * * 0' + - cron: '0 16 * * 0' push: branches: - 'release/**' @@ -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 \ No newline at end of file + run: exit 1