diff --git a/.github/workflows/dotnetcore.yml b/.github/workflows/dotnetcore.yml index d7bc2a3..cda921e 100644 --- a/.github/workflows/dotnetcore.yml +++ b/.github/workflows/dotnetcore.yml @@ -26,13 +26,13 @@ jobs: run: dotnet restore - name: Install GitVersion - uses: gittools/actions/gitversion/setup@51d325634925d7d9ce0a7efc2c586c0bc2b9eee6 # v3.2.1 + uses: gittools/actions/gitversion/setup@bc6623af8fc07d5a8903052dd46da33403eec8e8 # v4.5.0 with: versionSpec: '5.11.1' - name: Use GitVersion id: gitversion # step id used as reference for output values - uses: gittools/actions/gitversion/execute@51d325634925d7d9ce0a7efc2c586c0bc2b9eee6 # v3.2.1 + uses: gittools/actions/gitversion/execute@bc6623af8fc07d5a8903052dd46da33403eec8e8 # v4.5.0 # - name: Setup SonarScanner # run: dotnet tool install --tool-path artifacts dotnet-sonarscanner