Skip to content

chore(deps): bump software.amazon.awssdk:bom from 2.30.18 to 2.46.3 in /TestVectors/runtimes/java #6583

chore(deps): bump software.amazon.awssdk:bom from 2.30.18 to 2.46.3 in /TestVectors/runtimes/java

chore(deps): bump software.amazon.awssdk:bom from 2.30.18 to 2.46.3 in /TestVectors/runtimes/java #6583

Workflow file for this run

# This workflow verifies
# that the source is annotated
# with respect to the specification
name: Duvet report
on:
pull_request:
push:
branches:
- main
jobs:
duvet:
permissions:
contents: read
pull-requests: write
id-token: write
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v6
- name: Install duvet
shell: bash
run: |
cargo +stable install duvet
- name: Run the duvet report
shell: bash
run: |
make duvet
- uses: actions/upload-artifact@v7
if: always()
with:
name: specification_compliance_report
path: specification_compliance_report.html