Skip to content

Commit

Permalink
Merge branch 'master' into feat/data-loader/metadata-service
Browse files Browse the repository at this point in the history
  • Loading branch information
inv-jishnu authored Jan 24, 2025
2 parents 4f1aff8 + a6d627e commit 9a4a45a
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 21 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 }}
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ You can install it in your application using your build tool such as Gradle and
To add a dependency on ScalarDB using Gradle, use the following:
```gradle
dependencies {
implementation 'com.scalar-labs:scalardb:3.14.0'
implementation 'com.scalar-labs:scalardb:3.15.0'
}
```

Expand All @@ -19,7 +19,7 @@ To add a dependency using Maven:
<dependency>
<groupId>com.scalar-labs</groupId>
<artifactId>scalardb</artifactId>
<version>3.14.0</version>
<version>3.15.0</version>
</dependency>
```

Expand Down

0 comments on commit 9a4a45a

Please sign in to comment.