From ec850da991e480c0e956c8e33ee3ef45a2f1e395 Mon Sep 17 00:00:00 2001 From: micronaut-build Date: Fri, 10 Jan 2025 06:19:30 +0000 Subject: [PATCH] Update common files --- .github/workflows/gradle.yml | 3 +-- .github/workflows/release.yml | 2 +- config/checkstyle/suppressions.xml | 2 -- gradlew | 3 +-- 4 files changed, 3 insertions(+), 7 deletions(-) diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index 0cb644a7d..2e9b420b7 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -61,10 +61,9 @@ jobs: [ -f ./setup.sh ] && ./setup.sh || [ ! -f ./setup.sh ] - name: "🚔 Sonatype Scan" - if: matrix.java == '17' id: sonatypescan run: | - ./gradlew ossIndexAudit --no-parallel + ./gradlew ossIndexAudit --no-parallel --info - name: "🛠 Build with Gradle" id: gradle diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2762f3e22..d760186c8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -160,6 +160,6 @@ jobs: - name: Upload assets # Upload the artifacts to the existing release. Note that the SLSA provenance will # attest to each artifact file and not the aggregated ZIP file. - uses: softprops/action-gh-release@c95fe1489396fe8a9eb87c0abf8aa5b2ef267fda # v2.2.1 + uses: softprops/action-gh-release@7b4da11513bf3f43f9999e90eabced41ab8bb048 # v2.2.0 with: files: artifacts.zip diff --git a/config/checkstyle/suppressions.xml b/config/checkstyle/suppressions.xml index 74ccd47ad..73f71b3a4 100644 --- a/config/checkstyle/suppressions.xml +++ b/config/checkstyle/suppressions.xml @@ -9,6 +9,4 @@ - - diff --git a/gradlew b/gradlew index f5feea6d6..f3b75f3b0 100755 --- a/gradlew +++ b/gradlew @@ -86,8 +86,7 @@ done # shellcheck disable=SC2034 APP_BASE_NAME=${0##*/} # Discard cd standard output in case $CDPATH is set (https://github.com/gradle/gradle/issues/25036) -APP_HOME=$( cd -P "${APP_HOME:-./}" > /dev/null && printf '%s -' "$PWD" ) || exit +APP_HOME=$( cd -P "${APP_HOME:-./}" > /dev/null && printf '%s\n' "$PWD" ) || exit # Use the maximum available, or set MAX_FD != -1 to use that value. MAX_FD=maximum