Skip to content

Commit 820c147

Browse files
authored
Update Scheduled Vulnerability Check and Dependabot configuration (#2879)
1 parent c0da43a commit 820c147

File tree

2 files changed

+0
-19
lines changed

2 files changed

+0
-19
lines changed

.github/dependabot.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -74,13 +74,3 @@ updates:
7474
directory: "/"
7575
schedule:
7676
interval: "weekly"
77-
78-
- package-ecosystem: "github-actions"
79-
target-branch: "3.12"
80-
groups:
81-
actions on branch 3.12:
82-
patterns:
83-
- "*"
84-
directory: "/"
85-
schedule:
86-
interval: "weekly"

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

Lines changed: 0 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_12:
20-
uses: ./.github/workflows/vuln-check.yaml
21-
with:
22-
target-ref: v3.12
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_13:
2920
uses: ./.github/workflows/vuln-check.yaml
3021
with:

0 commit comments

Comments
 (0)