Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,49 +36,49 @@ updates:
interval: "weekly"

- package-ecosystem: "github-actions"
target-branch: "3.15"
target-branch: "3.16"
groups:
actions on branch 3.15:
actions on branch 3.16:
patterns:
- "*"
directory: "/"
schedule:
interval: "weekly"

- package-ecosystem: "github-actions"
target-branch: "3.14"
target-branch: "3.15"
groups:
actions on branch 3.14:
actions on branch 3.15:
patterns:
- "*"
directory: "/"
schedule:
interval: "weekly"

- package-ecosystem: "github-actions"
target-branch: "3.13"
target-branch: "3.14"
groups:
actions on branch 3.13:
actions on branch 3.14:
patterns:
- "*"
directory: "/"
schedule:
interval: "weekly"

- package-ecosystem: "github-actions"
target-branch: "3.12"
target-branch: "3.13"
groups:
actions on branch 3.12:
actions on branch 3.13:
patterns:
- "*"
directory: "/"
schedule:
interval: "weekly"

- package-ecosystem: "github-actions"
target-branch: "3.11"
target-branch: "3.12"
groups:
actions on branch 3.11:
actions on branch 3.12:
patterns:
- "*"
directory: "/"
Expand Down
18 changes: 9 additions & 9 deletions .github/workflows/scheduled-vuln-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,6 @@ jobs:
CR_PAT: ${{ secrets.CR_PAT }}
SLACK_SECURITY_WEBHOOK_URL: ${{ secrets.SLACK_SECURITY_WEBHOOK_URL }}

call-vuln-check-for-v3_11:
uses: ./.github/workflows/vuln-check.yaml
with:
target-ref: v3.11
find-latest-release: true
secrets:
CR_PAT: ${{ secrets.CR_PAT }}
SLACK_SECURITY_WEBHOOK_URL: ${{ secrets.SLACK_SECURITY_WEBHOOK_URL }}

call-vuln-check-for-v3_12:
uses: ./.github/workflows/vuln-check.yaml
with:
Expand Down Expand Up @@ -60,3 +51,12 @@ jobs:
secrets:
CR_PAT: ${{ secrets.CR_PAT }}
SLACK_SECURITY_WEBHOOK_URL: ${{ secrets.SLACK_SECURITY_WEBHOOK_URL }}

call-vuln-check-for-v3_16:
uses: ./.github/workflows/vuln-check.yaml
with:
target-ref: v3.16
find-latest-release: true
secrets:
CR_PAT: ${{ secrets.CR_PAT }}
SLACK_SECURITY_WEBHOOK_URL: ${{ secrets.SLACK_SECURITY_WEBHOOK_URL }}