Skip to content

Commit

Permalink
GitHubSync update
Browse files Browse the repository at this point in the history
  • Loading branch information
GeertvanHorrik committed Oct 9, 2024
1 parent 7936779 commit 1158676
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: windows-latest # Required for some (WPF) projects

steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
id: checkout
with:
fetch-depth: 0
Expand Down
6 changes: 3 additions & 3 deletions deployment/cake/lib-msbuild.cake
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#addin "nuget:?package=Cake.Issues&version=4.10.1"
#addin "nuget:?package=Cake.Issues.MsBuild&version=4.10.1"
#addin "nuget:?package=System.Configuration.ConfigurationManager&version=8.0.0"
#addin "nuget:?package=Cake.Issues&version=4.11.0"
#addin "nuget:?package=Cake.Issues.MsBuild&version=4.11.0"
#addin "nuget:?package=System.Configuration.ConfigurationManager&version=8.0.1"

#tool "nuget:?package=MSBuild.Extension.Pack&version=1.9.1"

Expand Down
2 changes: 1 addition & 1 deletion deployment/cake/tasks.cake
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
// It probably means the tool is not correctly installed.
// `dotnet tool install --global dotnet-sonarscanner --ignore-failed-sources`
//#tool "nuget:?package=MSBuild.SonarQube.Runner.Tool&version=4.8.0"
#tool "nuget:?package=dotnet-sonarscanner&version=8.0.3"
#tool "nuget:?package=dotnet-sonarscanner&version=9.0.0"

//-------------------------------------------------------------
// BACKWARDS COMPATIBILITY CODE - START
Expand Down
2 changes: 1 addition & 1 deletion deployment/cake/tests-nunit.cake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#tool "nuget:?package=NUnit.ConsoleRunner&version=3.18.2"
#tool "nuget:?package=NUnit.ConsoleRunner&version=3.18.3"

//-------------------------------------------------------------

Expand Down

0 comments on commit 1158676

Please sign in to comment.