diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index aea8ea6..ce42cab 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -21,7 +21,7 @@ jobs: - run: docker run --rm -v "${{ github.workspace }}:/repo" zricethezav/gitleaks:v8.28.0 dir /repo --redact env: GITLEAKS_LICENSE: ${{ secrets.GITLEAKS_LICENSE }} - - uses: actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # v4 + - uses: actions/setup-dotnet@26b0ec14cb23fa6904739307f278c14f94c95bf1 # v5.4.0 with: {dotnet-version: 10.0.x} - run: dotnet restore Lightcode.Registration.slnx - run: dotnet build Lightcode.Registration.slnx -c Release --no-restore