Skip to content

Commit 3d93294

Browse files
committed
fix: update cron schedule and base branches in CVE overview workflow
1 parent 6258cc8 commit 3d93294

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/cve-overview.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ env:
55

66
on:
77
schedule:
8-
- cron: '30 5 * * *'
8+
- cron: '30 11 * * *'
99
workflow_dispatch:
1010

1111
permissions:
@@ -19,13 +19,13 @@ jobs:
1919
fail-fast: false
2020
matrix:
2121
include:
22-
- base: 6350-v4/auto-update-deps
22+
- base: develop
2323
version: v4
24-
- base: 6350-v3/auto-update-deps
24+
- base: release/3
2525
version: v3
26-
- base: 6350-v2/auto-update-deps
26+
- base: release/2
2727
version: v2
28-
- base: 6350-v1/auto-update-deps
28+
- base: release/1
2929
version: v1
3030
env:
3131
version: ${{ matrix.version }}

0 commit comments

Comments
 (0)