[pull] main from openwallet-foundation:main#216
Open
pull[bot] wants to merge 406 commits intoIndicio-tech:mainfrom
Open
[pull] main from openwallet-foundation:main#216pull[bot] wants to merge 406 commits intoIndicio-tech:mainfrom
pull[bot] wants to merge 406 commits intoIndicio-tech:mainfrom
Conversation
* fix Signed-off-by: George Mulhearn <gmulhearn@anonyome.com> * ruff Signed-off-by: George Mulhearn <gmulhearn@anonyome.com> * ruff 2 Signed-off-by: George Mulhearn <gmulhearn@anonyome.com> --------- Signed-off-by: George Mulhearn <gmulhearn@anonyome.com> Co-authored-by: George Mulhearn <gmulhearn@anonyome.com>
Bumps the all-actions group with 3 updates: [github/codeql-action](https://github.com/github/codeql-action), [ossf/scorecard-action](https://github.com/ossf/scorecard-action) and [snyk/actions](https://github.com/snyk/actions). Updates `github/codeql-action` from 3.30.5 to 3.30.6 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@3599b3b...64d10c1) Updates `ossf/scorecard-action` from 2.4.2 to 2.4.3 - [Release notes](https://github.com/ossf/scorecard-action/releases) - [Changelog](https://github.com/ossf/scorecard-action/blob/main/RELEASE.md) - [Commits](ossf/scorecard-action@05b42c6...4eaacf0) Updates `snyk/actions` from 0.4.0 to 1.0.0 - [Release notes](https://github.com/snyk/actions/releases) - [Commits](snyk/actions@b98d498...9adf32b) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 3.30.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-actions - dependency-name: ossf/scorecard-action dependency-version: 2.4.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-actions - dependency-name: snyk/actions dependency-version: 1.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: jamshale <31809382+jamshale@users.noreply.github.com>
* chore(deps-dev): Bump ruff from 0.13.3 to 0.14.0 Bumps [ruff](https://github.com/astral-sh/ruff) from 0.13.3 to 0.14.0. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@0.13.3...0.14.0) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.14.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * ⬆️ Bump ruff version in pre-commit and format workflow Signed-off-by: ff137 <ff137@proton.me> --------- Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: ff137 <ff137@proton.me> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: ff137 <ff137@proton.me>
Signed-off-by: jamshale <jamiehalebc@gmail.com>
Bumps the all-actions group with 1 update: [github/codeql-action](https://github.com/github/codeql-action). Updates `github/codeql-action` from 4.30.7 to 4.30.8 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@e296a93...f443b60) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.30.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.11.3 to 2.12.0. - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](pydantic/pydantic@v2.11.3...v2.12.0) --- updated-dependencies: - dependency-name: pydantic dependency-version: 2.12.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: jamshale <31809382+jamshale@users.noreply.github.com>
--- updated-dependencies: - dependency-name: aiohttp dependency-version: 3.13.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: jamshale <31809382+jamshale@users.noreply.github.com>
Marks the old route as deprecated (`PUT /anoncreds/registry/{rev_reg_id}/active`) and adds new one to follow the correct naming pattern (`PUT /anoncreds/revocation/registry/{rev_reg_id}/active`
Signed-off-by: ff137 <ff137@proton.me>
* 1.4.0rc0 Signed-off-by: Stephen Curran <swcurran@gmail.com> * Fix release and add deprecation note Signed-off-by: Stephen Curran <swcurran@gmail.com> * Adds 3915 to the release candidate Signed-off-by: Stephen Curran <swcurran@gmail.com> * Fix date of release Signed-off-by: Stephen Curran <swcurran@gmail.com> --------- Signed-off-by: Stephen Curran <swcurran@gmail.com> Co-authored-by: jamshale <31809382+jamshale@users.noreply.github.com>
* 🎨 Simplify AnonCreds backend check; fix for revocation Signed-off-by: ff137 <ff137@proton.me> * ⚡ Validate profile backend once Signed-off-by: ff137 <ff137@proton.me> * 🎨 Simplify anoncreds checks Signed-off-by: ff137 <ff137@proton.me> * 🐛 Fix: move IndyIssuerRetryableError which interrupts and misattributed the rest of the KanonIndyCredxIssuer class methods Signed-off-by: ff137 <ff137@proton.me> * 🧪 Remove nonsensical test Signed-off-by: ff137 <ff137@proton.me> --------- Signed-off-by: ff137 <ff137@proton.me> Co-authored-by: jamshale <31809382+jamshale@users.noreply.github.com>
* ✨ Implement ProfileSessionHandle Abstract interface for profile sessions handles, which contains abstract methods for the functionality that is common to both Askar and Kanon storage interfaces . Assists with type safety and auto-complete. Signed-off-by: ff137 <ff137@proton.me> * 🎨 Improve type hints Signed-off-by: ff137 <ff137@proton.me> * 🎨 Signed-off-by: ff137 <ff137@proton.me> --------- Signed-off-by: ff137 <ff137@proton.me> Co-authored-by: jamshale <31809382+jamshale@users.noreply.github.com>
Upgrade demo dockerfile acapy images to 1.3.2
* Documentation for Kanon Storage under Features/Kanon Storage Signed-off-by: dave-promulgare <dave@promulgareconsulting.com> * Update docs/features/KanonStorage.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: jamshale <31809382+jamshale@users.noreply.github.com> * Update docs/features/DevReadMe.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: jamshale <31809382+jamshale@users.noreply.github.com> * Update docs/features/KanonStorage.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: jamshale <31809382+jamshale@users.noreply.github.com> * Update docs/features/KanonStorage.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: jamshale <31809382+jamshale@users.noreply.github.com> * Update docs/features/KanonStorage.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: jamshale <31809382+jamshale@users.noreply.github.com> * Update docs/features/KanonStorage.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: jamshale <31809382+jamshale@users.noreply.github.com> * Update docs/features/KanonStorage.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: jamshale <31809382+jamshale@users.noreply.github.com> * Update docs/features/KanonStorage.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: jamshale <31809382+jamshale@users.noreply.github.com> * Update docs/features/KanonStorage.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: jamshale <31809382+jamshale@users.noreply.github.com> * Update docs/features/KanonStorage.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: jamshale <31809382+jamshale@users.noreply.github.com> * Update docs/features/KanonStorage.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: jamshale <31809382+jamshale@users.noreply.github.com> * Update docs/features/KanonStorage.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: jamshale <31809382+jamshale@users.noreply.github.com> * Update docs/features/KanonStorage.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: jamshale <31809382+jamshale@users.noreply.github.com> * Update docs/features/KanonStorage.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: jamshale <31809382+jamshale@users.noreply.github.com> * Update docs/features/DevReadMe.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: jamshale <31809382+jamshale@users.noreply.github.com> --------- Signed-off-by: dave-promulgare <dave@promulgareconsulting.com> Signed-off-by: jamshale <31809382+jamshale@users.noreply.github.com> Co-authored-by: jamshale <31809382+jamshale@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
#3919) Bumps [pydevd-pycharm](https://github.com/JetBrains/intellij-community) from 253.24325.40 to 253.27642.35. - [Release notes](https://github.com/JetBrains/intellij-community/releases) - [Commits](JetBrains/intellij-community@pycharm/253.24325.40...pycharm/253.27642.35) --- updated-dependencies: - dependency-name: pydevd-pycharm dependency-version: 253.27642.35 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps the all-actions group with 1 update: [github/codeql-action](https://github.com/github/codeql-action). Updates `github/codeql-action` from 4.30.8 to 4.30.9 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@f443b60...16140ae) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.30.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* fix(kanon):fixed password issue Signed-off-by: Vinay Singh <vinay@verid.id> * feat(kanon):added postgres tests to main actions Signed-off-by: Vinay Singh <vinay@verid.id> * style:applied ruff formatting Signed-off-by: Vinay Singh <vinay@verid.id> * fix(kanon):fixed actions files for postgres Signed-off-by: Vinay Singh <vinay@verid.id> * fix(kanon):fixed actions files for postgres Signed-off-by: Vinay Singh <vinay@verid.id> * fix(kanon):fixed for postgres Signed-off-by: Vinay Singh <vinay@verid.id> * style:applied ruff formatting Signed-off-by: Vinay Singh <vinay@verid.id> * fix(kanon):fixed password bug and tests for kanon postgres Signed-off-by: Vinay Singh <vinay@verid.id> * style:applied ruff formatting Signed-off-by: Vinay Singh <vinay@verid.id> --------- Signed-off-by: Vinay Singh <vinay@verid.id>
Signed-off-by: Patrick St-Louis <patrick.st-louis@opsecid.ca>
Signed-off-by: Patrick St-Louis <patrick.st-louis@opsecid.ca>
Signed-off-by: Patrick St-Louis <patrick.st-louis@opsecid.ca>
Signed-off-by: Patrick St-Louis <patrick.st-louis@opsecid.ca>
Signed-off-by: Patrick St-Louis <patrick.st-louis@opsecid.ca>
* add document metadata to response Signed-off-by: Patrick St-Louis <patrick.st-louis@opsecid.ca> * formatting Signed-off-by: Patrick St-Louis <patrick.st-louis@opsecid.ca> * add test coverage Signed-off-by: Patrick St-Louis <patrick.st-louis@opsecid.ca> * increase test coverage Signed-off-by: Patrick St-Louis <patrick.st-louis@opsecid.ca> * add test coverage Signed-off-by: Patrick St-Louis <patrick.st-louis@opsecid.ca> --------- Signed-off-by: Patrick St-Louis <patrick.st-louis@opsecid.ca>
Signed-off-by: Patrick St-Louis <patrick.st-louis@opsecid.ca>
Bumps the all-actions group with 2 updates: [github/codeql-action](https://github.com/github/codeql-action) and [actions/upload-artifact](https://github.com/actions/upload-artifact). Updates `github/codeql-action` from 4.30.9 to 4.31.0 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@16140ae...4e94bd1) Updates `actions/upload-artifact` from 4.6.2 to 5.0.0 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@ea165f8...330a01c) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.31.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-actions - dependency-name: actions/upload-artifact dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Patrick St-Louis <patrick.st-louis@opsecid.ca>
feat: add list endpoint for out-of-band records
- Add LEDGER_TIMEOUT=180 to allow Universal Resolver more startup time - Stream test output with tee for better CI log visibility - Run results check with if: always() to catch failures reliably - Add output.txt existence check to detect tests that didn't run - Update Issue Credential 1.0 and Present Proof 1.0 deprecation banners to reflect their removal from ACA-Py core and direct users to the acapy-plugins repository Signed-off-by: Patrick St-Louis <patrick.st-louis@opsecid.ca> Co-authored-by: Cursor <cursoragent@cursor.com>
FIX BDD interop integration tests
…ates Bumps the all-actions group with 2 updates in the / directory: [tj-actions/changed-files](https://github.com/tj-actions/changed-files) and [github/codeql-action](https://github.com/github/codeql-action). Updates `tj-actions/changed-files` from 47.0.2 to 47.0.4 - [Release notes](https://github.com/tj-actions/changed-files/releases) - [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md) - [Commits](tj-actions/changed-files@8cba46e...7dee1b0) Updates `github/codeql-action` from 4.32.2 to 4.32.3 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@45cbd0c...9e907b5) --- updated-dependencies: - dependency-name: tj-actions/changed-files dependency-version: 47.0.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-actions - dependency-name: github/codeql-action dependency-version: 4.32.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-actions ... Signed-off-by: dependabot[bot] <support@github.com>
…_actions/all-actions-b2f5b020ec chore(deps): Bump the all-actions group across 1 directory with 2 updates
…p-17dc5e2726 chore(deps): Bump pillow from 11.3.0 to 12.1.1 in the pip group across 1 directory
…und (#4050) * only disable inbound transport, not outbound Signed-off-by: Patrick St-Louis <patrick.st-louis@opsecid.ca> * fix "security" issues Signed-off-by: Patrick St-Louis <patrick.st-louis@opsecid.ca> --------- Signed-off-by: Patrick St-Louis <patrick.st-louis@opsecid.ca>
…sts and decommission flow Signed-off-by: Patrick St-Louis <patrick.st-louis@opsecid.ca>
Signed-off-by: Patrick St-Louis <patrick.st-louis@opsecid.ca>
Signed-off-by: Stephen Curran <swcurran@gmail.com>
…l TimeoutError) Signed-off-by: Patrick St-Louis <patrick.st-louis@opsecid.ca>
…y (fixes Sonar S7497) Signed-off-by: Patrick St-Louis <patrick.st-louis@opsecid.ca>
fix(utils): satisfy Sonar S7497 in timeout shim
* fixed duplicate present-proof v2 webhook Signed-off-by: Vijay Soni <vijaysoni@sonivijay.com> * fixed sonar issues Signed-off-by: Vijay Soni <vijaysoni@sonivijay.com> * fixed linting err Signed-off-by: Vijay Soni <vijaysoni@sonivijay.com> * fixed test errors Signed-off-by: Vijay Soni <vijaysoni@sonivijay.com> * fixed JSON-LD regression test failure Signed-off-by: Vijay Kumar Soni <vijaysoni@sonivijay.com> * Skipping BBS+ flow when not present Signed-off-by: Vijay Kumar Soni <vijaysoni@sonivijay.com> * explicit key presence check in by_format, comment adjusted Signed-off-by: Vijay Kumar Soni <vijaysoni@sonivijay.com> * added assertion to check 3 keys pres,pres_proposal, pres_request Signed-off-by: Vijay Kumar Soni <vijaysoni@sonivijay.com> * corrected proof_request selection logic Signed-off-by: Vijay Kumar Soni <vijaysoni@sonivijay.com> * corrected proof_request fallback logic Signed-off-by: Vijay Kumar Soni <vijaysoni@sonivijay.com> * indy_present_proof_v2 logic Signed-off-by: Vijay Kumar Soni <vijaysoni@sonivijay.com> * fixed util.py, examples Signed-off-by: Vijay Kumar Soni <vijaysoni@sonivijay.com> * fixed formatting linting issue Signed-off-by: Vijay Kumar Soni <vijaysoni@sonivijay.com> --------- Signed-off-by: Vijay Soni <vijaysoni@sonivijay.com> Signed-off-by: Vijay Kumar Soni <vijaysoni@sonivijay.com> Co-authored-by: Vijay Soni <vijaysoni@sonivijay.com> Co-authored-by: Stephen Curran <swcurran@gmail.com>
Bumps the all-actions group with 2 updates: [github/codeql-action](https://github.com/github/codeql-action) and [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact). Updates `github/codeql-action` from 4.32.3 to 4.32.4 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@9e907b5...89a39a4) Updates `dawidd6/action-download-artifact` from 14 to 15 - [Release notes](https://github.com/dawidd6/action-download-artifact/releases) - [Commits](dawidd6/action-download-artifact@5c98f0b...fe9d59c) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.32.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-actions - dependency-name: dawidd6/action-download-artifact dependency-version: '15' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions ... Signed-off-by: dependabot[bot] <support@github.com>
…_actions/all-actions-aa9ffaca7b chore(deps): Bump the all-actions group with 2 updates
Signed-off-by: Emiliano Suñé <emiliano.sune@gmail.com>
Signed-off-by: Emiliano Suñé <emiliano.sune@gmail.com>
Consolidate snyk scanning GHA
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
See Commits and Changes for more details.
Created by
pull[bot] (v2.0.0-alpha.1)
Can you help keep this open source service alive? 💖 Please sponsor : )