Skip to content

chore(deps): bump AWSSDK.Core from 3.7.304.2 to 3.7.304.8 in /AwsCryptographicMaterialProviders/runtimes/net #1122

chore(deps): bump AWSSDK.Core from 3.7.304.2 to 3.7.304.8 in /AwsCryptographicMaterialProviders/runtimes/net

chore(deps): bump AWSSDK.Core from 3.7.304.2 to 3.7.304.8 in /AwsCryptographicMaterialProviders/runtimes/net #1122

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}}