diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml-disabled similarity index 100% rename from .github/workflows/codeql.yml rename to .github/workflows/codeql.yml-disabled diff --git a/.github/workflows/manage-label.yml b/.github/workflows/manage-label.yml index 5bad0231..87e1ed79 100644 --- a/.github/workflows/manage-label.yml +++ b/.github/workflows/manage-label.yml @@ -22,7 +22,7 @@ jobs: uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Run Labeler - uses: crazy-max/ghaction-github-labeler@de749cf181958193cb7debf1a9c5bb28922f3e1b # v5.0.0 + uses: crazy-max/ghaction-github-labeler@b54af0c25861143e7c8813d7cbbf46d2c341680c # v5.1.0 with: github-token: ${{ secrets.GITHUB_TOKEN }} yaml-file: .github/labels.yml diff --git a/.github/workflows/multiOSReleases.yml b/.github/workflows/multiOSReleases.yml index 2bd5a9f6..bc88fa14 100644 --- a/.github/workflows/multiOSReleases.yml +++ b/.github/workflows/multiOSReleases.yml @@ -96,6 +96,6 @@ jobs: if-no-files-found: error - name: Upload binaries to release - uses: softprops/action-gh-release@e7a8f85e1c67a31e6ed99a94b41bd0b71bbee6b8 # v2.0.9 + uses: softprops/action-gh-release@7b4da11513bf3f43f9999e90eabced41ab8bb048 # v2.2.0 with: files: ./Stirling-PDF-${{ matrix.platform }}-installer.${{ matrix.ext }} diff --git a/.github/workflows/releaseArtifacts.yml b/.github/workflows/releaseArtifacts.yml index dd87aad1..0358b277 100644 --- a/.github/workflows/releaseArtifacts.yml +++ b/.github/workflows/releaseArtifacts.yml @@ -59,7 +59,7 @@ jobs: if-no-files-found: error - name: Upload binaries to release - uses: softprops/action-gh-release@e7a8f85e1c67a31e6ed99a94b41bd0b71bbee6b8 # v2.0.9 + uses: softprops/action-gh-release@7b4da11513bf3f43f9999e90eabced41ab8bb048 # v2.2.0 with: files: ./build/launch4j/Stirling-PDF-Server${{ matrix.file_suffix }}.exe @@ -76,6 +76,6 @@ jobs: if-no-files-found: error - name: Upload jar binaries to release - uses: softprops/action-gh-release@e7a8f85e1c67a31e6ed99a94b41bd0b71bbee6b8 # v2.0.9 + uses: softprops/action-gh-release@7b4da11513bf3f43f9999e90eabced41ab8bb048 # v2.2.0 with: files: ./build/libs/Stirling-PDF${{ matrix.file_suffix }}.jar diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7b33ccc6..297f22c7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -48,7 +48,7 @@ repos: - repo: https://github.com/jumanjihouse/pre-commit-hooks rev: 3.0.0 hooks: -# - id: shellcheck + - id: shellcheck # - repo: https://github.com/pre-commit/mirrors-eslint # rev: v8.38.0 # hooks: diff --git a/Dockerfile-fat b/Dockerfile-fat index d34c7daa..c9641590 100644 --- a/Dockerfile-fat +++ b/Dockerfile-fat @@ -1,5 +1,5 @@ # Build the application -FROM gradle:8.11-jdk17 AS build +FROM gradle:8.12-jdk17 AS build # Set the working directory WORKDIR /app diff --git a/build.gradle b/build.gradle index 841e3f3c..a65af412 100644 --- a/build.gradle +++ b/build.gradle @@ -1,7 +1,7 @@ plugins { id "java" id "org.springframework.boot" version "3.4.1" - id "io.spring.dependency-management" version "1.1.6" + id "io.spring.dependency-management" version "1.1.7" id "org.springdoc.openapi-gradle-plugin" version "1.8.0" id "io.swagger.swaggerhub" version "1.3.2" id "edu.sc.seis.launch4j" version "3.0.6" @@ -16,7 +16,7 @@ plugins { import com.github.jk1.license.render.* ext { - springBootVersion = "3.4.0" + springBootVersion = "3.4.1" pdfboxVersion = "3.0.3" logbackVersion = "1.5.7" imageioVersion = "3.12.0" diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index e48eca57..d6e308a6 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,5 +1,5 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.11-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.12-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists