app-bitcoin-new rename to app-bitcoin
What changed, and why it matters
This commit is a simple repository rename from 'app-bitcoin-new' to 'app-bitcoin'. It changes only one line in a GitHub Actions workflow file, updating the Docker container image path used for automated testing. There is no code change, no security fix, and no vulnerability introduced.
No security action required. Verify the renamed container image exists at the new path to avoid CI failures.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff modifies .github/workflows/build_and_functional_tests.yml, changing the container_image parameter from ‘ghcr.io/ledgerhq/app-bitcoin-new/speculos-bitcoin:latest’ to ‘ghcr.io/ledgerhq/app-bitcoin/speculos-bitcoin:latest’. This is purely a CI/CD configuration update reflecting the repository rename. No application source code, cryptographic logic, or security controls are affected.
Changed components
.github/workflows/build_and_functional_tests.ymlInspect captured patch +1 / −1
diff --git a/.github/workflows/build_and_functional_tests.yml b/.github/workflows/build_and_functional_tests.yml
index a871b2a..155e905 100644
--- a/.github/workflows/build_and_functional_tests.yml
+++ b/.github/workflows/build_and_functional_tests.yml
@@ -43,7 +43,7 @@ jobs:
uses: LedgerHQ/ledger-app-workflows/.github/workflows/reusable_ragger_tests.yml@v1
with:
download_app_binaries_artifact: "compiled_app_binaries"
- container_image: "ghcr.io/ledgerhq/app-bitcoin-new/speculos-bitcoin:latest"
+ container_image: "ghcr.io/ledgerhq/app-bitcoin/speculos-bitcoin:latest"
# when merging a PR, we run the tests with the --enable_slow_tests parameter
test_options: ${{ github.event_name == 'push' && '--enable_slow_tests' || '' }}
regenerate_snapshots: ${{ github.event_name == 'workflow_dispatch' && inputs.golden_run == 'Open a PR' }}
Why this scored 15/100
Community notes
Notes can correct, qualify, or add evidence to the AI analysis. Every note shown here has been validated by a human moderator.
The AI analysis stands alone for now. Submit a note if you can add evidence or important context.