Skip to content

Commit c099c60

Browse files
committed
Update Scheduled Vulnerability Check and Dependabot configuration
1 parent bedcb80 commit c099c60

File tree

2 files changed

+19
-19
lines changed

2 files changed

+19
-19
lines changed

.github/dependabot.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -36,49 +36,49 @@ updates:
3636
interval: "weekly"
3737

3838
- package-ecosystem: "github-actions"
39-
target-branch: "3.15"
39+
target-branch: "3.16"
4040
groups:
41-
actions on branch 3.15:
41+
actions on branch 3.16:
4242
patterns:
4343
- "*"
4444
directory: "/"
4545
schedule:
4646
interval: "weekly"
4747

4848
- package-ecosystem: "github-actions"
49-
target-branch: "3.14"
49+
target-branch: "3.15"
5050
groups:
51-
actions on branch 3.14:
51+
actions on branch 3.15:
5252
patterns:
5353
- "*"
5454
directory: "/"
5555
schedule:
5656
interval: "weekly"
5757

5858
- package-ecosystem: "github-actions"
59-
target-branch: "3.13"
59+
target-branch: "3.14"
6060
groups:
61-
actions on branch 3.13:
61+
actions on branch 3.14:
6262
patterns:
6363
- "*"
6464
directory: "/"
6565
schedule:
6666
interval: "weekly"
6767

6868
- package-ecosystem: "github-actions"
69-
target-branch: "3.12"
69+
target-branch: "3.13"
7070
groups:
71-
actions on branch 3.12:
71+
actions on branch 3.13:
7272
patterns:
7373
- "*"
7474
directory: "/"
7575
schedule:
7676
interval: "weekly"
7777

7878
- package-ecosystem: "github-actions"
79-
target-branch: "3.11"
79+
target-branch: "3.12"
8080
groups:
81-
actions on branch 3.11:
81+
actions on branch 3.12:
8282
patterns:
8383
- "*"
8484
directory: "/"

.github/workflows/scheduled-vuln-check.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,6 @@ jobs:
1616
CR_PAT: ${{ secrets.CR_PAT }}
1717
SLACK_SECURITY_WEBHOOK_URL: ${{ secrets.SLACK_SECURITY_WEBHOOK_URL }}
1818

19-
call-vuln-check-for-v3_11:
20-
uses: ./.github/workflows/vuln-check.yaml
21-
with:
22-
target-ref: v3.11
23-
find-latest-release: true
24-
secrets:
25-
CR_PAT: ${{ secrets.CR_PAT }}
26-
SLACK_SECURITY_WEBHOOK_URL: ${{ secrets.SLACK_SECURITY_WEBHOOK_URL }}
27-
2819
call-vuln-check-for-v3_12:
2920
uses: ./.github/workflows/vuln-check.yaml
3021
with:
@@ -60,3 +51,12 @@ jobs:
6051
secrets:
6152
CR_PAT: ${{ secrets.CR_PAT }}
6253
SLACK_SECURITY_WEBHOOK_URL: ${{ secrets.SLACK_SECURITY_WEBHOOK_URL }}
54+
55+
call-vuln-check-for-v3_16:
56+
uses: ./.github/workflows/vuln-check.yaml
57+
with:
58+
target-ref: v3.16
59+
find-latest-release: true
60+
secrets:
61+
CR_PAT: ${{ secrets.CR_PAT }}
62+
SLACK_SECURITY_WEBHOOK_URL: ${{ secrets.SLACK_SECURITY_WEBHOOK_URL }}

0 commit comments

Comments
 (0)