Skip to content

chore(deps): bump software.amazon.awssdk:bom from 2.25.1 to 2.25.30 in /AwsCryptographicMaterialProviders/runtimes/java #917

chore(deps): bump software.amazon.awssdk:bom from 2.25.1 to 2.25.30 in /AwsCryptographicMaterialProviders/runtimes/java

chore(deps): bump software.amazon.awssdk:bom from 2.25.1 to 2.25.30 in /AwsCryptographicMaterialProviders/runtimes/java #917

Workflow file for this run

# This workflow runs for every pull request
name: PR CI
on:
pull_request:
jobs:
getVersion:
uses: ./.github/workflows/dafny_version.yaml
pr-ci-format:
needs: getVersion
uses: ./.github/workflows/library_format.yml
with:
dafny: ${{needs.getVersion.outputs.version}}
pr-ci-codegen:
needs: getVersion
uses: ./.github/workflows/library_codegen.yml
with:
dafny: ${{needs.getVersion.outputs.version}}
pr-ci-verification:
needs: getVersion
uses: ./.github/workflows/library_dafny_verification.yml
with:
dafny: ${{needs.getVersion.outputs.version}}
pr-ci-java:
needs: getVersion
uses: ./.github/workflows/library_java_tests.yml
with:
dafny: ${{needs.getVersion.outputs.version}}
pr-ci-net:
needs: getVersion
uses: ./.github/workflows/library_net_tests.yml
with:
dafny: ${{needs.getVersion.outputs.version}}