Skip to content

[pull] main from openwallet-foundation:main #215

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 31 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
80d797c
chore(deps): Bump tj-actions/changed-files in the all-actions group (…
dependabot[bot] Apr 15, 2025
23d9b92
:construction_worker: Fix Docker Caching
rblaine95 Apr 15, 2025
27bfea8
:construction_worker: Ensure repo owner is lowercased for image name
rblaine95 Apr 15, 2025
7fd1265
Merge pull request #3653 from didx-xyz/ci/fix-docker-caching
WadeBarnes Apr 15, 2025
090747f
:construction_worker: Split Docker Builds
rblaine95 Apr 15, 2025
7f98526
:memo: Re-add comment about BBS and `linux/amd64`
rblaine95 Apr 15, 2025
ebfb771
Merge pull request #3654 from didx-xyz/ci/split-image-builds
WadeBarnes Apr 15, 2025
3e4b8e1
:bug: Fix public did no longer being correctly configured (#3646)
ff137 Apr 16, 2025
50e19c2
:construction_worker: Optimize Dockerfile to reduce cache invalidatio…
rblaine95 Apr 16, 2025
10d2d2b
:art: Fix swagger tag names for AnonCreds endpoints (#3661)
ff137 Apr 16, 2025
785ec4b
:test_tube: Fix test warnings (#3656)
ff137 Apr 16, 2025
8ea2542
:art: Add type hints to anoncreds module (#3652)
ff137 Apr 16, 2025
0706629
:art: Add type hints to `messaging/jsonld` (#3650)
ff137 Apr 16, 2025
25413e0
chore(deps): Bump markdown from 3.7 to 3.8 (#3644)
dependabot[bot] Apr 16, 2025
d5b6de6
:art: Make ledger config more readable (#3664)
ff137 Apr 18, 2025
a11ebce
(fix) VM resolution strategy correction for embedded VMs (#3665)
gmulhearn Apr 19, 2025
026971e
:art: Rename did:indy create/response schema objects (#3663)
ff137 Apr 19, 2025
88092d6
chore(deps): Bump packaging from 24.2 to 25.0 (#3667)
dependabot[bot] Apr 21, 2025
a969a8d
:pushpin: Pin Actions to a full length commit SHA and image tags to d…
step-security-bot Apr 23, 2025
15a17bf
:construction_worker: Update dependabot file (#3669)
ff137 Apr 23, 2025
7a401b4
:lock: ci: Harden GitHub Actions (#3670)
step-security-bot Apr 23, 2025
4317524
:lock: Update Token Permissions in GitHub Actions (#3678)
ff137 Apr 23, 2025
c4e5204
chore(deps): Bump pydantic from 2.10.3 to 2.11.3 in /scenarios (#3677)
dependabot[bot] Apr 24, 2025
476326a
chore(deps): Bump pytest-asyncio from 0.23.8 to 0.26.0 in /scenarios …
dependabot[bot] Apr 24, 2025
4898cce
chore(deps): Bump github/codeql-action in the all-actions group (#3675)
dependabot[bot] Apr 24, 2025
f685116
:bug: Fix permissions in nightly publish job (#3682)
ff137 Apr 27, 2025
13eb00b
chore(deps-dev): Bump pydevd-pycharm from 251.23774.211 to 251.25410.…
dependabot[bot] Apr 28, 2025
7a4794f
1.3.0rc2 (#3687)
swcurran Apr 28, 2025
670669b
chore(deps): Bump untergeek/curator (#3685)
dependabot[bot] Apr 28, 2025
544fcb7
chore(deps): Bump actions/setup-python in the all-actions group (#3688)
dependabot[bot] Apr 29, 2025
7537fbb
:construction_worker: Skip sonar-merge-main workflow if github actor …
ff137 Apr 29, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
217 changes: 26 additions & 191 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,12 @@ updates:

# Maintain dependencies for Python Packages
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "weekly"
day: "monday"
time: "04:00"
timezone: "Canada/Pacific"
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-patch"]

# Maintain dependencies for Python Packages
- package-ecosystem: "pip"
directory: "/demo/playground/examples"
directories:
- "/"
- "/demo"
- "/demo/playground/examples"
- "/docs"
- "/scenarios"
schedule:
interval: "weekly"
day: "monday"
Expand All @@ -37,186 +30,28 @@ updates:
- dependency-name: "*"
update-types: ["version-update:semver-patch"]

# Maintain dependencies for Python Packages
- package-ecosystem: "pip"
directory: "/demo"
schedule:
interval: "weekly"
day: "monday"
time: "04:00"
timezone: "Canada/Pacific"
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-patch"]

# Maintain dependencies for Python Packages
- package-ecosystem: "pip"
directory: "/docs"
schedule:
interval: "weekly"
day: "monday"
time: "04:00"
timezone: "Canada/Pacific"
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-patch"]

# Maintain dependencies for docker
- package-ecosystem: "docker"
directory: "/.devcontainer"
schedule:
interval: "weekly"
day: "monday"
time: "04:00"
timezone: "Canada/Pacific"

# Maintain dependencies for docker
- package-ecosystem: "docker"
directory: "/demo/docker-agent"
schedule:
interval: "weekly"
day: "monday"
time: "04:00"
timezone: "Canada/Pacific"

# Maintain dependencies for docker
- package-ecosystem: "docker"
directory: "/demo/docker-test/db"
schedule:
interval: "weekly"
day: "monday"
time: "04:00"
timezone: "Canada/Pacific"

# Maintain dependencies for docker
- package-ecosystem: "docker"
directory: "/demo/elk-stack/elasticsearch"
schedule:
interval: "weekly"
day: "monday"
time: "04:00"
timezone: "Canada/Pacific"

# Maintain dependencies for docker
- package-ecosystem: "docker"
directory: "/demo/elk-stack/extensions/curator"
schedule:
interval: "weekly"
day: "monday"
time: "04:00"
timezone: "Canada/Pacific"

# Maintain dependencies for docker
- package-ecosystem: "docker"
directory: "/demo/elk-stack/extensions/enterprise-search"
schedule:
interval: "weekly"
day: "monday"
time: "04:00"
timezone: "Canada/Pacific"

# Maintain dependencies for docker
- package-ecosystem: "docker"
directory: "/demo/elk-stack/extensions/filebeat"
schedule:
interval: "weekly"
day: "monday"
time: "04:00"
timezone: "Canada/Pacific"

# Maintain dependencies for docker
- package-ecosystem: "docker"
directory: "/demo/elk-stack/extensions/fleet"
schedule:
interval: "weekly"
day: "monday"
time: "04:00"
timezone: "Canada/Pacific"

# Maintain dependencies for docker
- package-ecosystem: "docker"
directory: "/demo/elk-stack/extensions/heartbeat"
schedule:
interval: "weekly"
day: "monday"
time: "04:00"
timezone: "Canada/Pacific"

# Maintain dependencies for docker
- package-ecosystem: "docker"
directory: "/demo/elk-stack/extensions/logspout"
schedule:
interval: "weekly"
day: "monday"
time: "04:00"
timezone: "Canada/Pacific"

# Maintain dependencies for docker
- package-ecosystem: "docker"
directory: "/demo/elk-stack/extensions/metricbeat"
schedule:
interval: "weekly"
day: "monday"
time: "04:00"
timezone: "Canada/Pacific"

# Maintain dependencies for docker
- package-ecosystem: "docker"
directory: "/demo/elk-stack/kibana"
schedule:
interval: "weekly"
day: "monday"
time: "04:00"
timezone: "Canada/Pacific"

# Maintain dependencies for docker
- package-ecosystem: "docker"
directory: "/demo/elk-stack/logstash"
schedule:
interval: "weekly"
day: "monday"
time: "04:00"
timezone: "Canada/Pacific"

# Maintain dependencies for docker
- package-ecosystem: "docker"
directory: "/demo/elk-stack/setup"
schedule:
interval: "weekly"
day: "monday"
time: "04:00"
timezone: "Canada/Pacific"

# Maintain dependencies for docker
- package-ecosystem: "docker"
directory: "/demo/multi-demo"
schedule:
interval: "weekly"
day: "monday"
time: "04:00"
timezone: "Canada/Pacific"

# Maintain dependencies for docker
- package-ecosystem: "docker"
directory: "/demo/playground"
schedule:
interval: "weekly"
day: "monday"
time: "04:00"
timezone: "Canada/Pacific"

# Maintain dependencies for docker
- package-ecosystem: "docker"
directory: "/demo/playground/examples"
schedule:
interval: "weekly"
day: "monday"
time: "04:00"
timezone: "Canada/Pacific"

# Maintain dependencies for docker
- package-ecosystem: "docker"
directory: "/docker"
directories:
- "/.devcontainer"
- "/demo/docker-agent"
- "/demo/docker-test/db"
- "/demo/elk-stack/elasticsearch"
- "/demo/elk-stack/extensions/curator"
- "/demo/elk-stack/extensions/enterprise-search"
- "/demo/elk-stack/extensions/filebeat"
- "/demo/elk-stack/extensions/fleet"
- "/demo/elk-stack/extensions/heartbeat"
- "/demo/elk-stack/extensions/logspout"
- "/demo/elk-stack/extensions/metricbeat"
- "/demo/elk-stack/kibana"
- "/demo/elk-stack/logstash"
- "/demo/elk-stack/setup"
- "/demo/multi-demo"
- "/demo/playground"
- "/demo/playground/examples"
- "/docker"
- "/scenarios"
schedule:
interval: "weekly"
day: "monday"
Expand Down
9 changes: 7 additions & 2 deletions .github/workflows/bdd-integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ on:
- main
types: [opened, synchronize, reopened, ready_for_review]

permissions:
contents: read
pull-requests: read
checks: write

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
Expand All @@ -26,12 +31,12 @@ jobs:
is_release: ${{ steps.check_if_release.outputs.is_release }}
steps:
- name: checkout-acapy
uses: actions/checkout@v4
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
fetch-depth: 0
- name: Check changed files
id: check-changed-files
uses: tj-actions/[email protected].4
uses: tj-actions/changed-files@ed68ef82c095e0d48ec87eccea555d944a631a4c # v46.0.5
with:
files_yaml: |
src:
Expand Down
11 changes: 8 additions & 3 deletions .github/workflows/bdd-interop-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ on:
- main
types: [opened, synchronize, reopened, ready_for_review]

permissions:
contents: read
pull-requests: read
checks: write

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
Expand All @@ -26,12 +31,12 @@ jobs:
is_release: ${{ steps.check_if_release.outputs.is_release }}
steps:
- name: checkout-acapy
uses: actions/checkout@v4
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
fetch-depth: 0
- name: Check changed files
id: check-changed-files
uses: tj-actions/[email protected].4
uses: tj-actions/changed-files@ed68ef82c095e0d48ec87eccea555d944a631a4c # v46.0.5
with:
files_yaml: |
src:
Expand All @@ -52,7 +57,7 @@ jobs:
id: check_if_release
- name: Request GitHub API for PR data
if: steps.check-if-src-changed.outputs.run_tests != 'false'
uses: octokit/[email protected]
uses: octokit/request-action@05a2312de9f8207044c4c9e41fe19703986acc13 # v2.x
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
id: get_pr_data
Expand Down
9 changes: 6 additions & 3 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ name: "Code scanning - action"
schedule:
- cron: "0 19 * * 0"

permissions:
contents: read

jobs:
CodeQL-Build:
# CodeQL runs on ubuntu-latest and windows-latest
Expand All @@ -17,13 +20,13 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
uses: github/codeql-action/init@28deaeda66b76a05916b6923827895f2b14ab387 # v3.28.16
with:
languages: python

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3
uses: github/codeql-action/analyze@28deaeda66b76a05916b6923827895f2b14ab387 # v3.28.16
11 changes: 8 additions & 3 deletions .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,22 @@ name: Ruff Code Formatter and Linting Check
branches:
- main

permissions:
contents: read
pull-requests: read
checks: write

jobs:
lint:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
with:
python-version: "3.12"
- name: Ruff Format and Lint Check
uses: chartboost/ruff-action@v1
uses: chartboost/ruff-action@e18ae971ccee1b2d7bbef113930f00c670b78da4 # v1.0.0
with:
version: 0.11.4
args: "format --check"
13 changes: 10 additions & 3 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ on:
- cron: "0 0 * * *"
workflow_dispatch:

permissions:
contents: read
pull-requests: read
checks: write

jobs:
tests:
if: github.repository_owner == 'openwallet-foundation' || github.event_name == 'workflow_dispatch'
Expand All @@ -17,7 +22,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

- name: Run Tests
uses: ./.github/actions/run-unit-tests
Expand All @@ -34,7 +39,7 @@ jobs:
date: ${{ steps.date.outputs.date }}
if: github.repository_owner == 'openwallet-foundation' || github.event_name == 'workflow_dispatch'
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Print Latest Commit
run: echo ${{ github.sha }}

Expand All @@ -54,6 +59,8 @@ jobs:
strategy:
matrix:
tag: ["nightly-${{needs.setup_and_check_pub.outputs.date}}", nightly]
permissions:
contents: read
packages: write
with:
tag: ${{ matrix.tag }}
platforms: "linux/amd64,linux/arm64"
Loading