From 03efc317b25c145e216b90da853d391973ba6243 Mon Sep 17 00:00:00 2001 From: jamshale <31809382+jamshale@users.noreply.github.com> Date: Wed, 5 Jun 2024 13:46:07 -0700 Subject: [PATCH 1/2] Add sonarcloud badges (#3014) Signed-off-by: jamshale --- README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d25d2b5814..b736900c6d 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,13 @@ # Hyperledger Aries Cloud Agent - Python -[![pypi releases](https://img.shields.io/pypi/v/aries_cloudagent)](https://pypi.org/project/aries-cloudagent/) - - +

+ + + +   +   +   +

> An easy to use Aries agent for building SSI services using any language that supports sending/receiving HTTP requests. From 4c49252a0730b580cd2044bf2251832a1982843c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Jun 2024 15:15:09 -0700 Subject: [PATCH 2/2] chore(deps): Bump actions/checkout from 3 to 4 in the all-actions group (#3011) Bumps the all-actions group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 3 to 4 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: jamshale <31809382+jamshale@users.noreply.github.com> --- .github/workflows/sonar-merge-main.yml | 2 +- .github/workflows/sonar-pr.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sonar-merge-main.yml b/.github/workflows/sonar-merge-main.yml index 9f00bc5f59..0962261203 100644 --- a/.github/workflows/sonar-merge-main.yml +++ b/.github/workflows/sonar-merge-main.yml @@ -9,7 +9,7 @@ jobs: name: SonarCloud runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 - name: Tests diff --git a/.github/workflows/sonar-pr.yml b/.github/workflows/sonar-pr.yml index a88ab3e060..5f57b2d750 100644 --- a/.github/workflows/sonar-pr.yml +++ b/.github/workflows/sonar-pr.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest if: github.event.workflow_run.conclusion == 'success' steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 - name: Download PR number artifact