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 79694e3 commit 4fd448cCopy full SHA for 4fd448c
1 file changed
.github/workflows/dotnetcore.yml
@@ -26,13 +26,13 @@ jobs:
26
run: dotnet restore
27
28
- name: Install GitVersion
29
- uses: gittools/actions/gitversion/setup@51d325634925d7d9ce0a7efc2c586c0bc2b9eee6 # v3.2.1
+ uses: gittools/actions/gitversion/setup@54b6560187372b52d97cc6dd69f4a99f392ab463 # v4.3.2
30
with:
31
versionSpec: '5.11.1'
32
33
- name: Use GitVersion
34
id: gitversion # step id used as reference for output values
35
- uses: gittools/actions/gitversion/execute@51d325634925d7d9ce0a7efc2c586c0bc2b9eee6 # v3.2.1
+ uses: gittools/actions/gitversion/execute@54b6560187372b52d97cc6dd69f4a99f392ab463 # v4.3.2
36
37
# - name: Setup SonarScanner
38
# run: dotnet tool install --tool-path artifacts dotnet-sonarscanner
0 commit comments