We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7f7c20 commit d25d09eCopy full SHA for d25d09e
.github/workflows/track_dependencies.yml
@@ -25,4 +25,10 @@ jobs:
25
- name: Track dependencies
26
env:
27
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
28
- run: ./gradlew cyclonedxBom
+ run: ./gradlew cyclonedxBom
29
+ - name: Upload CycloneDX BOM
30
+ uses: actions/upload-artifact@v4
31
+ with:
32
+ name: cosmotech-api-bom
33
+ path: build/reports/cosmotech-api-bom.xml
34
+ overwrite: true
0 commit comments