File tree Expand file tree Collapse file tree 3 files changed +16
-22
lines changed Expand file tree Collapse file tree 3 files changed +16
-22
lines changed Original file line number Diff line number Diff 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 : " /"
Original file line number Diff line number Diff line change 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 :
Original file line number Diff line number Diff line change 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 :
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 }}
You can’t perform that action at this time.
0 commit comments