This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-compress.git
The following commit(s) were added to refs/heads/master by this push:
new 7115df54b Bump commons-codec:commons-codec from 1.20.0 to 1.21.0.
7115df54b is described below
commit 7115df54b52247877fa6561042f5c0464c9414fc
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Feb 6 09:23:42 2026 -0500
Bump commons-codec:commons-codec from 1.20.0 to 1.21.0.
---
.github/workflows/codeql-analysis.yml | 1 +
.github/workflows/maven.yml | 1 +
2 files changed, 2 insertions(+)
diff --git a/.github/workflows/codeql-analysis.yml
b/.github/workflows/codeql-analysis.yml
index 89bb3b4ae..f0ef70c83 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -37,6 +37,7 @@ jobs:
security-events: write
strategy:
+ max-parallel: 20
fail-fast: false
matrix:
language: [ 'java' ]
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 48e96b82b..1f5cc4b72 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -30,6 +30,7 @@ jobs:
runs-on: ${{ matrix.os }}
continue-on-error: ${{ matrix.experimental }}
strategy:
+ max-parallel: 20
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]