From ca162ed9304a536b64a1c69b0f9a396f2fc3287b Mon Sep 17 00:00:00 2001 From: Lucas Bickel <116588+hairmare@users.noreply.github.com> Date: Mon, 4 Mar 2024 13:14:00 +0100 Subject: [PATCH] chore(ci): configure scheduled CI runs (#82) --- .github/workflows/schedule.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/schedule.yaml b/.github/workflows/schedule.yaml index 881bab6..10e73c4 100644 --- a/.github/workflows/schedule.yaml +++ b/.github/workflows/schedule.yaml @@ -6,7 +6,7 @@ on: workflow_dispatch: jobs: - call-workflow: - uses: radiorabe/actions/.github/workflows/schedule-trivy.yaml@v0.20.6 + schedule-trivy: + uses: radiorabe/actions/.github/workflows/schedule-trivy.yaml@v0.20.7 with: - image-ref: 'ghcr.io/radiorabe/ubi9-minimal:latest' \ No newline at end of file + image-ref: ghcr.io/radiorabe/ubi9-minimal:latest