Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
16 changes: 8 additions & 8 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ updates:
timezone: "Asia/Tokyo"

- package-ecosystem: "github-actions"
target-branch: "3.16"
target-branch: "3.17"
groups:
actions on branch 3.16:
actions on branch 3.17:
patterns:
- "*"
directory: "/"
Expand All @@ -58,9 +58,9 @@ updates:
timezone: "Asia/Tokyo"

- 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: "/"
Expand All @@ -71,9 +71,9 @@ updates:
timezone: "Asia/Tokyo"

- 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 @@ -84,9 +84,9 @@ updates:
timezone: "Asia/Tokyo"

- 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 Down
6 changes: 0 additions & 6 deletions .github/workflows/remove-untagged-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,6 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: scalardb-server
uses: camargo/delete-untagged-action@v1
with:
github-token: ${{ secrets.CR_PAT }}
package-name: scalardb-server

- name: scalardb-schema-loader
uses: camargo/delete-untagged-action@v1
with:
Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/scheduled-vuln-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,6 @@ jobs:
secrets:
SLACK_SECURITY_WEBHOOK_URL: ${{ secrets.SLACK_SECURITY_WEBHOOK_URL }}

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

call-vuln-check-for-v3_14:
uses: ./.github/workflows/vuln-check.yaml
with:
Expand All @@ -46,3 +38,11 @@ jobs:
find-latest-release: true
secrets:
SLACK_SECURITY_WEBHOOK_URL: ${{ secrets.SLACK_SECURITY_WEBHOOK_URL }}

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