sevenzip
sevenzip copied to clipboard
Golang library for dealing with 7-zip archives
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.25.0 to 3.25.3. Changelog Sourced from github/codeql-action's changelog. CodeQL Action Changelog See the releases page for the relevant changes to the CodeQL CLI and language packs. Note...
Bumps [amannn/action-semantic-pull-request](https://github.com/amannn/action-semantic-pull-request) from 5.4.0 to 5.5.2. Release notes Sourced from amannn/action-semantic-pull-request's releases. v5.5.2 5.5.2 (2024-04-24) Bug Fixes Bump tar from 6.1.11 to 6.2.1 (#262 by @EelcoLos) (9a90d5a) v5.5.1 5.5.1 (2024-04-24)...
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.2 to 4.1.4. Release notes Sourced from actions/checkout's releases. v4.1.4 What's Changed Disable extensions.worktreeConfig when disabling sparse-checkout by @jww3 in actions/checkout#1692 Add dependabot config by @cory-miller in...
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 4.0.0 to 5.0.0. Release notes Sourced from golangci/golangci-lint-action's releases. v5.0.0 What's Changed Changes feat: add support for pull_request_target and only-new-issues by @kovetskiy in golangci/golangci-lint-action#506 feat: add option...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.1 to 4.3.3. Release notes Sourced from actions/upload-artifact's releases. v4.3.3 What's Changed updating @actions/artifact dependency to v2.1.6 by @eggyhead in actions/upload-artifact#565 Full Changelog: https://github.com/actions/upload-artifact/compare/v4.3.2...v4.3.3 v4.3.2 What's Changed...
Shoulnd't the the errors defined in sevenzip be accessible for comparison? Currently, errors are defined with leading lower case, therefore, parking them private to external modules. archive/zip uses "ErrFormat", but...
It is an easy way to determine if file is encrypted - useful when you need to e.g. find and do something with password encrypted archives. I tried to keep...
I'm using `github.com/bodgit/sevenzip v1.3.0`. When I try to extract a password protected 7z archive with a wrong password, I get `newRangeDecoder: first byte not zero` error. Here's a test to...
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 5.1.0 to 5.3.0. Release notes Sourced from golangci/golangci-lint-action's releases. v5.3.0 What's Changed Changes feat: uses 2 dots compare syntax for push diff by @ldez in golangci/golangci-lint-action#1030 feat:...