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.
2 parents 34eb913 + a64a623 commit 7aea808Copy full SHA for 7aea808
1 file changed
.github/workflows/release.yml
@@ -71,7 +71,7 @@ jobs:
71
reporter: dotnet-trx
72
- name: Generate SBOM
73
run: |
74
- dotnet tool install --global Microsoft.Sbom.DotNetTool --version 1.2.0
+ dotnet tool install --global Microsoft.Sbom.DotNetTool --version 4.1.5
75
sbom-tool generate -b artifacts -bc src/AutoMapper -pn AutoMapper -pv ${{ github.ref_name }} -ps LuckyPennySoftware -nsb https://automapper.io/sbom
76
shell: pwsh
77
- name: Sign packages
0 commit comments