Skip to content

chore(deps): bump win32 from 5.15.0 to 6.0.0 in /packages/secure_storage/amplify_secure_storage_dart in the win32 group #3224

chore(deps): bump win32 from 5.15.0 to 6.0.0 in /packages/secure_storage/amplify_secure_storage_dart in the win32 group

chore(deps): bump win32 from 5.15.0 to 6.0.0 in /packages/secure_storage/amplify_secure_storage_dart in the win32 group #3224

# Generated with aft. To update, run: `aft generate workflows`
name: amplify_secure_storage_dart
on:
push:
branches:
- main
- stable
paths:
- '.github/workflows/amplify_secure_storage_dart.yaml'
- '.github/workflows/dart_vm.yaml'
- '.github/workflows/ffigen_validate.yaml'
- 'packages/amplify_lints/lib/**/*.yaml'
- 'packages/amplify_lints/pubspec.yaml'
- 'packages/aws_common/lib/**/*.dart'
- 'packages/aws_common/pubspec.yaml'
- 'packages/secure_storage/amplify_secure_storage_dart/**/*.dart'
- 'packages/secure_storage/amplify_secure_storage_dart/**/*.yaml'
- 'packages/secure_storage/amplify_secure_storage_dart/lib/**/*'
- 'packages/secure_storage/amplify_secure_storage_dart/test/**/*'
- 'packages/worker_bee/worker_bee/lib/**/*.dart'
- 'packages/worker_bee/worker_bee/pubspec.yaml'
- 'packages/worker_bee/worker_bee_builder/lib/**/*.dart'
- 'packages/worker_bee/worker_bee_builder/pubspec.yaml'
pull_request:
paths:
- '.github/workflows/amplify_secure_storage_dart.yaml'
- '.github/workflows/dart_vm.yaml'
- '.github/workflows/ffigen_validate.yaml'
- 'packages/amplify_lints/lib/**/*.yaml'
- 'packages/amplify_lints/pubspec.yaml'
- 'packages/aws_common/lib/**/*.dart'
- 'packages/aws_common/pubspec.yaml'
- 'packages/secure_storage/amplify_secure_storage_dart/**/*.dart'
- 'packages/secure_storage/amplify_secure_storage_dart/**/*.yaml'
- 'packages/secure_storage/amplify_secure_storage_dart/lib/**/*'
- 'packages/secure_storage/amplify_secure_storage_dart/test/**/*'
- 'packages/worker_bee/worker_bee/lib/**/*.dart'
- 'packages/worker_bee/worker_bee/pubspec.yaml'
- 'packages/worker_bee/worker_bee_builder/lib/**/*.dart'
- 'packages/worker_bee/worker_bee_builder/pubspec.yaml'
schedule:
- cron: "0 13 * * 1" # Every Monday at 06:00 PST
workflow_dispatch:
defaults:
run:
shell: bash
# These permissions are needed to interact with GitHub's OIDC Token endpoint.
permissions:
id-token: write
contents: read
# Cancels in-progress job when there is another push to same ref.
# https://docs.github.com/en/actions/using-jobs/using-concurrency#example-only-cancel-in-progress-jobs-or-runs-for-the-current-workflow
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
test:
uses: ./.github/workflows/dart_vm.yaml
secrets: inherit
with:
package-name: amplify_secure_storage_dart
working-directory: packages/secure_storage/amplify_secure_storage_dart
ffigen_macos_test:
needs: test
uses: ./.github/workflows/ffigen_validate.yaml
secrets: inherit
with:
package-name: amplify_secure_storage_dart
working-directory: packages/secure_storage/amplify_secure_storage_dart
ffigen-configs: 'ffigen.cupertino.coreFoundation.config.yaml ffigen.cupertino.security.config.yaml'
os: macos-26
ffigen_linux_test:
needs: test
uses: ./.github/workflows/ffigen_validate.yaml
secrets: inherit
with:
package-name: amplify_secure_storage_dart
working-directory: packages/secure_storage/amplify_secure_storage_dart
ffigen-configs: 'ffigen.gio.config.yaml ffigen.glib.config.yaml ffigen.libsecret.config.yaml'
os: ubuntu-latest