Skip to content

Commit

Permalink
Merge branch 'master' into java_17_migration
Browse files Browse the repository at this point in the history
  • Loading branch information
gabilang authored Jul 26, 2023
2 parents 056b220 + 28ad97d commit 7e7d31d
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 4 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/fossa_scan.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Fossa Scan
on:
workflow_dispatch:
schedule:
- cron: '30 18 * * *' # 00:00 in LK time (GMT+5:30)
jobs:
fossa-scan:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: fossas/fossa-action@main
env:
packageUser: ${{ secrets.BALLERINA_BOT_USERNAME }}
packagePAT: ${{ secrets.BALLERINA_BOT_TOKEN }}
with:
api-key: ${{secrets.FOSSA_APIKEY}}
2 changes: 1 addition & 1 deletion ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ graalvmCompatible = true
groupId = "io.ballerina.stdlib"
artifactId = "task-native"
version = "2.4.0"
path = "../native/build/libs/task-native-2.4.0-SNAPSHOT.jar"
path = "../native/build/libs/task-native-2.4.0.jar"

[[platform.java17.dependency]]
path = "./lib/quartz-2.3.2.jar"
2 changes: 1 addition & 1 deletion ballerina/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

[ballerina]
dependencies-toml-version = "2"
distribution-version = "2201.7.0-20230619-175900-bb4e4544"
distribution-version = "2201.7.0"

[[package]]
org = "ballerina"
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
org.gradle.caching=true
group=io.ballerina.stdlib
version=2.4.0-SNAPSHOT
version=2.4.1-SNAPSHOT
ballerinaLangVersion=2201.8.0-20230726-145300-b2bdf796

stdlibTimeVersion=2.3.0-20230622-110600-b78c05f
stdlibTimeVersion=2.3.0

quartzVersion=2.3.2

Expand Down

0 comments on commit 7e7d31d

Please sign in to comment.