Skip to content

Commit 8fd5c6c

Browse files
Merge pull request #724 from WildGums/GitHubSync/20241028-225809
GitHubSync update
2 parents e172eb8 + f8324a7 commit 8fd5c6c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.config/dotnet-tools.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"isRoot": true,
44
"tools": {
55
"cake.tool": {
6-
"version": "4.0.0",
6+
"version": "4.2.0",
77
"commands": [
88
"dotnet-cake"
99
]

.github/workflows/build-and-test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ jobs:
1616
runs-on: windows-latest # Required for some (WPF) projects
1717

1818
steps:
19-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
19+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2020
id: checkout
2121
with:
2222
fetch-depth: 0
2323

2424
- name: Setup .NET Core
2525
id: setup-dotnet
26-
uses: actions/setup-dotnet@6bd8b7f7774af54e05809fcc5431931b3eb1ddee # v4.0.1
26+
uses: actions/setup-dotnet@3e891b0cb619bf60e2c25674b222b8940e2c1c25 # v4.1.0
2727
with:
2828
dotnet-version: '8.0.x'
2929

deployment/cake/tasks.cake

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
// It probably means the tool is not correctly installed.
3737
// `dotnet tool install --global dotnet-sonarscanner --ignore-failed-sources`
3838
//#tool "nuget:?package=MSBuild.SonarQube.Runner.Tool&version=4.8.0"
39-
#tool "nuget:?package=dotnet-sonarscanner&version=9.0.0"
39+
#tool "nuget:?package=dotnet-sonarscanner&version=9.0.1"
4040

4141
//-------------------------------------------------------------
4242
// BACKWARDS COMPATIBILITY CODE - START

0 commit comments

Comments
 (0)