Skip to content

Commit 2035265

Browse files
committed
Update Scheduled Vulnerability Check and Dependabot configuration
1 parent e0777a8 commit 2035265

File tree

3 files changed

+16
-22
lines changed

3 files changed

+16
-22
lines changed

.github/dependabot.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ updates:
4545
timezone: "Asia/Tokyo"
4646

4747
- package-ecosystem: "github-actions"
48-
target-branch: "3.16"
48+
target-branch: "3.17"
4949
groups:
50-
actions on branch 3.16:
50+
actions on branch 3.17:
5151
patterns:
5252
- "*"
5353
directory: "/"
@@ -58,9 +58,9 @@ updates:
5858
timezone: "Asia/Tokyo"
5959

6060
- package-ecosystem: "github-actions"
61-
target-branch: "3.15"
61+
target-branch: "3.16"
6262
groups:
63-
actions on branch 3.15:
63+
actions on branch 3.16:
6464
patterns:
6565
- "*"
6666
directory: "/"
@@ -71,9 +71,9 @@ updates:
7171
timezone: "Asia/Tokyo"
7272

7373
- package-ecosystem: "github-actions"
74-
target-branch: "3.14"
74+
target-branch: "3.15"
7575
groups:
76-
actions on branch 3.14:
76+
actions on branch 3.15:
7777
patterns:
7878
- "*"
7979
directory: "/"
@@ -84,9 +84,9 @@ updates:
8484
timezone: "Asia/Tokyo"
8585

8686
- package-ecosystem: "github-actions"
87-
target-branch: "3.13"
87+
target-branch: "3.14"
8888
groups:
89-
actions on branch 3.13:
89+
actions on branch 3.14:
9090
patterns:
9191
- "*"
9292
directory: "/"

.github/workflows/remove-untagged-images.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,6 @@ jobs:
1414
runs-on: ubuntu-latest
1515

1616
steps:
17-
- name: scalardb-server
18-
uses: camargo/delete-untagged-action@v1
19-
with:
20-
github-token: ${{ secrets.CR_PAT }}
21-
package-name: scalardb-server
22-
2317
- name: scalardb-schema-loader
2418
uses: camargo/delete-untagged-action@v1
2519
with:

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,6 @@ jobs:
1515
secrets:
1616
SLACK_SECURITY_WEBHOOK_URL: ${{ secrets.SLACK_SECURITY_WEBHOOK_URL }}
1717

18-
call-vuln-check-for-v3_13:
19-
uses: ./.github/workflows/vuln-check.yaml
20-
with:
21-
target-ref: v3.13
22-
find-latest-release: true
23-
secrets:
24-
SLACK_SECURITY_WEBHOOK_URL: ${{ secrets.SLACK_SECURITY_WEBHOOK_URL }}
25-
2618
call-vuln-check-for-v3_14:
2719
uses: ./.github/workflows/vuln-check.yaml
2820
with:
@@ -46,3 +38,11 @@ jobs:
4638
find-latest-release: true
4739
secrets:
4840
SLACK_SECURITY_WEBHOOK_URL: ${{ secrets.SLACK_SECURITY_WEBHOOK_URL }}
41+
42+
call-vuln-check-for-v3_17:
43+
uses: ./.github/workflows/vuln-check.yaml
44+
with:
45+
target-ref: v3.17
46+
find-latest-release: true
47+
secrets:
48+
SLACK_SECURITY_WEBHOOK_URL: ${{ secrets.SLACK_SECURITY_WEBHOOK_URL }}

0 commit comments

Comments
 (0)