Skip to content

Commit

Permalink
Merge branch 'master' into update-scalardb-dependency-version-to-3.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
brfrn169 authored Jan 24, 2025
2 parents c423cad + 040c85d commit 54a0aa3
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
20 changes: 10 additions & 10 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ updates:
- "scalar-labs/scalardb"

- 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: "/"
Expand All @@ -54,9 +54,9 @@ updates:
- "scalar-labs/scalardb"

- 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: "/"
Expand All @@ -66,9 +66,9 @@ updates:
- "scalar-labs/scalardb"

- 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: "/"
Expand All @@ -78,9 +78,9 @@ updates:
- "scalar-labs/scalardb"

- 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 All @@ -90,9 +90,9 @@ updates:
- "scalar-labs/scalardb"

- package-ecosystem: "github-actions"
target-branch: "3.10"
target-branch: "3.11"
groups:
actions on branch 3.10:
actions on branch 3.11:
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_10:
uses: ./.github/workflows/vuln-check.yaml
with:
target-ref: v3.10
find-latest-release: true
secrets:
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:
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_15:
uses: ./.github/workflows/vuln-check.yaml
with:
target-ref: v3.15
find-latest-release: true
secrets:
CR_PAT: ${{ secrets.CR_PAT }}
SLACK_SECURITY_WEBHOOK_URL: ${{ secrets.SLACK_SECURITY_WEBHOOK_URL }}

0 comments on commit 54a0aa3

Please sign in to comment.