Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 3 additions & 9 deletions nextflow.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down
Loading