File tree 3 files changed +11
-4
lines changed
3 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 30
30
PREDICTIVE_TEST_SELECTION : " ${{ github.event_name == 'pull_request' && 'true' || 'false' }}"
31
31
SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
32
32
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
33
+ OSS_INDEX_USERNAME : ${{ secrets.OSS_INDEX_USERNAME }}
34
+ OSS_INDEX_PASSWORD : ${{ secrets.OSS_INDEX_PASSWORD }}
33
35
steps :
34
36
# https://github.com/actions/virtual-environments/issues/709
35
37
- name : " 🗑 Free disk space"
58
60
run : |
59
61
[ -f ./setup.sh ] && ./setup.sh || [ ! -f ./setup.sh ]
60
62
63
+ - name : " 🚔 Sonatype Scan"
64
+ id : sonatypescan
65
+ run : |
66
+ ./gradlew ossIndexAudit --no-parallel --info
67
+
61
68
- name : " 🛠 Build with Gradle"
62
69
id : gradle
63
70
run : |
Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ jobs:
115
115
artifacts-sha256 : ${{ steps.set-hash.outputs.artifacts-sha256 }}
116
116
steps :
117
117
- name : Download artifacts-sha256
118
- uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
118
+ uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
119
119
with :
120
120
name : artifacts-sha256
121
121
# The SLSA provenance generator expects the hash digest of artifacts to be passed as a job
@@ -148,7 +148,7 @@ jobs:
148
148
- name : Checkout repository
149
149
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
150
150
- name : Download artifacts
151
- uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
151
+ uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
152
152
with :
153
153
name : gradle-build-outputs
154
154
path : build/repo
@@ -160,6 +160,6 @@ jobs:
160
160
- name : Upload assets
161
161
# Upload the artifacts to the existing release. Note that the SLSA provenance will
162
162
# attest to each artifact file and not the aggregated ZIP file.
163
- uses : softprops/action-gh-release@da05d552573ad5aba039eaac05058a918a7bf631 # v2.2.2
163
+ uses : softprops/action-gh-release@c95fe1489396fe8a9eb87c0abf8aa5b2ef267fda # v2.2.1
164
164
with :
165
165
files : artifacts.zip
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-8.13 -bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.14 -bin.zip
4
4
networkTimeout =10000
5
5
validateDistributionUrl =true
6
6
zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments