Skip to content

Commit e2b9298

Browse files
Update common files
1 parent 374afe5 commit e2b9298

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/gradle.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
fetch-depth: 0
4848

4949
- name: "🔧 Setup GraalVM CE"
50-
uses: graalvm/setup-graalvm@v1.2.8
50+
uses: graalvm/setup-graalvm@v1.3.1
5151
with:
5252
distribution: 'graalvm'
5353
java-version: ${{ matrix.java }}
@@ -60,6 +60,11 @@ jobs:
6060
run: |
6161
[ -f ./setup.sh ] && ./setup.sh || [ ! -f ./setup.sh ]
6262
63+
- name: "🚔 Sonatype Scan"
64+
id: sonatypescan
65+
run: |
66+
./gradlew ossIndexAudit --no-parallel --info
67+
6368
- name: "🛠 Build with Gradle"
6469
id: gradle
6570
run: |

0 commit comments

Comments
 (0)