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 5e6815f commit dd8c4aeCopy full SHA for dd8c4ae
.github/workflows/build.yaml
@@ -24,13 +24,13 @@ jobs:
24
- run: "./gradlew testEndToEndSlow"
25
- run: "./gradlew cyclonedxBom --no-configuration-cache"
26
- run: "./gradlew publish"
27
- if: ${{ !contains(github.ref, '/') }}
+ if: ${{ !contains(github.ref, 'dependabot') }}
28
- uses: DependencyTrack/gh-upload-sbom@v3
29
30
with:
31
apiKey: ${{ secrets.DEPENDENCYTRACK_APIKEY }}
32
bomFilename: "gradle/aggregation/build/reports/sbom/bom.xml"
33
serverHostname: ${{ secrets.DEPENDENCYTRACK_URL }}
34
projectName: "gradle-project-setup-howto"
35
- projectVersion: "main"
+ projectVersion: ${{ github.ref }}
36
autoCreate: true
0 commit comments