This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/github_actions/actions/cache-4.1.2 in repository https://gitbox.apache.org/repos/asf/commons-compress.git
discard 36929c717 Bump actions/cache from 4.1.1 to 4.1.2 add e579ce72f Revert "Removed the runtime dependency on commons-lang3" add c51962d16 Bump actions/dependency-review-action from 4.3.4 to 4.4.0 (#600) add 40ccb0e0b Bump actions/checkout from 4.2.1 to 4.2.2 (#599) add 61773705d Bump github/codeql-action from 3.26.13 to 3.27.0 (#597) add cdca82fab Bump actions/cache from 4.1.1 to 4.1.2 This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this: * -- * -- B -- O -- O -- O (36929c717) \ N -- N -- N refs/heads/dependabot/github_actions/actions/cache-4.1.2 (cdca82fab) You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B. Any revisions marked "omit" are not gone; other references still refer to them. Any revisions marked "discard" are gone forever. No new revisions were added by this update. Summary of changes: .github/workflows/codeql-analysis.yml | 6 ++--- .github/workflows/dependency-review.yml | 4 ++-- .github/workflows/maven.yml | 2 +- .github/workflows/scorecards-analysis.yml | 4 ++-- pom.xml | 3 ++- src/changes/changes.xml | 1 - .../compress/archivers/tar/TarArchiveEntry.java | 3 ++- .../archivers/tar/TarArchiveOutputStream.java | 5 ++-- .../commons/compress/archivers/zip/BinaryTree.java | 5 ++-- .../compressors/deflate64/HuffmanDecoder.java | 4 ++-- .../compressors/lz77support/LZ77Compressor.java | 6 ++--- .../compress/harmony/unpack200/Archive.java | 2 +- .../harmony/unpack200/Pack200UnpackerAdapter.java | 27 ++++++++++------------ .../archivers/tar/TarArchiveOutputStreamTest.java | 4 ++-- .../archivers/zip/ZipArchiveInputStreamTest.java | 5 ++-- .../compress/archivers/zip/ZipFileTest.java | 4 ++-- .../lz4/BlockLZ4CompressorOutputStreamTest.java | 5 ++-- 17 files changed, 42 insertions(+), 48 deletions(-)