diff --git a/nextflow.yaml b/nextflow.yaml index fe25411dab6..ce1a523fa63 100644 --- a/nextflow.yaml +++ b/nextflow.yaml @@ -1,7 +1,7 @@ package: name: nextflow - version: "25.04.6" - epoch: 2 + version: "25.04.7" + epoch: 0 description: A DSL for data-driven computational pipelines. copyright: - license: Apache-2.0 @@ -28,15 +28,9 @@ pipeline: - uses: git-checkout with: repository: https://github.com/nextflow-io/nextflow.git - expected-commit: 6588d533d4f4bc55cf15339000881ea71f674ac5 + expected-commit: 0ccdee9c470ddf8f8a052d42c0af1efc29560d47 tag: v${{package.version}} - - uses: auth/gradle - - - uses: patch - with: - patches: eclipse-GHSA-vrpq-qp53-qv56-fix.patch - - runs: | # CVE-2025-48924 GHSA-j288-q9x7-2f5v sed -i -e 's|org.apache.commons:commons-lang3=3.12.0|org.apache.commons:commons-lang3=3.18.0|g' plugins/nf-wave/build.gradle