Skip to content

Commit b8206f2

Browse files
authored
Merge pull request #196 from advanced-security/dependabot/gradle/gradle-wrapper-9.3.1
Bump gradle-wrapper from 8.13 to 9.3.1
2 parents 77d5073 + 3f238db commit b8206f2

File tree

5 files changed

+111
-110
lines changed

5 files changed

+111
-110
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,7 @@ jobs:
4545
id: properties
4646
shell: bash
4747
run: |
48-
PROPERTIES="$(./gradlew properties --console=plain -q)"
49-
VERSION="$(echo "$PROPERTIES" | grep "^version:" | cut -f2- -d ' ')"
48+
VERSION="$(grep "^pluginVersion[ ]*=" gradle.properties | cut -f2- -d '=' | tr -d ' ')"
5049
CHANGELOG="$(./gradlew getChangelog --unreleased --no-header --console=plain -q)"
5150
5251
echo "version=$VERSION" >> $GITHUB_OUTPUT
@@ -69,12 +68,14 @@ jobs:
6968
FILENAME=`ls *.zip`
7069
unzip "$FILENAME" -d content
7170
71+
FILENAME=${FILENAME:0:-4} | sed 's/[(?)]//g'
72+
7273
echo "filename=${FILENAME:0:-4}" >> $GITHUB_OUTPUT
7374
7475
- name: Upload artifact
7576
uses: actions/upload-artifact@v6
7677
with:
77-
name: ${{ steps.artifact.outputs.filename }}
78+
name: 'SARIF-viewer-provider'
7879
path: ./build/distributions/content/*/*
7980

8081
verify:

gradle/wrapper/gradle-wrapper.jar

-17.1 KB
Binary file not shown.

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.13-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.3.1-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

gradlew

Lines changed: 13 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gradlew.bat

100644100755
Lines changed: 93 additions & 92 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)