From d5972a034e52a655ffd30b47e15cd9dca69beb37 Mon Sep 17 00:00:00 2001 From: sebastianMindee <130448732+sebastianMindee@users.noreply.github.com> Date: Fri, 19 Jun 2026 10:13:08 +0200 Subject: [PATCH] :wrench: fix cron and allow manual restart --- .github/workflows/_codeql.yml | 1 - .github/workflows/cron.yml | 3 +++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/_codeql.yml b/.github/workflows/_codeql.yml index 8d03ee2f5..a492874ee 100644 --- a/.github/workflows/_codeql.yml +++ b/.github/workflows/_codeql.yml @@ -18,7 +18,6 @@ on: permissions: actions: read contents: read - security-events: write jobs: analyze: diff --git a/.github/workflows/cron.yml b/.github/workflows/cron.yml index 22cbcad05..26d059064 100644 --- a/.github/workflows/cron.yml +++ b/.github/workflows/cron.yml @@ -1,6 +1,7 @@ name: Crontab on: + workflow_dispatch: schedule: - cron: '33 0 * * *' @@ -11,6 +12,8 @@ permissions: jobs: codeql: uses: mindee/mindee-api-java/.github/workflows/_codeql.yml@main + permissions: + security-events: write test_code_samples: uses: mindee/mindee-api-java/.github/workflows/_test-code-samples.yml@main secrets: inherit