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 1f6e750 + af867f2 commit 7b4e2eeCopy full SHA for 7b4e2ee
.github/workflows/codeql.yml
@@ -56,7 +56,9 @@ jobs:
56
steps:
57
- name: Checkout repository
58
uses: actions/checkout@v4
59
-
+ with:
60
+ fetch-depth: 0
61
+
62
# Initializes the CodeQL tools for scanning.
63
- name: Initialize CodeQL
64
uses: github/codeql-action/init@v3
.github/workflows/dotnet.yml
@@ -31,6 +31,11 @@ jobs:
31
32
- name: Install Microsoft SBom tool
33
run: dotnet tool install --global Microsoft.Sbom.DotNetTool
34
35
+ - name: Install Nerdbank Git versioning
36
+ run: dotnet tool install -g nbgv
37
+ - name: Set Version
38
+ run: nbgv cloud
39
40
- name: Build
41
run: dotnet build --no-restore --configuration Release
0 commit comments