From 55ba2556516495a055e5d630fda6a27f4561b420 Mon Sep 17 00:00:00 2001 From: Armin Schrenk Date: Mon, 18 Dec 2023 10:49:47 +0100 Subject: [PATCH] Update dependency-check.yml to not run into 403 due to rate limit --- .github/workflows/dependency-check.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dependency-check.yml b/.github/workflows/dependency-check.yml index a8dcd6de0..590688b7d 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 8 * * 0' workflow_dispatch: @@ -53,4 +53,4 @@ jobs: SLACK_TITLE: "Vulnerabilities in ${{ github.event.repository.name }} detected." SLACK_MESSAGE: "Download the for more details." SLACK_FOOTER: false - MSG_MINIMAL: true \ No newline at end of file + MSG_MINIMAL: true