diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index acab5df..6b052dd 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -57,7 +57,7 @@ jobs: if: github.ref == 'refs/heads/main' steps: - name: Run Sonarcloud test - uses: samsmithnz/SamsDotNetSonarCloudAction@v2.1.5 + uses: samsmithnz/SamsDotNetSonarCloudAction@v2 with: projects: 'src/PuzzleSolver/PuzzleSolver.csproj,src/PuzzleSolver.Tests/PuzzleSolver.Tests.csproj' dotnet-version: '8.0.x' @@ -90,4 +90,4 @@ jobs: tag: "v${{ needs.build.outputs.Version }}" name: "v${{ needs.build.outputs.Version }}" token: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token - artifacts: "drop/PuzzleSolver.dll,drop/PuzzleSolver.pdb,drop/PuzzleSolver.deps.json" \ No newline at end of file + artifacts: "drop/PuzzleSolver.dll,drop/PuzzleSolver.pdb,drop/PuzzleSolver.deps.json"