diff --git a/.github/workflows/update-verification.yml b/.github/workflows/update-verification.yml index cfd8c2e..2d68808 100644 --- a/.github/workflows/update-verification.yml +++ b/.github/workflows/update-verification.yml @@ -30,7 +30,8 @@ jobs: run: chmod +x gradlew - name: Regenerate dependency verification metadata - run: ./gradlew --write-verification-metadata sha256 build -x test + run: ./gradlew --write-verification-metadata sha256 build cyclonedxBom -x test + - name: Commit updated verification metadata run: |