Update Compose dependencies to latest BOM 2026.08.00 across all samples #1572
Workflow file for this run
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
| name: Jetcaster | |
| on: | |
| push: | |
| branches: | |
| - main | |
| paths: | |
| - '.github/workflows/Jetcaster.yaml' | |
| - 'Jetcaster/**' | |
| pull_request: | |
| paths: | |
| - '.github/workflows/Jetcaster.yaml' | |
| - 'Jetcaster/**' | |
| workflow_dispatch: | |
| jobs: | |
| build: | |
| uses: ./.github/workflows/build-sample.yml | |
| with: | |
| name: Jetcaster | |
| path: Jetcaster | |
| module: mobile | |
| secrets: | |
| compose_store_password: ${{ secrets.COMPOSE_STORE_PASSWORD }} | |
| compose_key_alias: ${{ secrets.COMPOSE_KEY_ALIAS }} | |
| compose_key_password: ${{ secrets.COMPOSE_KEY_PASSWORD }} |