diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 1426cb965..eaa39cfaf 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -42,9 +42,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: "/" @@ -54,9 +54,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: "/" @@ -66,9 +66,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: "/" @@ -78,9 +78,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: "/" @@ -90,9 +90,9 @@ updates: - "scalar-labs/scalardb" - package-ecosystem: "github-actions" - target-branch: "3.9" + target-branch: "3.10" groups: - actions on branch 3.9: + actions on branch 3.10: patterns: - "*" directory: "/" @@ -100,4 +100,3 @@ updates: interval: "weekly" reviewers: - "scalar-labs/scalardb" - diff --git a/.github/workflows/scheduled-vuln-check.yaml b/.github/workflows/scheduled-vuln-check.yaml index aeabf1683..4a8f5446d 100644 --- a/.github/workflows/scheduled-vuln-check.yaml +++ b/.github/workflows/scheduled-vuln-check.yaml @@ -16,15 +16,6 @@ jobs: CR_PAT: ${{ secrets.CR_PAT }} SLACK_SECURITY_WEBHOOK_URL: ${{ secrets.SLACK_SECURITY_WEBHOOK_URL }} - call-vuln-check-for-v3_9: - uses: ./.github/workflows/vuln-check.yaml - with: - target-ref: v3.9 - find-latest-release: true - secrets: - 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: @@ -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_14: + uses: ./.github/workflows/vuln-check.yaml + with: + target-ref: v3.14 + find-latest-release: true + secrets: + CR_PAT: ${{ secrets.CR_PAT }} + SLACK_SECURITY_WEBHOOK_URL: ${{ secrets.SLACK_SECURITY_WEBHOOK_URL }}