From fb8a28269e1456921e4f4a72bd9c7e4199a811ea Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Wed, 17 Jan 2024 20:06:43 +0000
Subject: [PATCH 01/91] (maint) Update actions/cache action to v4
---
.github/workflows/build.yml | 2 +-
.github/workflows/codeql-analysis.yml | 2 +-
.github/workflows/publishDocs.yml | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index f2a5c4b8..9b03207e 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -57,7 +57,7 @@ jobs:
7.0.x
8.0.x
- name: Cache Tools
- uses: actions/cache@v3
+ uses: actions/cache@v4
with:
path: tools
key: ${{ runner.os }}-tools-${{ hashFiles('recipe.cake') }}
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml
index 42cf7598..2f4cac3a 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -41,7 +41,7 @@ jobs:
8.0.x
- name: Cache Tools
- uses: actions/cache@v3
+ uses: actions/cache@v4
with:
path: tools
key: ${{ runner.os }}-tools-${{ hashFiles('recipe.cake') }}
diff --git a/.github/workflows/publishDocs.yml b/.github/workflows/publishDocs.yml
index c3963c43..214a273b 100644
--- a/.github/workflows/publishDocs.yml
+++ b/.github/workflows/publishDocs.yml
@@ -21,7 +21,7 @@ jobs:
run: git fetch --prune --unshallow
- name: Cache Tools
- uses: actions/cache@v3
+ uses: actions/cache@v4
with:
path: tools
key: ${{ runner.os }}-doc-tools-${{ hashFiles('recipe.cake') }}
From 134c5bbfcf54c60359bb1ea40f9e24be1d4e8077 Mon Sep 17 00:00:00 2001
From: "allcontributors[bot]"
<46447321+allcontributors[bot]@users.noreply.github.com>
Date: Wed, 17 Jan 2024 00:00:21 +0000
Subject: [PATCH 02/91] update README.md [skip ci]
---
README.md | 11 +++++++----
1 file changed, 7 insertions(+), 4 deletions(-)
diff --git a/README.md b/README.md
index 9b0f1237..e19aa0e9 100644
--- a/README.md
+++ b/README.md
@@ -86,10 +86,13 @@ Thanks goes to these wonderful people ([emoji key][emoji-key]):
From 74e8fa19ce93842ce1ee909a95d79fcbc4b191a4 Mon Sep 17 00:00:00 2001
From: "allcontributors[bot]"
<46447321+allcontributors[bot]@users.noreply.github.com>
Date: Wed, 17 Jan 2024 00:00:22 +0000
Subject: [PATCH 03/91] update .all-contributorsrc [skip ci]
---
.all-contributorsrc | 12 +++++++++++-
1 file changed, 11 insertions(+), 1 deletion(-)
diff --git a/.all-contributorsrc b/.all-contributorsrc
index 409f987b..341d4951 100644
--- a/.all-contributorsrc
+++ b/.all-contributorsrc
@@ -23,6 +23,15 @@
"contributions": [
"doc"
]
+ },
+ {
+ "login": "stehlih",
+ "name": "Heiko Stehli",
+ "avatar_url": "https://avatars.githubusercontent.com/u/43820014?v=4",
+ "profile": "https://github.com/stehlih",
+ "contributions": [
+ "code"
+ ]
}
],
"contributorsPerLine": 7,
@@ -31,5 +40,6 @@
"repoType": "github",
"repoHost": "https://github.com",
"commitConvention": "none",
- "skipCi": true
+ "skipCi": true,
+ "commitType": "docs"
}
From 08ea1aeddce81407bd4a9e5546f35944fa72165f Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Tue, 6 Feb 2024 19:09:10 +0000
Subject: [PATCH 04/91] (maint) Update dependency Microsoft.NET.Test.Sdk to
v17.9.0
---
src/Cake.7zip.Tests/Cake.7zip.Tests.csproj | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/Cake.7zip.Tests/Cake.7zip.Tests.csproj b/src/Cake.7zip.Tests/Cake.7zip.Tests.csproj
index f4f49de8..3cfc0fb7 100644
--- a/src/Cake.7zip.Tests/Cake.7zip.Tests.csproj
+++ b/src/Cake.7zip.Tests/Cake.7zip.Tests.csproj
@@ -20,7 +20,7 @@
runtime; build; native; contentfiles; analyzers; buildtransitive
all
-
+
runtime; build; native; contentfiles; analyzers; buildtransitive
all
From 9d9217476aef348eb4c13452f59afc58d6b43870 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Wed, 14 Feb 2024 21:43:48 +0000
Subject: [PATCH 05/91] (maint) Update dependency dotnet-sdk to v8.0.200
---
global.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/global.json b/global.json
index 789c7ae5..b66c4f7e 100644
--- a/global.json
+++ b/global.json
@@ -1,6 +1,6 @@
{
"sdk": {
- "version": "8.0.101",
+ "version": "8.0.200",
"rollForward": "latestFeature"
}
}
From 868dea8fd8ba6c24584eece7b941636b9e6021be Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Fri, 16 Feb 2024 10:32:59 +0000
Subject: [PATCH 06/91] (maint) Update dependency dotnet-sdk to v8.0.201
---
global.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/global.json b/global.json
index b66c4f7e..78f4b48c 100644
--- a/global.json
+++ b/global.json
@@ -1,6 +1,6 @@
{
"sdk": {
- "version": "8.0.200",
+ "version": "8.0.201",
"rollForward": "latestFeature"
}
}
From 5eef06009228e76ce755dfde5ded59989a8053c6 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Fri, 16 Feb 2024 17:38:51 +0000
Subject: [PATCH 07/91] (maint) Update xunit-dotnet monorepo
---
src/Cake.7zip.Tests/Cake.7zip.Tests.csproj | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/Cake.7zip.Tests/Cake.7zip.Tests.csproj b/src/Cake.7zip.Tests/Cake.7zip.Tests.csproj
index 3cfc0fb7..6fe3cfd2 100644
--- a/src/Cake.7zip.Tests/Cake.7zip.Tests.csproj
+++ b/src/Cake.7zip.Tests/Cake.7zip.Tests.csproj
@@ -27,9 +27,9 @@
-
-
-
+
+
+
runtime; build; native; contentfiles; analyzers
all
From 369a5e519a8c7d47ea5ab02ea531c83790231b3f Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Wed, 21 Feb 2024 01:33:04 +0000
Subject: [PATCH 08/91] (maint) Update dependency coverlet.msbuild to v6.0.1
---
src/Cake.7zip.Tests/Cake.7zip.Tests.csproj | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/Cake.7zip.Tests/Cake.7zip.Tests.csproj b/src/Cake.7zip.Tests/Cake.7zip.Tests.csproj
index 6fe3cfd2..e6f78d42 100644
--- a/src/Cake.7zip.Tests/Cake.7zip.Tests.csproj
+++ b/src/Cake.7zip.Tests/Cake.7zip.Tests.csproj
@@ -16,7 +16,7 @@
-
+
runtime; build; native; contentfiles; analyzers; buildtransitive
all
From c6e06b7e314ad8777355f262a20bd9e0ba3b1c22 Mon Sep 17 00:00:00 2001
From: Nils Andresen
Date: Fri, 23 Feb 2024 22:05:59 +0100
Subject: [PATCH 09/91] update renovate settings
* inherit from cake-contrib/renovate-presets:cake-recipe
* inherit from cake-contrib/renovate-presets:github-actions
* disable updating Cake, for non major updates
* add the "breaking change" label to all Cake major updates
* add the milestone vNext to each PR
---
.github/renovate.json | 19 +++++++++++++++----
1 file changed, 15 insertions(+), 4 deletions(-)
diff --git a/.github/renovate.json b/.github/renovate.json
index 392c3ce5..a8730968 100644
--- a/.github/renovate.json
+++ b/.github/renovate.json
@@ -1,10 +1,21 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
- "extends": [ "github>nils-a/renovate-config" ],
+ "extends": [
+ "github>cake-contrib/renovate-presets:cake-recipe",
+ "github>cake-contrib/renovate-presets:github-actions" ],
"packageRules": [
{
- "matchPackageNames": ["cake.tool", "Cake.Core"],
+ "description": "Update Cake references only for major updates.",
+ "matchPackageNames": ["Cake.Core", "Cake.Common"],
+ "matchUpdateTypes": ["minor", "patch"],
"enabled": false
+ },
+ {
+ "description": "Updates to Cake.Core references are breaking.",
+ "matchPackageNames": ["Cake.Core"],
+ "matchUpdateTypes": ["major"],
+ "labels": ["Breaking Change"]
}
- ]
-}
\ No newline at end of file
+ ],
+ "milestone": 18
+}
From 08732e5bd3b1f1cdb2232b2e975e3cb8bb971223 Mon Sep 17 00:00:00 2001
From: Nils Andresen
Date: Fri, 23 Feb 2024 22:37:33 +0100
Subject: [PATCH 10/91] remove milestone setting
it's only available in renovate version 37.204.0
but the GitHub bot currently is running version 37.200.0
---
.github/renovate.json | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/.github/renovate.json b/.github/renovate.json
index a8730968..38c9b666 100644
--- a/.github/renovate.json
+++ b/.github/renovate.json
@@ -16,6 +16,5 @@
"matchUpdateTypes": ["major"],
"labels": ["Breaking Change"]
}
- ],
- "milestone": 18
+ ]
}
From 4c68eaab85a6b9a6f44af263019cedaeeeeaab99 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Fri, 23 Feb 2024 21:44:07 +0000
Subject: [PATCH 11/91] Pin dependencies
---
.github/workflows/build.yml | 12 ++++++------
.github/workflows/codeql-analysis.yml | 14 +++++++-------
.github/workflows/publishDocs.yml | 6 +++---
3 files changed, 16 insertions(+), 16 deletions(-)
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 9b03207e..1d69c9b1 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -44,10 +44,10 @@ jobs:
steps:
- name: Checkout the repository
- uses: actions/checkout@v4
+ uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- name: Fetch all tags and branches
run: git fetch --prune --unshallow
- - uses: actions/setup-dotnet@v4.0.0
+ - uses: actions/setup-dotnet@4d6c8fcf3c8f7a60068d26b594648e99df24cee3 # v4.0.0
with:
dotnet-version: |
2.1.818
@@ -57,19 +57,19 @@ jobs:
7.0.x
8.0.x
- name: Cache Tools
- uses: actions/cache@v4
+ uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4
with:
path: tools
key: ${{ runner.os }}-tools-${{ hashFiles('recipe.cake') }}
- name: Build project
- uses: cake-build/cake-action@v1
+ uses: cake-build/cake-action@a6eb054329257c9e70a6c6bf01747ad6e1d9d52b # v1
with:
script-path: recipe.cake
target: CI
verbosity: Diagnostic
cake-version: tool-manifest
- name: Upload Issues
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4
with:
if-no-files-found: warn
name: ${{ matrix.os }} Issues
@@ -77,7 +77,7 @@ jobs:
BuildArtifacts/report.html
BuildArtifacts/**/coverlet/*.xml
- name: Upload Packages
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4
if: runner.os == 'Windows'
with:
if-no-files-found: warn
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml
index 2f4cac3a..f587164a 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -31,24 +31,24 @@ jobs:
steps:
- name: Checkout repository
- uses: actions/checkout@v4
+ uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
with:
fetch-depth: 0
- - uses: actions/setup-dotnet@v4.0.0
+ - uses: actions/setup-dotnet@4d6c8fcf3c8f7a60068d26b594648e99df24cee3 # v4.0.0
with:
dotnet-version: |
5.0.x
8.0.x
- name: Cache Tools
- uses: actions/cache@v4
+ uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4
with:
path: tools
key: ${{ runner.os }}-tools-${{ hashFiles('recipe.cake') }}
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
- uses: github/codeql-action/init@v3
+ uses: github/codeql-action/init@47b3d888fe66b639e431abf22ebca059152f1eea # v3
with:
languages: ${{ matrix.language }}
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -57,7 +57,7 @@ jobs:
# queries: ./path/to/local/query, your-org/your-repo/queries@main
- name: Build project
- uses: cake-build/cake-action@v1
+ uses: cake-build/cake-action@a6eb054329257c9e70a6c6bf01747ad6e1d9d52b # v1
with:
script-path: recipe.cake
target: DotNetCore-Build
@@ -68,10 +68,10 @@ jobs:
COMPlus_DbgMiniDumpName: BuildArtifacts/coredump.dmp
- name: Perform CodeQL Analysis
- uses: github/codeql-action/analyze@v3
+ uses: github/codeql-action/analyze@47b3d888fe66b639e431abf22ebca059152f1eea # v3
- name: Upload CoreDump
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4
if: failure()
with:
if-no-files-found: warn
diff --git a/.github/workflows/publishDocs.yml b/.github/workflows/publishDocs.yml
index 214a273b..62993a88 100644
--- a/.github/workflows/publishDocs.yml
+++ b/.github/workflows/publishDocs.yml
@@ -15,19 +15,19 @@ jobs:
steps:
- name: checkout
- uses: actions/checkout@v4
+ uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- name: Fetch all tags and branches
run: git fetch --prune --unshallow
- name: Cache Tools
- uses: actions/cache@v4
+ uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4
with:
path: tools
key: ${{ runner.os }}-doc-tools-${{ hashFiles('recipe.cake') }}
- name: Publishing documentaiton
- uses: cake-build/cake-action@v1
+ uses: cake-build/cake-action@a6eb054329257c9e70a6c6bf01747ad6e1d9d52b # v1
with:
script-path: recipe.cake
target: Force-Publish-Documentation
From 8cc5beaeabd89284b9516aa23e39d610b5e4e203 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Thu, 29 Feb 2024 19:30:38 +0000
Subject: [PATCH 12/91] Update actions/cache digest to ab5e6d0
---
.github/workflows/build.yml | 2 +-
.github/workflows/codeql-analysis.yml | 2 +-
.github/workflows/publishDocs.yml | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 1d69c9b1..b11d9a9d 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -57,7 +57,7 @@ jobs:
7.0.x
8.0.x
- name: Cache Tools
- uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4
+ uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4
with:
path: tools
key: ${{ runner.os }}-tools-${{ hashFiles('recipe.cake') }}
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml
index f587164a..c0aafff4 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -41,7 +41,7 @@ jobs:
8.0.x
- name: Cache Tools
- uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4
+ uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4
with:
path: tools
key: ${{ runner.os }}-tools-${{ hashFiles('recipe.cake') }}
diff --git a/.github/workflows/publishDocs.yml b/.github/workflows/publishDocs.yml
index 62993a88..41c68bab 100644
--- a/.github/workflows/publishDocs.yml
+++ b/.github/workflows/publishDocs.yml
@@ -21,7 +21,7 @@ jobs:
run: git fetch --prune --unshallow
- name: Cache Tools
- uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4
+ uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4
with:
path: tools
key: ${{ runner.os }}-doc-tools-${{ hashFiles('recipe.cake') }}
From 048129c53ecf8bb961ce0db7b1e05ccae4c5b05c Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Sun, 3 Mar 2024 08:18:11 +0000
Subject: [PATCH 13/91] Update github/codeql-action digest to 8a470fd
---
.github/workflows/codeql-analysis.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml
index c0aafff4..fe0a2dfe 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -48,7 +48,7 @@ jobs:
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
- uses: github/codeql-action/init@47b3d888fe66b639e431abf22ebca059152f1eea # v3
+ uses: github/codeql-action/init@8a470fddafa5cbb6266ee11b37ef4d8aae19c571 # v3
with:
languages: ${{ matrix.language }}
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -68,7 +68,7 @@ jobs:
COMPlus_DbgMiniDumpName: BuildArtifacts/coredump.dmp
- name: Perform CodeQL Analysis
- uses: github/codeql-action/analyze@47b3d888fe66b639e431abf22ebca059152f1eea # v3
+ uses: github/codeql-action/analyze@8a470fddafa5cbb6266ee11b37ef4d8aae19c571 # v3
- name: Upload CoreDump
uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4
From 43363a8cb23504d8e05605552c633ca2fdaf18ac Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Wed, 13 Mar 2024 15:14:49 +0000
Subject: [PATCH 14/91] Update dependency dotnet-sdk to v8.0.202
---
global.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/global.json b/global.json
index 78f4b48c..9b595ffc 100644
--- a/global.json
+++ b/global.json
@@ -1,6 +1,6 @@
{
"sdk": {
- "version": "8.0.201",
+ "version": "8.0.202",
"rollForward": "latestFeature"
}
}
From 852a064b85a2216bdbf82a6b8b60597c871660e6 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Fri, 15 Mar 2024 09:07:25 +0000
Subject: [PATCH 15/91] Update dependency coverlet.msbuild to v6.0.2
---
src/Cake.7zip.Tests/Cake.7zip.Tests.csproj | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/Cake.7zip.Tests/Cake.7zip.Tests.csproj b/src/Cake.7zip.Tests/Cake.7zip.Tests.csproj
index e6f78d42..49c5337f 100644
--- a/src/Cake.7zip.Tests/Cake.7zip.Tests.csproj
+++ b/src/Cake.7zip.Tests/Cake.7zip.Tests.csproj
@@ -16,7 +16,7 @@
-
+
runtime; build; native; contentfiles; analyzers; buildtransitive
all
From f401966d073cab401f7ce1a07f6489dbcdd86e72 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Fri, 15 Mar 2024 09:17:10 +0000
Subject: [PATCH 16/91] Update github/codeql-action digest to 3ab4101
---
.github/workflows/codeql-analysis.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml
index fe0a2dfe..c30b9237 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -48,7 +48,7 @@ jobs:
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
- uses: github/codeql-action/init@8a470fddafa5cbb6266ee11b37ef4d8aae19c571 # v3
+ uses: github/codeql-action/init@3ab4101902695724f9365a384f86c1074d94e18c # v3
with:
languages: ${{ matrix.language }}
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -68,7 +68,7 @@ jobs:
COMPlus_DbgMiniDumpName: BuildArtifacts/coredump.dmp
- name: Perform CodeQL Analysis
- uses: github/codeql-action/analyze@8a470fddafa5cbb6266ee11b37ef4d8aae19c571 # v3
+ uses: github/codeql-action/analyze@3ab4101902695724f9365a384f86c1074d94e18c # v3
- name: Upload CoreDump
uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4
From da1db5736d7e204590e7ad96a0fad0f886ad3261 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Fri, 15 Mar 2024 12:07:40 +0000
Subject: [PATCH 17/91] Update dependency dotnet-sdk to v8.0.203
---
global.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/global.json b/global.json
index 9b595ffc..cf4bcc10 100644
--- a/global.json
+++ b/global.json
@@ -1,6 +1,6 @@
{
"sdk": {
- "version": "8.0.202",
+ "version": "8.0.203",
"rollForward": "latestFeature"
}
}
From dff35652f090e7486e6973578c92c0f58cdbd11d Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Tue, 19 Mar 2024 18:41:23 +0000
Subject: [PATCH 18/91] Update actions/cache digest to 0c45773
---
.github/workflows/build.yml | 2 +-
.github/workflows/codeql-analysis.yml | 2 +-
.github/workflows/publishDocs.yml | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index b11d9a9d..5a50ac93 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -57,7 +57,7 @@ jobs:
7.0.x
8.0.x
- name: Cache Tools
- uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4
+ uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4
with:
path: tools
key: ${{ runner.os }}-tools-${{ hashFiles('recipe.cake') }}
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml
index c30b9237..fc72963c 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -41,7 +41,7 @@ jobs:
8.0.x
- name: Cache Tools
- uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4
+ uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4
with:
path: tools
key: ${{ runner.os }}-tools-${{ hashFiles('recipe.cake') }}
diff --git a/.github/workflows/publishDocs.yml b/.github/workflows/publishDocs.yml
index 41c68bab..fc9b6077 100644
--- a/.github/workflows/publishDocs.yml
+++ b/.github/workflows/publishDocs.yml
@@ -21,7 +21,7 @@ jobs:
run: git fetch --prune --unshallow
- name: Cache Tools
- uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4
+ uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4
with:
path: tools
key: ${{ runner.os }}-doc-tools-${{ hashFiles('recipe.cake') }}
From 92353f1ac46bd3d6007b247e7accbcf3e283b23c Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Fri, 22 Mar 2024 08:25:23 +0000
Subject: [PATCH 19/91] Update github/codeql-action digest to 05963f4
---
.github/workflows/codeql-analysis.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml
index fc72963c..80a0bb07 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -48,7 +48,7 @@ jobs:
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
- uses: github/codeql-action/init@3ab4101902695724f9365a384f86c1074d94e18c # v3
+ uses: github/codeql-action/init@05963f47d870e2cb19a537396c1f668a348c7d8f # v3
with:
languages: ${{ matrix.language }}
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -68,7 +68,7 @@ jobs:
COMPlus_DbgMiniDumpName: BuildArtifacts/coredump.dmp
- name: Perform CodeQL Analysis
- uses: github/codeql-action/analyze@3ab4101902695724f9365a384f86c1074d94e18c # v3
+ uses: github/codeql-action/analyze@05963f47d870e2cb19a537396c1f668a348c7d8f # v3
- name: Upload CoreDump
uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4
From 4d1e00745274e42b6ec855a6b23d087d61f53d98 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Fri, 22 Mar 2024 14:36:26 +0000
Subject: [PATCH 20/91] Update github/codeql-action digest to 1b1aada
---
.github/workflows/codeql-analysis.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml
index 80a0bb07..97e913ef 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -48,7 +48,7 @@ jobs:
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
- uses: github/codeql-action/init@05963f47d870e2cb19a537396c1f668a348c7d8f # v3
+ uses: github/codeql-action/init@1b1aada464948af03b950897e5eb522f92603cc2 # v3
with:
languages: ${{ matrix.language }}
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -68,7 +68,7 @@ jobs:
COMPlus_DbgMiniDumpName: BuildArtifacts/coredump.dmp
- name: Perform CodeQL Analysis
- uses: github/codeql-action/analyze@05963f47d870e2cb19a537396c1f668a348c7d8f # v3
+ uses: github/codeql-action/analyze@1b1aada464948af03b950897e5eb522f92603cc2 # v3
- name: Upload CoreDump
uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4
From 93093a8919a171944c30f23dab42203ef247324e Mon Sep 17 00:00:00 2001
From: Nils Andresen
Date: Tue, 7 May 2024 20:15:47 +0200
Subject: [PATCH 21/91] (#324) disable codecov
---
recipe.cake | 1 +
1 file changed, 1 insertion(+)
diff --git a/recipe.cake b/recipe.cake
index 4afae1e3..7417ac2e 100644
--- a/recipe.cake
+++ b/recipe.cake
@@ -11,6 +11,7 @@ BuildParameters.SetParameters(
repositoryOwner: "cake-contrib",
shouldRunDotNetCorePack: true,
shouldUseDeterministicBuilds: true,
+ shouldRunCodecov: false,
preferredBuildProviderType: BuildProviderType.GitHubActions,
preferredBuildAgentOperatingSystem: PlatformFamily.Linux);
From e8b6a059be11fb5600743bf9618ff2447d8ba547 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Tue, 7 May 2024 19:29:07 +0000
Subject: [PATCH 22/91] Update xunit-dotnet monorepo
---
src/Cake.7zip.Tests/Cake.7zip.Tests.csproj | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/Cake.7zip.Tests/Cake.7zip.Tests.csproj b/src/Cake.7zip.Tests/Cake.7zip.Tests.csproj
index 49c5337f..adbbc51e 100644
--- a/src/Cake.7zip.Tests/Cake.7zip.Tests.csproj
+++ b/src/Cake.7zip.Tests/Cake.7zip.Tests.csproj
@@ -27,9 +27,9 @@
-
-
-
+
+
+
runtime; build; native; contentfiles; analyzers
all
From 6cc5191cc4fe9c560f33a1ce6ecf1a10d883995b Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Tue, 7 May 2024 19:37:45 +0000
Subject: [PATCH 23/91] Update actions/checkout digest to 0ad4b8f
---
.github/workflows/build.yml | 2 +-
.github/workflows/codeql-analysis.yml | 2 +-
.github/workflows/publishDocs.yml | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 5a50ac93..0fa0f646 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -44,7 +44,7 @@ jobs:
steps:
- name: Checkout the repository
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
+ uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
- name: Fetch all tags and branches
run: git fetch --prune --unshallow
- uses: actions/setup-dotnet@4d6c8fcf3c8f7a60068d26b594648e99df24cee3 # v4.0.0
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml
index 97e913ef..3100c270 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -31,7 +31,7 @@ jobs:
steps:
- name: Checkout repository
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
+ uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
with:
fetch-depth: 0
- uses: actions/setup-dotnet@4d6c8fcf3c8f7a60068d26b594648e99df24cee3 # v4.0.0
diff --git a/.github/workflows/publishDocs.yml b/.github/workflows/publishDocs.yml
index fc9b6077..561541de 100644
--- a/.github/workflows/publishDocs.yml
+++ b/.github/workflows/publishDocs.yml
@@ -15,7 +15,7 @@ jobs:
steps:
- name: checkout
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
+ uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
- name: Fetch all tags and branches
run: git fetch --prune --unshallow
From e110528db96a0b3df0340820cdd5e87fc4b2b8e5 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Tue, 7 May 2024 20:08:55 +0000
Subject: [PATCH 24/91] Update actions/upload-artifact digest to 6546280
---
.github/workflows/build.yml | 4 ++--
.github/workflows/codeql-analysis.yml | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 0fa0f646..1358edd2 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -69,7 +69,7 @@ jobs:
verbosity: Diagnostic
cake-version: tool-manifest
- name: Upload Issues
- uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4
+ uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4
with:
if-no-files-found: warn
name: ${{ matrix.os }} Issues
@@ -77,7 +77,7 @@ jobs:
BuildArtifacts/report.html
BuildArtifacts/**/coverlet/*.xml
- name: Upload Packages
- uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4
+ uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4
if: runner.os == 'Windows'
with:
if-no-files-found: warn
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml
index 3100c270..4fe561bb 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -71,7 +71,7 @@ jobs:
uses: github/codeql-action/analyze@1b1aada464948af03b950897e5eb522f92603cc2 # v3
- name: Upload CoreDump
- uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4
+ uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4
if: failure()
with:
if-no-files-found: warn
From 09047b22ae575a3a37595225c0c25ec897b76a91 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Tue, 7 May 2024 20:19:37 +0000
Subject: [PATCH 25/91] Update github/codeql-action digest to d39d31e
---
.github/workflows/codeql-analysis.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml
index 4fe561bb..c6ca932a 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -48,7 +48,7 @@ jobs:
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
- uses: github/codeql-action/init@1b1aada464948af03b950897e5eb522f92603cc2 # v3
+ uses: github/codeql-action/init@d39d31e687223d841ef683f52467bd88e9b21c14 # v3
with:
languages: ${{ matrix.language }}
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -68,7 +68,7 @@ jobs:
COMPlus_DbgMiniDumpName: BuildArtifacts/coredump.dmp
- name: Perform CodeQL Analysis
- uses: github/codeql-action/analyze@1b1aada464948af03b950897e5eb522f92603cc2 # v3
+ uses: github/codeql-action/analyze@d39d31e687223d841ef683f52467bd88e9b21c14 # v3
- name: Upload CoreDump
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4
From 545a8409ba8c6dc2cedcc0ab7e7a4b20ce3f415b Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Tue, 7 May 2024 20:28:47 +0000
Subject: [PATCH 26/91] Update dependency dotnet-sdk to v8.0.204
---
global.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/global.json b/global.json
index cf4bcc10..f7a5d066 100644
--- a/global.json
+++ b/global.json
@@ -1,6 +1,6 @@
{
"sdk": {
- "version": "8.0.203",
+ "version": "8.0.204",
"rollForward": "latestFeature"
}
}
From d52698b743e4b8ad9419ed8033ecea426c1d17e7 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Wed, 8 May 2024 15:14:10 +0000
Subject: [PATCH 27/91] Update github/codeql-action digest to ccf74c9
---
.github/workflows/codeql-analysis.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml
index c6ca932a..d9ce1353 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -48,7 +48,7 @@ jobs:
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
- uses: github/codeql-action/init@d39d31e687223d841ef683f52467bd88e9b21c14 # v3
+ uses: github/codeql-action/init@ccf74c947955fd1cf117aef6a0e4e66191ef6f61 # v3
with:
languages: ${{ matrix.language }}
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -68,7 +68,7 @@ jobs:
COMPlus_DbgMiniDumpName: BuildArtifacts/coredump.dmp
- name: Perform CodeQL Analysis
- uses: github/codeql-action/analyze@d39d31e687223d841ef683f52467bd88e9b21c14 # v3
+ uses: github/codeql-action/analyze@ccf74c947955fd1cf117aef6a0e4e66191ef6f61 # v3
- name: Upload CoreDump
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4
From 88737317bf5496c6cc600392dbb82421a7219554 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Wed, 8 May 2024 22:06:11 +0000
Subject: [PATCH 28/91] Update actions/checkout digest to 44c2b7a
---
.github/workflows/build.yml | 2 +-
.github/workflows/codeql-analysis.yml | 2 +-
.github/workflows/publishDocs.yml | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 1358edd2..cca085df 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -44,7 +44,7 @@ jobs:
steps:
- name: Checkout the repository
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
+ uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4
- name: Fetch all tags and branches
run: git fetch --prune --unshallow
- uses: actions/setup-dotnet@4d6c8fcf3c8f7a60068d26b594648e99df24cee3 # v4.0.0
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml
index d9ce1353..a553e3bf 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -31,7 +31,7 @@ jobs:
steps:
- name: Checkout repository
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
+ uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4
with:
fetch-depth: 0
- uses: actions/setup-dotnet@4d6c8fcf3c8f7a60068d26b594648e99df24cee3 # v4.0.0
diff --git a/.github/workflows/publishDocs.yml b/.github/workflows/publishDocs.yml
index 561541de..9b4db7d1 100644
--- a/.github/workflows/publishDocs.yml
+++ b/.github/workflows/publishDocs.yml
@@ -15,7 +15,7 @@ jobs:
steps:
- name: checkout
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
+ uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4
- name: Fetch all tags and branches
run: git fetch --prune --unshallow
From 1b5d5159b1f6522a45b4a80b2d2cfebc3c19242d Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Thu, 9 May 2024 15:22:05 +0000
Subject: [PATCH 29/91] Update actions/checkout digest to 0ad4b8f
---
.github/workflows/build.yml | 2 +-
.github/workflows/codeql-analysis.yml | 2 +-
.github/workflows/publishDocs.yml | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index cca085df..1358edd2 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -44,7 +44,7 @@ jobs:
steps:
- name: Checkout the repository
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4
+ uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
- name: Fetch all tags and branches
run: git fetch --prune --unshallow
- uses: actions/setup-dotnet@4d6c8fcf3c8f7a60068d26b594648e99df24cee3 # v4.0.0
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml
index a553e3bf..d9ce1353 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -31,7 +31,7 @@ jobs:
steps:
- name: Checkout repository
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4
+ uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
with:
fetch-depth: 0
- uses: actions/setup-dotnet@4d6c8fcf3c8f7a60068d26b594648e99df24cee3 # v4.0.0
diff --git a/.github/workflows/publishDocs.yml b/.github/workflows/publishDocs.yml
index 9b4db7d1..561541de 100644
--- a/.github/workflows/publishDocs.yml
+++ b/.github/workflows/publishDocs.yml
@@ -15,7 +15,7 @@ jobs:
steps:
- name: checkout
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4
+ uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
- name: Fetch all tags and branches
run: git fetch --prune --unshallow
From 62e0dc5f2dbba3aa975c0d9869d8efa8b21fdfdf Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Mon, 13 May 2024 13:10:27 +0000
Subject: [PATCH 30/91] Update github/codeql-action digest to b7cec75
---
.github/workflows/codeql-analysis.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml
index d9ce1353..dadd2309 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -48,7 +48,7 @@ jobs:
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
- uses: github/codeql-action/init@ccf74c947955fd1cf117aef6a0e4e66191ef6f61 # v3
+ uses: github/codeql-action/init@b7cec7526559c32f1616476ff32d17ba4c59b2d6 # v3
with:
languages: ${{ matrix.language }}
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -68,7 +68,7 @@ jobs:
COMPlus_DbgMiniDumpName: BuildArtifacts/coredump.dmp
- name: Perform CodeQL Analysis
- uses: github/codeql-action/analyze@ccf74c947955fd1cf117aef6a0e4e66191ef6f61 # v3
+ uses: github/codeql-action/analyze@b7cec7526559c32f1616476ff32d17ba4c59b2d6 # v3
- name: Upload CoreDump
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4
From ce4cc03716d947da5b05fa57a4ea5d06cfebb0a6 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Thu, 16 May 2024 22:41:34 +0000
Subject: [PATCH 31/91] Update dependency dotnet-sdk to v8.0.300
---
global.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/global.json b/global.json
index f7a5d066..4f7e994b 100644
--- a/global.json
+++ b/global.json
@@ -1,6 +1,6 @@
{
"sdk": {
- "version": "8.0.204",
+ "version": "8.0.300",
"rollForward": "latestFeature"
}
}
From 5248933aa2acae147c2069a20e892ed90a340197 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Mon, 20 May 2024 19:51:33 +0000
Subject: [PATCH 32/91] Update actions/checkout digest to a5ac7e5
---
.github/workflows/build.yml | 2 +-
.github/workflows/codeql-analysis.yml | 2 +-
.github/workflows/publishDocs.yml | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 1358edd2..6b7c3644 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -44,7 +44,7 @@ jobs:
steps:
- name: Checkout the repository
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
+ uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
- name: Fetch all tags and branches
run: git fetch --prune --unshallow
- uses: actions/setup-dotnet@4d6c8fcf3c8f7a60068d26b594648e99df24cee3 # v4.0.0
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml
index dadd2309..c83f1efc 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -31,7 +31,7 @@ jobs:
steps:
- name: Checkout repository
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
+ uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
with:
fetch-depth: 0
- uses: actions/setup-dotnet@4d6c8fcf3c8f7a60068d26b594648e99df24cee3 # v4.0.0
diff --git a/.github/workflows/publishDocs.yml b/.github/workflows/publishDocs.yml
index 561541de..23d180a2 100644
--- a/.github/workflows/publishDocs.yml
+++ b/.github/workflows/publishDocs.yml
@@ -15,7 +15,7 @@ jobs:
steps:
- name: checkout
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
+ uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
- name: Fetch all tags and branches
run: git fetch --prune --unshallow
From 98ce7fd8334999b0cf3c02ccfca6304ad14ad459 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Mon, 20 May 2024 20:41:10 +0000
Subject: [PATCH 33/91] Update github/codeql-action digest to 9fdb3e4
---
.github/workflows/codeql-analysis.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml
index c83f1efc..e43ff79f 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -48,7 +48,7 @@ jobs:
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
- uses: github/codeql-action/init@b7cec7526559c32f1616476ff32d17ba4c59b2d6 # v3
+ uses: github/codeql-action/init@9fdb3e49720b44c48891d036bb502feb25684276 # v3
with:
languages: ${{ matrix.language }}
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -68,7 +68,7 @@ jobs:
COMPlus_DbgMiniDumpName: BuildArtifacts/coredump.dmp
- name: Perform CodeQL Analysis
- uses: github/codeql-action/analyze@b7cec7526559c32f1616476ff32d17ba4c59b2d6 # v3
+ uses: github/codeql-action/analyze@9fdb3e49720b44c48891d036bb502feb25684276 # v3
- name: Upload CoreDump
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4
From 043783daca07f90008b8936a95776d9927fae05c Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Wed, 22 May 2024 16:17:09 +0000
Subject: [PATCH 34/91] Update dependency Microsoft.NET.Test.Sdk to v17.10.0
---
src/Cake.7zip.Tests/Cake.7zip.Tests.csproj | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/Cake.7zip.Tests/Cake.7zip.Tests.csproj b/src/Cake.7zip.Tests/Cake.7zip.Tests.csproj
index adbbc51e..195465f2 100644
--- a/src/Cake.7zip.Tests/Cake.7zip.Tests.csproj
+++ b/src/Cake.7zip.Tests/Cake.7zip.Tests.csproj
@@ -20,7 +20,7 @@
runtime; build; native; contentfiles; analyzers; buildtransitive
all
-
+
runtime; build; native; contentfiles; analyzers; buildtransitive
all
From 9f22f7d8ee103f0c62ff120447b956b86738edd3 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Sat, 25 May 2024 04:34:40 +0000
Subject: [PATCH 35/91] Update xunit-dotnet monorepo
---
src/Cake.7zip.Tests/Cake.7zip.Tests.csproj | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/Cake.7zip.Tests/Cake.7zip.Tests.csproj b/src/Cake.7zip.Tests/Cake.7zip.Tests.csproj
index 195465f2..3ad9d2c3 100644
--- a/src/Cake.7zip.Tests/Cake.7zip.Tests.csproj
+++ b/src/Cake.7zip.Tests/Cake.7zip.Tests.csproj
@@ -27,9 +27,9 @@
-
-
-
+
+
+
runtime; build; native; contentfiles; analyzers
all
From e46ba06d4f4ffa5a97500348eb1618c87f2fb926 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Wed, 29 May 2024 22:10:34 +0000
Subject: [PATCH 36/91] Update dependency dotnet-sdk to v8.0.301
---
global.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/global.json b/global.json
index 4f7e994b..6f50a887 100644
--- a/global.json
+++ b/global.json
@@ -1,6 +1,6 @@
{
"sdk": {
- "version": "8.0.300",
+ "version": "8.0.301",
"rollForward": "latestFeature"
}
}
From c6e2616509b0b48f2d3849ddd8a61bcc62381f96 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Fri, 31 May 2024 09:41:26 +0000
Subject: [PATCH 37/91] Update github/codeql-action digest to f079b84
---
.github/workflows/codeql-analysis.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml
index e43ff79f..8215d6ef 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -48,7 +48,7 @@ jobs:
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
- uses: github/codeql-action/init@9fdb3e49720b44c48891d036bb502feb25684276 # v3
+ uses: github/codeql-action/init@f079b8493333aace61c81488f8bd40919487bd9f # v3
with:
languages: ${{ matrix.language }}
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -68,7 +68,7 @@ jobs:
COMPlus_DbgMiniDumpName: BuildArtifacts/coredump.dmp
- name: Perform CodeQL Analysis
- uses: github/codeql-action/analyze@9fdb3e49720b44c48891d036bb502feb25684276 # v3
+ uses: github/codeql-action/analyze@f079b8493333aace61c81488f8bd40919487bd9f # v3
- name: Upload CoreDump
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4
From 46d72bcd00d1a01b7573b281a47bdb003c2c538a Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Tue, 4 Jun 2024 19:06:58 +0000
Subject: [PATCH 38/91] Update github/codeql-action digest to 2e230e8
---
.github/workflows/codeql-analysis.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml
index 8215d6ef..1f037fc9 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -48,7 +48,7 @@ jobs:
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
- uses: github/codeql-action/init@f079b8493333aace61c81488f8bd40919487bd9f # v3
+ uses: github/codeql-action/init@2e230e8fe0ad3a14a340ad0815ddb96d599d2aff # v3
with:
languages: ${{ matrix.language }}
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -68,7 +68,7 @@ jobs:
COMPlus_DbgMiniDumpName: BuildArtifacts/coredump.dmp
- name: Perform CodeQL Analysis
- uses: github/codeql-action/analyze@f079b8493333aace61c81488f8bd40919487bd9f # v3
+ uses: github/codeql-action/analyze@2e230e8fe0ad3a14a340ad0815ddb96d599d2aff # v3
- name: Upload CoreDump
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4
From 121d520470d39af8f73560f940503a570875b8d1 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Thu, 13 Jun 2024 20:05:02 +0000
Subject: [PATCH 39/91] Update actions/checkout digest to 692973e
---
.github/workflows/build.yml | 2 +-
.github/workflows/codeql-analysis.yml | 2 +-
.github/workflows/publishDocs.yml | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 6b7c3644..905e71d2 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -44,7 +44,7 @@ jobs:
steps:
- name: Checkout the repository
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
+ uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- name: Fetch all tags and branches
run: git fetch --prune --unshallow
- uses: actions/setup-dotnet@4d6c8fcf3c8f7a60068d26b594648e99df24cee3 # v4.0.0
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml
index 1f037fc9..7d9782ef 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -31,7 +31,7 @@ jobs:
steps:
- name: Checkout repository
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
+ uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
with:
fetch-depth: 0
- uses: actions/setup-dotnet@4d6c8fcf3c8f7a60068d26b594648e99df24cee3 # v4.0.0
diff --git a/.github/workflows/publishDocs.yml b/.github/workflows/publishDocs.yml
index 23d180a2..751f56d0 100644
--- a/.github/workflows/publishDocs.yml
+++ b/.github/workflows/publishDocs.yml
@@ -15,7 +15,7 @@ jobs:
steps:
- name: checkout
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
+ uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- name: Fetch all tags and branches
run: git fetch --prune --unshallow
From 13d2dc5a754dacc65d6f1ed4ac5e984320408870 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Sat, 15 Jun 2024 09:31:38 +0000
Subject: [PATCH 40/91] Update dependency dotnet-sdk to v8.0.302
---
global.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/global.json b/global.json
index 6f50a887..d48ce755 100644
--- a/global.json
+++ b/global.json
@@ -1,6 +1,6 @@
{
"sdk": {
- "version": "8.0.301",
+ "version": "8.0.302",
"rollForward": "latestFeature"
}
}
From 6d3428d8fb769ba952b1047242897b656dcf76b2 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Sat, 15 Jun 2024 09:39:09 +0000
Subject: [PATCH 41/91] Update github/codeql-action digest to 23acc5c
---
.github/workflows/codeql-analysis.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml
index 7d9782ef..1062063a 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -48,7 +48,7 @@ jobs:
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
- uses: github/codeql-action/init@2e230e8fe0ad3a14a340ad0815ddb96d599d2aff # v3
+ uses: github/codeql-action/init@23acc5c183826b7a8a97bce3cecc52db901f8251 # v3
with:
languages: ${{ matrix.language }}
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -68,7 +68,7 @@ jobs:
COMPlus_DbgMiniDumpName: BuildArtifacts/coredump.dmp
- name: Perform CodeQL Analysis
- uses: github/codeql-action/analyze@2e230e8fe0ad3a14a340ad0815ddb96d599d2aff # v3
+ uses: github/codeql-action/analyze@23acc5c183826b7a8a97bce3cecc52db901f8251 # v3
- name: Upload CoreDump
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4
From 7c830988f44590358959d771c761e2e1a13e0825 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Wed, 19 Jun 2024 15:09:25 +0000
Subject: [PATCH 42/91] Update dependency IDisposableAnalyzers to v4.0.8
---
src/Cake.7zip/Cake.7zip.csproj | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/Cake.7zip/Cake.7zip.csproj b/src/Cake.7zip/Cake.7zip.csproj
index c5d58c6b..d8852be3 100644
--- a/src/Cake.7zip/Cake.7zip.csproj
+++ b/src/Cake.7zip/Cake.7zip.csproj
@@ -41,7 +41,7 @@
-
+
all
runtime; build; native; contentfiles; analyzers; buildtransitive
From 22d1887e59d76e7280e800f62005838b9dbb461d Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Fri, 28 Jun 2024 19:51:18 +0000
Subject: [PATCH 43/91] Update github/codeql-action digest to b611370
---
.github/workflows/codeql-analysis.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml
index 1062063a..244d6f39 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -48,7 +48,7 @@ jobs:
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
- uses: github/codeql-action/init@23acc5c183826b7a8a97bce3cecc52db901f8251 # v3
+ uses: github/codeql-action/init@b611370bb5703a7efb587f9d136a52ea24c5c38c # v3
with:
languages: ${{ matrix.language }}
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -68,7 +68,7 @@ jobs:
COMPlus_DbgMiniDumpName: BuildArtifacts/coredump.dmp
- name: Perform CodeQL Analysis
- uses: github/codeql-action/analyze@23acc5c183826b7a8a97bce3cecc52db901f8251 # v3
+ uses: github/codeql-action/analyze@b611370bb5703a7efb587f9d136a52ea24c5c38c # v3
- name: Upload CoreDump
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4
From 5a6a66f9974efe5b8edefa838d8fcce8a3d9bedd Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Fri, 5 Jul 2024 15:43:59 +0000
Subject: [PATCH 44/91] Update actions/upload-artifact digest to 0b2256b
---
.github/workflows/build.yml | 4 ++--
.github/workflows/codeql-analysis.yml | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 905e71d2..224097b4 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -69,7 +69,7 @@ jobs:
verbosity: Diagnostic
cake-version: tool-manifest
- name: Upload Issues
- uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4
+ uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4
with:
if-no-files-found: warn
name: ${{ matrix.os }} Issues
@@ -77,7 +77,7 @@ jobs:
BuildArtifacts/report.html
BuildArtifacts/**/coverlet/*.xml
- name: Upload Packages
- uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4
+ uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4
if: runner.os == 'Windows'
with:
if-no-files-found: warn
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml
index 244d6f39..cc21f24f 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -71,7 +71,7 @@ jobs:
uses: github/codeql-action/analyze@b611370bb5703a7efb587f9d136a52ea24c5c38c # v3
- name: Upload CoreDump
- uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4
+ uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4
if: failure()
with:
if-no-files-found: warn
From d14a4bc68727c6859a134ccfb03287ff85bb642e Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Mon, 8 Jul 2024 21:46:21 +0000
Subject: [PATCH 45/91] Update xunit-dotnet monorepo
---
src/Cake.7zip.Tests/Cake.7zip.Tests.csproj | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/Cake.7zip.Tests/Cake.7zip.Tests.csproj b/src/Cake.7zip.Tests/Cake.7zip.Tests.csproj
index 3ad9d2c3..2b625dfc 100644
--- a/src/Cake.7zip.Tests/Cake.7zip.Tests.csproj
+++ b/src/Cake.7zip.Tests/Cake.7zip.Tests.csproj
@@ -27,9 +27,9 @@
-
-
-
+
+
+
runtime; build; native; contentfiles; analyzers
all
From 8c6b1282b58b325fa463420da0c46f51f938f104 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Tue, 9 Jul 2024 17:12:31 +0000
Subject: [PATCH 46/91] Update actions/setup-dotnet action to v4.0.1
---
.github/workflows/build.yml | 2 +-
.github/workflows/codeql-analysis.yml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 224097b4..e0faef12 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -47,7 +47,7 @@ jobs:
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- name: Fetch all tags and branches
run: git fetch --prune --unshallow
- - uses: actions/setup-dotnet@4d6c8fcf3c8f7a60068d26b594648e99df24cee3 # v4.0.0
+ - uses: actions/setup-dotnet@6bd8b7f7774af54e05809fcc5431931b3eb1ddee # v4.0.1
with:
dotnet-version: |
2.1.818
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml
index cc21f24f..6a35c18f 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -34,7 +34,7 @@ jobs:
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
with:
fetch-depth: 0
- - uses: actions/setup-dotnet@4d6c8fcf3c8f7a60068d26b594648e99df24cee3 # v4.0.0
+ - uses: actions/setup-dotnet@6bd8b7f7774af54e05809fcc5431931b3eb1ddee # v4.0.1
with:
dotnet-version: |
5.0.x
From f462da9f46b5aeefb609141e64573a972b2b6256 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Fri, 12 Jul 2024 09:51:59 +0000
Subject: [PATCH 47/91] Update github/codeql-action digest to 4fa2a79
---
.github/workflows/codeql-analysis.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml
index 6a35c18f..fe15da00 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -48,7 +48,7 @@ jobs:
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
- uses: github/codeql-action/init@b611370bb5703a7efb587f9d136a52ea24c5c38c # v3
+ uses: github/codeql-action/init@4fa2a7953630fd2f3fb380f21be14ede0169dd4f # v3
with:
languages: ${{ matrix.language }}
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -68,7 +68,7 @@ jobs:
COMPlus_DbgMiniDumpName: BuildArtifacts/coredump.dmp
- name: Perform CodeQL Analysis
- uses: github/codeql-action/analyze@b611370bb5703a7efb587f9d136a52ea24c5c38c # v3
+ uses: github/codeql-action/analyze@4fa2a7953630fd2f3fb380f21be14ede0169dd4f # v3
- name: Upload CoreDump
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4
From 573a7e291950b9f984146f520b3085ba8125d016 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Fri, 12 Jul 2024 20:13:05 +0000
Subject: [PATCH 48/91] Update dependency dotnet-sdk to v8.0.303
---
global.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/global.json b/global.json
index d48ce755..9e82630b 100644
--- a/global.json
+++ b/global.json
@@ -1,6 +1,6 @@
{
"sdk": {
- "version": "8.0.302",
+ "version": "8.0.303",
"rollForward": "latestFeature"
}
}
From 72587e9c6d286eea9357c716d78b352f3bef2621 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Fri, 19 Jul 2024 16:25:54 +0000
Subject: [PATCH 49/91] Update github/codeql-action digest to 2d79040
---
.github/workflows/codeql-analysis.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml
index fe15da00..dd9b698b 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -48,7 +48,7 @@ jobs:
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
- uses: github/codeql-action/init@4fa2a7953630fd2f3fb380f21be14ede0169dd4f # v3
+ uses: github/codeql-action/init@2d790406f505036ef40ecba973cc774a50395aac # v3
with:
languages: ${{ matrix.language }}
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -68,7 +68,7 @@ jobs:
COMPlus_DbgMiniDumpName: BuildArtifacts/coredump.dmp
- name: Perform CodeQL Analysis
- uses: github/codeql-action/analyze@4fa2a7953630fd2f3fb380f21be14ede0169dd4f # v3
+ uses: github/codeql-action/analyze@2d790406f505036ef40ecba973cc774a50395aac # v3
- name: Upload CoreDump
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4
From e4d83bc0ac971f860fb590d4a4c66b27ee80b115 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Thu, 25 Jul 2024 09:15:46 +0000
Subject: [PATCH 50/91] Update github/codeql-action digest to 5cf07d8
---
.github/workflows/codeql-analysis.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml
index dd9b698b..77c4b0d0 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -48,7 +48,7 @@ jobs:
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
- uses: github/codeql-action/init@2d790406f505036ef40ecba973cc774a50395aac # v3
+ uses: github/codeql-action/init@5cf07d8b700b67e235fbb65cbc84f69c0cf10464 # v3
with:
languages: ${{ matrix.language }}
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -68,7 +68,7 @@ jobs:
COMPlus_DbgMiniDumpName: BuildArtifacts/coredump.dmp
- name: Perform CodeQL Analysis
- uses: github/codeql-action/analyze@2d790406f505036ef40ecba973cc774a50395aac # v3
+ uses: github/codeql-action/analyze@5cf07d8b700b67e235fbb65cbc84f69c0cf10464 # v3
- name: Upload CoreDump
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4
From b5be4816bba6da38aabde2a9a3282fd442757435 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Fri, 26 Jul 2024 14:30:14 +0000
Subject: [PATCH 51/91] Update github/codeql-action digest to afb54ba
---
.github/workflows/codeql-analysis.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml
index 77c4b0d0..14fea5e4 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -48,7 +48,7 @@ jobs:
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
- uses: github/codeql-action/init@5cf07d8b700b67e235fbb65cbc84f69c0cf10464 # v3
+ uses: github/codeql-action/init@afb54ba388a7dca6ecae48f608c4ff05ff4cc77a # v3
with:
languages: ${{ matrix.language }}
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -68,7 +68,7 @@ jobs:
COMPlus_DbgMiniDumpName: BuildArtifacts/coredump.dmp
- name: Perform CodeQL Analysis
- uses: github/codeql-action/analyze@5cf07d8b700b67e235fbb65cbc84f69c0cf10464 # v3
+ uses: github/codeql-action/analyze@afb54ba388a7dca6ecae48f608c4ff05ff4cc77a # v3
- name: Upload CoreDump
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4
From 8dd03c5d40e005d1e2dc283f066a112664611364 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Fri, 2 Aug 2024 16:19:33 +0000
Subject: [PATCH 52/91] Update actions/upload-artifact digest to 89ef406
---
.github/workflows/build.yml | 4 ++--
.github/workflows/codeql-analysis.yml | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index e0faef12..be544ddb 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -69,7 +69,7 @@ jobs:
verbosity: Diagnostic
cake-version: tool-manifest
- name: Upload Issues
- uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4
+ uses: actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4
with:
if-no-files-found: warn
name: ${{ matrix.os }} Issues
@@ -77,7 +77,7 @@ jobs:
BuildArtifacts/report.html
BuildArtifacts/**/coverlet/*.xml
- name: Upload Packages
- uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4
+ uses: actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4
if: runner.os == 'Windows'
with:
if-no-files-found: warn
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml
index 14fea5e4..46485cdd 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -71,7 +71,7 @@ jobs:
uses: github/codeql-action/analyze@afb54ba388a7dca6ecae48f608c4ff05ff4cc77a # v3
- name: Upload CoreDump
- uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4
+ uses: actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4
if: failure()
with:
if-no-files-found: warn
From 4742d7cca9e35592b48daf8431ca66c2219a77ec Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Tue, 6 Aug 2024 17:35:12 +0000
Subject: [PATCH 53/91] Update github/codeql-action digest to eb055d7
---
.github/workflows/codeql-analysis.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml
index 46485cdd..7f64b752 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -48,7 +48,7 @@ jobs:
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
- uses: github/codeql-action/init@afb54ba388a7dca6ecae48f608c4ff05ff4cc77a # v3
+ uses: github/codeql-action/init@eb055d739abdc2e8de2e5f4ba1a8b246daa779aa # v3
with:
languages: ${{ matrix.language }}
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -68,7 +68,7 @@ jobs:
COMPlus_DbgMiniDumpName: BuildArtifacts/coredump.dmp
- name: Perform CodeQL Analysis
- uses: github/codeql-action/analyze@afb54ba388a7dca6ecae48f608c4ff05ff4cc77a # v3
+ uses: github/codeql-action/analyze@eb055d739abdc2e8de2e5f4ba1a8b246daa779aa # v3
- name: Upload CoreDump
uses: actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4
From b5a2941991c526d2b7440cd25f866df5cf95d9b7 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Tue, 6 Aug 2024 17:59:07 +0000
Subject: [PATCH 54/91] Update actions/upload-artifact digest to 834a144
---
.github/workflows/build.yml | 4 ++--
.github/workflows/codeql-analysis.yml | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index be544ddb..6f3b4248 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -69,7 +69,7 @@ jobs:
verbosity: Diagnostic
cake-version: tool-manifest
- name: Upload Issues
- uses: actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4
+ uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4
with:
if-no-files-found: warn
name: ${{ matrix.os }} Issues
@@ -77,7 +77,7 @@ jobs:
BuildArtifacts/report.html
BuildArtifacts/**/coverlet/*.xml
- name: Upload Packages
- uses: actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4
+ uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4
if: runner.os == 'Windows'
with:
if-no-files-found: warn
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml
index 7f64b752..c8f33fb2 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -71,7 +71,7 @@ jobs:
uses: github/codeql-action/analyze@eb055d739abdc2e8de2e5f4ba1a8b246daa779aa # v3
- name: Upload CoreDump
- uses: actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4
+ uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4
if: failure()
with:
if-no-files-found: warn
From 697ba68faf5c7a019d6a6b03fea641d088166ae6 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Wed, 14 Aug 2024 19:10:29 +0000
Subject: [PATCH 55/91] Update github/codeql-action digest to 429e197
---
.github/workflows/codeql-analysis.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml
index c8f33fb2..f78657be 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -48,7 +48,7 @@ jobs:
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
- uses: github/codeql-action/init@eb055d739abdc2e8de2e5f4ba1a8b246daa779aa # v3
+ uses: github/codeql-action/init@429e1977040da7a23b6822b13c129cd1ba93dbb2 # v3
with:
languages: ${{ matrix.language }}
# If you wish to specify custom queries, you can do so here or in a config file.
From b3e2b195daad5ca9d31b4a270ecb1d788dbbf4f7 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Wed, 14 Aug 2024 20:11:28 +0000
Subject: [PATCH 56/91] Update dependency dotnet-sdk to v8.0.400
---
global.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/global.json b/global.json
index 9e82630b..1a9ccb18 100644
--- a/global.json
+++ b/global.json
@@ -1,6 +1,6 @@
{
"sdk": {
- "version": "8.0.303",
+ "version": "8.0.400",
"rollForward": "latestFeature"
}
}
From 8ac9ee4b404e277a8abc34e6f854d360f3fb4aad Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Wed, 14 Aug 2024 20:20:05 +0000
Subject: [PATCH 57/91] Update github/codeql-action digest to 429e197
---
.github/workflows/codeql-analysis.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml
index f78657be..2a0f2eba 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -68,7 +68,7 @@ jobs:
COMPlus_DbgMiniDumpName: BuildArtifacts/coredump.dmp
- name: Perform CodeQL Analysis
- uses: github/codeql-action/analyze@eb055d739abdc2e8de2e5f4ba1a8b246daa779aa # v3
+ uses: github/codeql-action/analyze@429e1977040da7a23b6822b13c129cd1ba93dbb2 # v3
- name: Upload CoreDump
uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4
From 623a51c89c70bf714bd0972b50092547c9b67c79 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Fri, 13 Sep 2024 17:06:01 +0000
Subject: [PATCH 58/91] Update github/codeql-action digest to 8214744
---
.github/workflows/codeql-analysis.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml
index 2a0f2eba..7aaf3cdd 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -48,7 +48,7 @@ jobs:
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
- uses: github/codeql-action/init@429e1977040da7a23b6822b13c129cd1ba93dbb2 # v3
+ uses: github/codeql-action/init@8214744c546c1e5c8f03dde8fab3a7353211988d # v3
with:
languages: ${{ matrix.language }}
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -68,7 +68,7 @@ jobs:
COMPlus_DbgMiniDumpName: BuildArtifacts/coredump.dmp
- name: Perform CodeQL Analysis
- uses: github/codeql-action/analyze@429e1977040da7a23b6822b13c129cd1ba93dbb2 # v3
+ uses: github/codeql-action/analyze@8214744c546c1e5c8f03dde8fab3a7353211988d # v3
- name: Upload CoreDump
uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4
From 5bb4e1323fd31e72eab1d1315fe62dfc85c54996 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Fri, 13 Sep 2024 17:25:53 +0000
Subject: [PATCH 59/91] Update dependency Moq to 4.20.72
---
src/Cake.7zip.Tests/Cake.7zip.Tests.csproj | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/Cake.7zip.Tests/Cake.7zip.Tests.csproj b/src/Cake.7zip.Tests/Cake.7zip.Tests.csproj
index 2b625dfc..29b5ab6c 100644
--- a/src/Cake.7zip.Tests/Cake.7zip.Tests.csproj
+++ b/src/Cake.7zip.Tests/Cake.7zip.Tests.csproj
@@ -25,7 +25,7 @@
runtime; build; native; contentfiles; analyzers; buildtransitive
all
-
+
From f6fb25d3cb37947d4fb4c611f8b506f13825ae35 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Fri, 13 Sep 2024 17:36:22 +0000
Subject: [PATCH 60/91] Update dependency xunit.analyzers to 1.16.0
---
src/Cake.7zip.Tests/Cake.7zip.Tests.csproj | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/Cake.7zip.Tests/Cake.7zip.Tests.csproj b/src/Cake.7zip.Tests/Cake.7zip.Tests.csproj
index 29b5ab6c..a90252ec 100644
--- a/src/Cake.7zip.Tests/Cake.7zip.Tests.csproj
+++ b/src/Cake.7zip.Tests/Cake.7zip.Tests.csproj
@@ -28,7 +28,7 @@
-
+
runtime; build; native; contentfiles; analyzers
all
From 614c9d18076448bcc50a62369847e65ee9cdc7fd Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Fri, 13 Sep 2024 17:54:01 +0000
Subject: [PATCH 61/91] Update dependency Microsoft.NET.Test.Sdk to 17.11.1
---
src/Cake.7zip.Tests/Cake.7zip.Tests.csproj | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/Cake.7zip.Tests/Cake.7zip.Tests.csproj b/src/Cake.7zip.Tests/Cake.7zip.Tests.csproj
index a90252ec..a341d146 100644
--- a/src/Cake.7zip.Tests/Cake.7zip.Tests.csproj
+++ b/src/Cake.7zip.Tests/Cake.7zip.Tests.csproj
@@ -20,7 +20,7 @@
runtime; build; native; contentfiles; analyzers; buildtransitive
all
-
+
runtime; build; native; contentfiles; analyzers; buildtransitive
all
From 4a446d856e9f4c61eae6f66a3b4533a0937e6e7a Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Sat, 14 Sep 2024 18:22:40 +0000
Subject: [PATCH 62/91] Update dependency dotnet-sdk to v8.0.401
---
global.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/global.json b/global.json
index 1a9ccb18..5cf96894 100644
--- a/global.json
+++ b/global.json
@@ -1,6 +1,6 @@
{
"sdk": {
- "version": "8.0.400",
+ "version": "8.0.401",
"rollForward": "latestFeature"
}
}
From 8504b38ca30b14ce90ea7e40e77880017f5e24ef Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Sat, 14 Sep 2024 18:42:21 +0000
Subject: [PATCH 63/91] Update actions/upload-artifact digest to 5076954
---
.github/workflows/build.yml | 4 ++--
.github/workflows/codeql-analysis.yml | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 6f3b4248..9f0e0b85 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -69,7 +69,7 @@ jobs:
verbosity: Diagnostic
cake-version: tool-manifest
- name: Upload Issues
- uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4
+ uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4
with:
if-no-files-found: warn
name: ${{ matrix.os }} Issues
@@ -77,7 +77,7 @@ jobs:
BuildArtifacts/report.html
BuildArtifacts/**/coverlet/*.xml
- name: Upload Packages
- uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4
+ uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4
if: runner.os == 'Windows'
with:
if-no-files-found: warn
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml
index 7aaf3cdd..f65a8fd5 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -71,7 +71,7 @@ jobs:
uses: github/codeql-action/analyze@8214744c546c1e5c8f03dde8fab3a7353211988d # v3
- name: Upload CoreDump
- uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4
+ uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4
if: failure()
with:
if-no-files-found: warn
From 6eb5ba3b69082a4a3c62afb499caed9cdbe7dcd0 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Thu, 19 Sep 2024 10:52:57 +0000
Subject: [PATCH 64/91] Update github/codeql-action digest to 294a9d9
---
.github/workflows/codeql-analysis.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml
index f65a8fd5..384df304 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -48,7 +48,7 @@ jobs:
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
- uses: github/codeql-action/init@8214744c546c1e5c8f03dde8fab3a7353211988d # v3
+ uses: github/codeql-action/init@294a9d92911152fe08befb9ec03e240add280cb3 # v3
with:
languages: ${{ matrix.language }}
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -68,7 +68,7 @@ jobs:
COMPlus_DbgMiniDumpName: BuildArtifacts/coredump.dmp
- name: Perform CodeQL Analysis
- uses: github/codeql-action/analyze@8214744c546c1e5c8f03dde8fab3a7353211988d # v3
+ uses: github/codeql-action/analyze@294a9d92911152fe08befb9ec03e240add280cb3 # v3
- name: Upload CoreDump
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4
From 8a1411410ac87630ff73ea762911341ac69b01e8 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Sun, 22 Sep 2024 22:37:02 +0000
Subject: [PATCH 65/91] Update dependency xunit to 2.9.1
---
src/Cake.7zip.Tests/Cake.7zip.Tests.csproj | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/Cake.7zip.Tests/Cake.7zip.Tests.csproj b/src/Cake.7zip.Tests/Cake.7zip.Tests.csproj
index a341d146..96b07a75 100644
--- a/src/Cake.7zip.Tests/Cake.7zip.Tests.csproj
+++ b/src/Cake.7zip.Tests/Cake.7zip.Tests.csproj
@@ -27,7 +27,7 @@
-
+
runtime; build; native; contentfiles; analyzers
From df178150e105d51f374c8ce41d2152bb8a98367a Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Tue, 24 Sep 2024 18:52:23 +0000
Subject: [PATCH 66/91] Update github/codeql-action digest to 461ef6c
---
.github/workflows/codeql-analysis.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml
index 384df304..edad8140 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -48,7 +48,7 @@ jobs:
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
- uses: github/codeql-action/init@294a9d92911152fe08befb9ec03e240add280cb3 # v3
+ uses: github/codeql-action/init@461ef6c76dfe95d5c364de2f431ddbd31a417628 # v3
with:
languages: ${{ matrix.language }}
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -68,7 +68,7 @@ jobs:
COMPlus_DbgMiniDumpName: BuildArtifacts/coredump.dmp
- name: Perform CodeQL Analysis
- uses: github/codeql-action/analyze@294a9d92911152fe08befb9ec03e240add280cb3 # v3
+ uses: github/codeql-action/analyze@461ef6c76dfe95d5c364de2f431ddbd31a417628 # v3
- name: Upload CoreDump
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4
From b08742179f4786072860810b0cf9a586044febe4 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Fri, 27 Sep 2024 04:54:30 +0000
Subject: [PATCH 67/91] Update dependency xunit to 2.9.2
---
src/Cake.7zip.Tests/Cake.7zip.Tests.csproj | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/Cake.7zip.Tests/Cake.7zip.Tests.csproj b/src/Cake.7zip.Tests/Cake.7zip.Tests.csproj
index 96b07a75..17c949da 100644
--- a/src/Cake.7zip.Tests/Cake.7zip.Tests.csproj
+++ b/src/Cake.7zip.Tests/Cake.7zip.Tests.csproj
@@ -27,7 +27,7 @@
-
+
runtime; build; native; contentfiles; analyzers
From 30539f08a6513c51905e96929174ba78a32b1270 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Mon, 30 Sep 2024 13:18:20 +0000
Subject: [PATCH 68/91] Update github/codeql-action digest to e2b3eaf
---
.github/workflows/codeql-analysis.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml
index edad8140..a31fa0b8 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -48,7 +48,7 @@ jobs:
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
- uses: github/codeql-action/init@461ef6c76dfe95d5c364de2f431ddbd31a417628 # v3
+ uses: github/codeql-action/init@e2b3eafc8d227b0241d48be5f425d47c2d750a13 # v3
with:
languages: ${{ matrix.language }}
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -68,7 +68,7 @@ jobs:
COMPlus_DbgMiniDumpName: BuildArtifacts/coredump.dmp
- name: Perform CodeQL Analysis
- uses: github/codeql-action/analyze@461ef6c76dfe95d5c364de2f431ddbd31a417628 # v3
+ uses: github/codeql-action/analyze@e2b3eafc8d227b0241d48be5f425d47c2d750a13 # v3
- name: Upload CoreDump
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4
From 5a2058d2c2ea905fec5a037efd1a48de79df993d Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Mon, 30 Sep 2024 18:01:34 +0000
Subject: [PATCH 69/91] Update dependency dotnet-sdk to v8.0.402
---
global.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/global.json b/global.json
index 5cf96894..8388b9ad 100644
--- a/global.json
+++ b/global.json
@@ -1,6 +1,6 @@
{
"sdk": {
- "version": "8.0.401",
+ "version": "8.0.402",
"rollForward": "latestFeature"
}
}
From c94e52e3b3ddb64e3e9c2d651f3c37b6f51fb800 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Thu, 10 Oct 2024 17:11:54 +0000
Subject: [PATCH 70/91] Update actions/upload-artifact digest to b4b15b8
---
.github/workflows/build.yml | 4 ++--
.github/workflows/codeql-analysis.yml | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 9f0e0b85..5f0f6a90 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -69,7 +69,7 @@ jobs:
verbosity: Diagnostic
cake-version: tool-manifest
- name: Upload Issues
- uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4
+ uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
with:
if-no-files-found: warn
name: ${{ matrix.os }} Issues
@@ -77,7 +77,7 @@ jobs:
BuildArtifacts/report.html
BuildArtifacts/**/coverlet/*.xml
- name: Upload Packages
- uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4
+ uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
if: runner.os == 'Windows'
with:
if-no-files-found: warn
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml
index a31fa0b8..8fc4cbfd 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -71,7 +71,7 @@ jobs:
uses: github/codeql-action/analyze@e2b3eafc8d227b0241d48be5f425d47c2d750a13 # v3
- name: Upload CoreDump
- uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4
+ uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
if: failure()
with:
if-no-files-found: warn
From 40b39887e177dd5251a0b68a21adec4a4fb1c761 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Fri, 11 Oct 2024 13:37:21 +0000
Subject: [PATCH 71/91] Update github/codeql-action digest to c36620d
---
.github/workflows/codeql-analysis.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml
index 8fc4cbfd..23510642 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -48,7 +48,7 @@ jobs:
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
- uses: github/codeql-action/init@e2b3eafc8d227b0241d48be5f425d47c2d750a13 # v3
+ uses: github/codeql-action/init@c36620d31ac7c881962c3d9dd939c40ec9434f2b # v3
with:
languages: ${{ matrix.language }}
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -68,7 +68,7 @@ jobs:
COMPlus_DbgMiniDumpName: BuildArtifacts/coredump.dmp
- name: Perform CodeQL Analysis
- uses: github/codeql-action/analyze@e2b3eafc8d227b0241d48be5f425d47c2d750a13 # v3
+ uses: github/codeql-action/analyze@c36620d31ac7c881962c3d9dd939c40ec9434f2b # v3
- name: Upload CoreDump
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
From 1166f81689eaf5e97456b6e01d87d1611512ac8c Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Fri, 11 Oct 2024 13:51:30 +0000
Subject: [PATCH 72/91] Update actions/checkout digest to eef6144
---
.github/workflows/build.yml | 2 +-
.github/workflows/codeql-analysis.yml | 2 +-
.github/workflows/publishDocs.yml | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 5f0f6a90..d5150729 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -44,7 +44,7 @@ jobs:
steps:
- name: Checkout the repository
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
+ uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
- name: Fetch all tags and branches
run: git fetch --prune --unshallow
- uses: actions/setup-dotnet@6bd8b7f7774af54e05809fcc5431931b3eb1ddee # v4.0.1
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml
index 23510642..85280721 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -31,7 +31,7 @@ jobs:
steps:
- name: Checkout repository
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
+ uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
with:
fetch-depth: 0
- uses: actions/setup-dotnet@6bd8b7f7774af54e05809fcc5431931b3eb1ddee # v4.0.1
diff --git a/.github/workflows/publishDocs.yml b/.github/workflows/publishDocs.yml
index 751f56d0..bed281cf 100644
--- a/.github/workflows/publishDocs.yml
+++ b/.github/workflows/publishDocs.yml
@@ -15,7 +15,7 @@ jobs:
steps:
- name: checkout
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
+ uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
- name: Fetch all tags and branches
run: git fetch --prune --unshallow
From 18da9057a3401b5989bff5b4208cf121cbb3e79d Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Sun, 13 Oct 2024 01:40:52 +0000
Subject: [PATCH 73/91] Update actions/cache digest to 3624ceb
---
.github/workflows/build.yml | 2 +-
.github/workflows/codeql-analysis.yml | 2 +-
.github/workflows/publishDocs.yml | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index d5150729..c4d7a033 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -57,7 +57,7 @@ jobs:
7.0.x
8.0.x
- name: Cache Tools
- uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4
+ uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4
with:
path: tools
key: ${{ runner.os }}-tools-${{ hashFiles('recipe.cake') }}
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml
index 85280721..20299e9f 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -41,7 +41,7 @@ jobs:
8.0.x
- name: Cache Tools
- uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4
+ uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4
with:
path: tools
key: ${{ runner.os }}-tools-${{ hashFiles('recipe.cake') }}
diff --git a/.github/workflows/publishDocs.yml b/.github/workflows/publishDocs.yml
index bed281cf..ae7bbcfa 100644
--- a/.github/workflows/publishDocs.yml
+++ b/.github/workflows/publishDocs.yml
@@ -21,7 +21,7 @@ jobs:
run: git fetch --prune --unshallow
- name: Cache Tools
- uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4
+ uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4
with:
path: tools
key: ${{ runner.os }}-doc-tools-${{ hashFiles('recipe.cake') }}
From e3b3904cf9407aa0c9b56818938b9ecc7cbe1986 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Mon, 14 Oct 2024 20:11:09 +0000
Subject: [PATCH 74/91] Update github/codeql-action digest to f779452
---
.github/workflows/codeql-analysis.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml
index 20299e9f..8dc88050 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -48,7 +48,7 @@ jobs:
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
- uses: github/codeql-action/init@c36620d31ac7c881962c3d9dd939c40ec9434f2b # v3
+ uses: github/codeql-action/init@f779452ac5af1c261dce0346a8f964149f49322b # v3
with:
languages: ${{ matrix.language }}
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -68,7 +68,7 @@ jobs:
COMPlus_DbgMiniDumpName: BuildArtifacts/coredump.dmp
- name: Perform CodeQL Analysis
- uses: github/codeql-action/analyze@c36620d31ac7c881962c3d9dd939c40ec9434f2b # v3
+ uses: github/codeql-action/analyze@f779452ac5af1c261dce0346a8f964149f49322b # v3
- name: Upload CoreDump
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
From 8fb8e847c081d04055b849fa7cb755cb076079b9 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Tue, 15 Oct 2024 21:38:54 +0000
Subject: [PATCH 75/91] Update dependency dotnet-sdk to v8.0.403
---
global.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/global.json b/global.json
index 8388b9ad..dd909f70 100644
--- a/global.json
+++ b/global.json
@@ -1,6 +1,6 @@
{
"sdk": {
- "version": "8.0.402",
+ "version": "8.0.403",
"rollForward": "latestFeature"
}
}
From 56ff47e2cd43502efacec937dd5fe50c9a016849 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Thu, 24 Oct 2024 14:45:05 +0000
Subject: [PATCH 76/91] Update actions/setup-dotnet action to v4.1.0
---
.github/workflows/build.yml | 2 +-
.github/workflows/codeql-analysis.yml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index c4d7a033..731badb5 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -47,7 +47,7 @@ jobs:
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
- name: Fetch all tags and branches
run: git fetch --prune --unshallow
- - uses: actions/setup-dotnet@6bd8b7f7774af54e05809fcc5431931b3eb1ddee # v4.0.1
+ - uses: actions/setup-dotnet@3e891b0cb619bf60e2c25674b222b8940e2c1c25 # v4.1.0
with:
dotnet-version: |
2.1.818
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml
index 8dc88050..fd2b63e9 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -34,7 +34,7 @@ jobs:
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
with:
fetch-depth: 0
- - uses: actions/setup-dotnet@6bd8b7f7774af54e05809fcc5431931b3eb1ddee # v4.0.1
+ - uses: actions/setup-dotnet@3e891b0cb619bf60e2c25674b222b8940e2c1c25 # v4.1.0
with:
dotnet-version: |
5.0.x
From 264ec69d8d5aa7b82b106fd25235b216367482b9 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Thu, 14 Nov 2024 16:16:27 +0000
Subject: [PATCH 77/91] Update github/codeql-action digest to ea9e4e3
---
.github/workflows/codeql-analysis.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml
index fd2b63e9..7de84df1 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -48,7 +48,7 @@ jobs:
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
- uses: github/codeql-action/init@f779452ac5af1c261dce0346a8f964149f49322b # v3
+ uses: github/codeql-action/init@ea9e4e37992a54ee68a9622e985e60c8e8f12d9f # v3
with:
languages: ${{ matrix.language }}
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -68,7 +68,7 @@ jobs:
COMPlus_DbgMiniDumpName: BuildArtifacts/coredump.dmp
- name: Perform CodeQL Analysis
- uses: github/codeql-action/analyze@f779452ac5af1c261dce0346a8f964149f49322b # v3
+ uses: github/codeql-action/analyze@ea9e4e37992a54ee68a9622e985e60c8e8f12d9f # v3
- name: Upload CoreDump
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
From 0dc9bfec5450885916b0c43c9b1cd51ed10535b8 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Sun, 17 Nov 2024 14:26:15 +0000
Subject: [PATCH 78/91] Update dependency xunit.analyzers to 1.17.0
---
src/Cake.7zip.Tests/Cake.7zip.Tests.csproj | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/Cake.7zip.Tests/Cake.7zip.Tests.csproj b/src/Cake.7zip.Tests/Cake.7zip.Tests.csproj
index 17c949da..9ada6e32 100644
--- a/src/Cake.7zip.Tests/Cake.7zip.Tests.csproj
+++ b/src/Cake.7zip.Tests/Cake.7zip.Tests.csproj
@@ -28,7 +28,7 @@
-
+
runtime; build; native; contentfiles; analyzers
all
From 9dbb592e0470322196a520f4412f42f0d9fd52f3 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Sun, 17 Nov 2024 14:51:35 +0000
Subject: [PATCH 79/91] Update actions/cache digest to 6849a64
---
.github/workflows/build.yml | 2 +-
.github/workflows/codeql-analysis.yml | 2 +-
.github/workflows/publishDocs.yml | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 731badb5..e3cacf85 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -57,7 +57,7 @@ jobs:
7.0.x
8.0.x
- name: Cache Tools
- uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4
+ uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4
with:
path: tools
key: ${{ runner.os }}-tools-${{ hashFiles('recipe.cake') }}
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml
index 7de84df1..5ddb5f92 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -41,7 +41,7 @@ jobs:
8.0.x
- name: Cache Tools
- uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4
+ uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4
with:
path: tools
key: ${{ runner.os }}-tools-${{ hashFiles('recipe.cake') }}
diff --git a/.github/workflows/publishDocs.yml b/.github/workflows/publishDocs.yml
index ae7bbcfa..5fca0886 100644
--- a/.github/workflows/publishDocs.yml
+++ b/.github/workflows/publishDocs.yml
@@ -21,7 +21,7 @@ jobs:
run: git fetch --prune --unshallow
- name: Cache Tools
- uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4
+ uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4
with:
path: tools
key: ${{ runner.os }}-doc-tools-${{ hashFiles('recipe.cake') }}
From 94692a5ea6b24d4ed5c9380f9aba60d1ee07cf6e Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Sun, 17 Nov 2024 20:53:23 +0000
Subject: [PATCH 80/91] Update actions/checkout digest to 11bd719
---
.github/workflows/build.yml | 2 +-
.github/workflows/codeql-analysis.yml | 2 +-
.github/workflows/publishDocs.yml | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index e3cacf85..7ce045fd 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -44,7 +44,7 @@ jobs:
steps:
- name: Checkout the repository
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
+ uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- name: Fetch all tags and branches
run: git fetch --prune --unshallow
- uses: actions/setup-dotnet@3e891b0cb619bf60e2c25674b222b8940e2c1c25 # v4.1.0
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml
index 5ddb5f92..7dc7a2e4 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -31,7 +31,7 @@ jobs:
steps:
- name: Checkout repository
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
+ uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
with:
fetch-depth: 0
- uses: actions/setup-dotnet@3e891b0cb619bf60e2c25674b222b8940e2c1c25 # v4.1.0
diff --git a/.github/workflows/publishDocs.yml b/.github/workflows/publishDocs.yml
index 5fca0886..527109e6 100644
--- a/.github/workflows/publishDocs.yml
+++ b/.github/workflows/publishDocs.yml
@@ -15,7 +15,7 @@ jobs:
steps:
- name: checkout
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
+ uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- name: Fetch all tags and branches
run: git fetch --prune --unshallow
From 271ed126c0dd6030d45276e2f3b54792f5346078 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Tue, 19 Nov 2024 20:30:31 +0000
Subject: [PATCH 81/91] Update dependency Microsoft.NET.Test.Sdk to 17.12.0
---
src/Cake.7zip.Tests/Cake.7zip.Tests.csproj | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/Cake.7zip.Tests/Cake.7zip.Tests.csproj b/src/Cake.7zip.Tests/Cake.7zip.Tests.csproj
index 9ada6e32..2d377558 100644
--- a/src/Cake.7zip.Tests/Cake.7zip.Tests.csproj
+++ b/src/Cake.7zip.Tests/Cake.7zip.Tests.csproj
@@ -20,7 +20,7 @@
runtime; build; native; contentfiles; analyzers; buildtransitive
all
-
+
runtime; build; native; contentfiles; analyzers; buildtransitive
all
From 93bda034d8a5518fa4743be545fe375c4881294a Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Tue, 19 Nov 2024 20:41:32 +0000
Subject: [PATCH 82/91] Update dependency dotnet-sdk to v9
---
global.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/global.json b/global.json
index dd909f70..ccd7812e 100644
--- a/global.json
+++ b/global.json
@@ -1,6 +1,6 @@
{
"sdk": {
- "version": "8.0.403",
+ "version": "9.0.100",
"rollForward": "latestFeature"
}
}
From d07fa33a64ae8fddb2e5133f6d2e28423067bce8 Mon Sep 17 00:00:00 2001
From: Nils Andresen
Date: Tue, 19 Nov 2024 21:50:54 +0100
Subject: [PATCH 83/91] added net9 to CI
---
.github/workflows/build.yml | 16 ++++++++++------
.github/workflows/codeql-analysis.yml | 8 ++++++--
2 files changed, 16 insertions(+), 8 deletions(-)
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 7ce045fd..eb5bcb58 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -49,13 +49,17 @@ jobs:
run: git fetch --prune --unshallow
- uses: actions/setup-dotnet@3e891b0cb619bf60e2c25674b222b8940e2c1c25 # v4.1.0
with:
+ # codecov needs 2.1
+ # unittests needs 3.1
+ # gitversion needs 5.0
+ # cake 1.3 needs 6.0
+ # .NET 9 to build
dotnet-version: |
- 2.1.818
- 3.1.x
- 5.0.x
- 6.0.x
- 7.0.x
- 8.0.x
+ 2.1
+ 3.1
+ 5.0
+ 6.0
+ 9.0
- name: Cache Tools
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4
with:
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml
index 7dc7a2e4..333872aa 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -36,9 +36,13 @@ jobs:
fetch-depth: 0
- uses: actions/setup-dotnet@3e891b0cb619bf60e2c25674b222b8940e2c1c25 # v4.1.0
with:
+ # gitversion needs 5.0
+ # cake 1.3 needs 6.0
+ # .NET 9 to build
dotnet-version: |
- 5.0.x
- 8.0.x
+ 5.0
+ 6.0
+ 9.0
- name: Cache Tools
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4
From 52668b10a41cdff5165d8efc8707f686b50812b8 Mon Sep 17 00:00:00 2001
From: Nils Andresen
Date: Sun, 24 Nov 2024 00:04:14 +0100
Subject: [PATCH 84/91] (#388) Update Cake reference to Cake 5
and CakeContrib.Guidelines to 1.6.1
---
demo/cake/.config/dotnet-tools.json | 4 ++--
demo/cake/build.cake | 4 ++--
demo/frosting/build/Build.csproj | 12 ++++++------
demo/frosting/build/Program.cs | 18 +++++++++++++++++-
demo/frosting/build/Tasks/ZipItTask.cs | 2 +-
src/Cake.7zip.Tests/Cake.7zip.Tests.csproj | 4 ++--
src/Cake.7zip.Tests/SevenZipRunnerTests.cs | 6 +++---
src/Cake.7zip/Cake.7zip.csproj | 6 +++---
8 files changed, 36 insertions(+), 20 deletions(-)
diff --git a/demo/cake/.config/dotnet-tools.json b/demo/cake/.config/dotnet-tools.json
index da200cda..278f2d71 100644
--- a/demo/cake/.config/dotnet-tools.json
+++ b/demo/cake/.config/dotnet-tools.json
@@ -3,10 +3,10 @@
"isRoot": true,
"tools": {
"cake.tool": {
- "version": "4.0.0",
+ "version": "5.0.0",
"commands": [
"dotnet-cake"
]
}
}
-}
\ No newline at end of file
+}
diff --git a/demo/cake/build.cake b/demo/cake/build.cake
index 051506cf..f6d78fc9 100644
--- a/demo/cake/build.cake
+++ b/demo/cake/build.cake
@@ -1,5 +1,5 @@
#tool "nuget:?package=7-Zip.CommandLine&version=18.1.0"
-#r "..\..\src\Cake.7zip\bin\Release\net6.0\Cake.7zip.dll"
+#r "..\..\src\Cake.7zip\bin\Release\net8.0\Cake.7zip.dll"
///////////////////////////////////////////////////////////////////////////////
// ARGUMENTS
@@ -195,4 +195,4 @@ Task("Default")
.IsDependentOn("RenameFile")
.IsDependentOn("GH78");
-RunTarget(target);
\ No newline at end of file
+RunTarget(target);
diff --git a/demo/frosting/build/Build.csproj b/demo/frosting/build/Build.csproj
index 01f3df49..3fa7db6b 100644
--- a/demo/frosting/build/Build.csproj
+++ b/demo/frosting/build/Build.csproj
@@ -1,18 +1,18 @@
Exe
- net6.0
- $(MSBuildProjectDirectory)..
+ net8.0
+ $(MSBuildProjectDirectory)\
-
- ..\..\..\src\Cake.7zip\bin\Release\net6.0\Cake.7zip.dll
+
+ $(MSBuildProjectDirectory)\..\..\..\src\Cake.7zip\bin\Release\net8.0\Cake.7zip.dll
-
+
-
\ No newline at end of file
+
diff --git a/demo/frosting/build/Program.cs b/demo/frosting/build/Program.cs
index 38cf3532..313a5782 100644
--- a/demo/frosting/build/Program.cs
+++ b/demo/frosting/build/Program.cs
@@ -1,4 +1,5 @@
using System;
+using System.Runtime.InteropServices;
using Cake.Frosting;
namespace Build
@@ -8,10 +9,25 @@ public static class Program
public static int Main(string[] args)
{
return new CakeHost()
- .InstallTool(new Uri("nuget:?package=7-Zip.CommandLine&version=18.1.0"))
+ .InstallSevenZip()
.UseContext()
.UseSetup()
.Run(args);
}
+
+ private static CakeHost InstallSevenZip(this CakeHost host)
+ {
+ // 7-Zip.CommandLine is a windows-only package
+ if (RuntimeInformation.IsOSPlatform(OSPlatform.Windows))
+ {
+ host.InstallTool(new Uri("nuget:?package=7-Zip.CommandLine&version=18.1.0"));
+ }
+ else
+ {
+ Console.WriteLine("7-Zip.CommandLine tool not installed. Make sure you hava a version of 7zip installed!");
+ }
+
+ return host;
+ }
}
}
diff --git a/demo/frosting/build/Tasks/ZipItTask.cs b/demo/frosting/build/Tasks/ZipItTask.cs
index 511f8c38..eac75574 100644
--- a/demo/frosting/build/Tasks/ZipItTask.cs
+++ b/demo/frosting/build/Tasks/ZipItTask.cs
@@ -12,7 +12,7 @@ public override void Run(BuildContext context)
context.SevenZip(m => m
.InAddMode()
.WithArchive(context.Output.CombineWithFilePath("archive.zip"))
- .WithFiles(context.Root.CombineWithFilePath("README.MD"))
+ .WithFiles(context.Root.CombineWithFilePath("README.md"))
.WithFiles(context.Root.CombineWithFilePath("CODE_OF_CONDUCT.md")));
}
}
diff --git a/src/Cake.7zip.Tests/Cake.7zip.Tests.csproj b/src/Cake.7zip.Tests/Cake.7zip.Tests.csproj
index 2d377558..acdf40a7 100644
--- a/src/Cake.7zip.Tests/Cake.7zip.Tests.csproj
+++ b/src/Cake.7zip.Tests/Cake.7zip.Tests.csproj
@@ -6,7 +6,7 @@
This is done to make Cake.Recipe avoid using OpenCover. Remove this hack if Cake.Recipe bumps the usage of Cake.Incubator to version 7.0.0
-->
netcoreapp3.1
- net6.0;net7.0;net8.0
+ net8.0;net9.0
..\cake.7zip.ruleset
false
@@ -15,7 +15,7 @@
-
+
runtime; build; native; contentfiles; analyzers; buildtransitive
all
diff --git a/src/Cake.7zip.Tests/SevenZipRunnerTests.cs b/src/Cake.7zip.Tests/SevenZipRunnerTests.cs
index ebebc733..8ed2ce36 100644
--- a/src/Cake.7zip.Tests/SevenZipRunnerTests.cs
+++ b/src/Cake.7zip.Tests/SevenZipRunnerTests.cs
@@ -92,7 +92,7 @@ public void Should_Access_registry()
var sevenZipKey = new Mock();
sevenZipKey.Setup(k => k.GetValue("Path")).Returns(installLocation.Path.FullPath);
- sevenZipKey.Setup(k => k.GetValue("Path64")).Returns(null);
+ sevenZipKey.Setup(k => k.GetValue("Path64")).Returns(null!);
var softwareKey = new Mock();
softwareKey.Setup(k => k.OpenKey("7-Zip")).Returns(sevenZipKey.Object);
var hklm = new Mock();
@@ -124,7 +124,7 @@ public void Should_Access_64bit_tool_from_registry()
var file = fixture.FileSystem.CreateFile(installLocation.Path.CombineWithFilePath("7z.exe"));
var sevenZipKey = new Mock();
- sevenZipKey.Setup(k => k.GetValue("Path")).Returns(null);
+ sevenZipKey.Setup(k => k.GetValue("Path")).Returns(null!);
sevenZipKey.Setup(k => k.GetValue("Path64")).Returns(installLocation.Path.FullPath);
var softwareKey = new Mock();
softwareKey.Setup(k => k.OpenKey("7-Zip")).Returns(sevenZipKey.Object);
@@ -313,4 +313,4 @@ public void BuildArguments(ref ProcessArgumentBuilder builder)
{
// no-op
}
-}
\ No newline at end of file
+}
diff --git a/src/Cake.7zip/Cake.7zip.csproj b/src/Cake.7zip/Cake.7zip.csproj
index d8852be3..a7c0da15 100644
--- a/src/Cake.7zip/Cake.7zip.csproj
+++ b/src/Cake.7zip/Cake.7zip.csproj
@@ -1,6 +1,6 @@
- net6.0;net7.0;net8.0
+ net8.0;net9.0
true
true
$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb
@@ -39,8 +39,8 @@
all
runtime; build; native; contentfiles; analyzers; buildtransitive
-
-
+
+
all
runtime; build; native; contentfiles; analyzers; buildtransitive
From 65327d951094fbc3ca898481d3c4c19b52ae1d3f Mon Sep 17 00:00:00 2001
From: Nils Andresen
Date: Mon, 16 Dec 2024 11:54:28 +0100
Subject: [PATCH 85/91] (#378) switched runner from macos-12 to macos-13
---
.github/workflows/build.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index eb5bcb58..3f1c11db 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -19,7 +19,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
- os: [ windows-2022, ubuntu-22.04, macos-12 ]
+ os: [ windows-2022, ubuntu-22.04, macos-13 ]
env:
AZURE_PASSWORD: ${{ secrets.AZURE_PASSWORD }}
From 6babab7c528be12ac42caa856746237dcb27ecc6 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Mon, 16 Dec 2024 15:57:49 +0100
Subject: [PATCH 86/91] Update actions/cache digest to 1bd1e32 (#392)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
---
.github/workflows/build.yml | 2 +-
.github/workflows/codeql-analysis.yml | 2 +-
.github/workflows/publishDocs.yml | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 3f1c11db..156c8a54 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -61,7 +61,7 @@ jobs:
6.0
9.0
- name: Cache Tools
- uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4
+ uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
with:
path: tools
key: ${{ runner.os }}-tools-${{ hashFiles('recipe.cake') }}
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml
index 333872aa..9ebc5be8 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -45,7 +45,7 @@ jobs:
9.0
- name: Cache Tools
- uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4
+ uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
with:
path: tools
key: ${{ runner.os }}-tools-${{ hashFiles('recipe.cake') }}
diff --git a/.github/workflows/publishDocs.yml b/.github/workflows/publishDocs.yml
index 527109e6..e967296f 100644
--- a/.github/workflows/publishDocs.yml
+++ b/.github/workflows/publishDocs.yml
@@ -21,7 +21,7 @@ jobs:
run: git fetch --prune --unshallow
- name: Cache Tools
- uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4
+ uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
with:
path: tools
key: ${{ runner.os }}-doc-tools-${{ hashFiles('recipe.cake') }}
From 36ccb797c7f8c82433e2ced7b7c40fa0b125148e Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Mon, 16 Dec 2024 14:58:49 +0000
Subject: [PATCH 87/91] Update dependency dotnet-sdk to v9.0.101
---
global.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/global.json b/global.json
index ccd7812e..b07a98ef 100644
--- a/global.json
+++ b/global.json
@@ -1,6 +1,6 @@
{
"sdk": {
- "version": "9.0.100",
+ "version": "9.0.101",
"rollForward": "latestFeature"
}
}
From 3c7487d2ed507eb26818501af3768bbdd673994a Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Mon, 16 Dec 2024 15:06:14 +0000
Subject: [PATCH 88/91] Update github/codeql-action digest to df409f7
---
.github/workflows/codeql-analysis.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml
index 9ebc5be8..4b1a0c19 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -52,7 +52,7 @@ jobs:
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
- uses: github/codeql-action/init@ea9e4e37992a54ee68a9622e985e60c8e8f12d9f # v3
+ uses: github/codeql-action/init@df409f7d9260372bd5f19e5b04e83cb3c43714ae # v3
with:
languages: ${{ matrix.language }}
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -72,7 +72,7 @@ jobs:
COMPlus_DbgMiniDumpName: BuildArtifacts/coredump.dmp
- name: Perform CodeQL Analysis
- uses: github/codeql-action/analyze@ea9e4e37992a54ee68a9622e985e60c8e8f12d9f # v3
+ uses: github/codeql-action/analyze@df409f7d9260372bd5f19e5b04e83cb3c43714ae # v3
- name: Upload CoreDump
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
From 47c6fd491ffe5136fc73df65a2d690cf91e5e151 Mon Sep 17 00:00:00 2001
From: Nils Andresen
Date: Mon, 16 Dec 2024 22:11:40 +0100
Subject: [PATCH 89/91] (#394) Update GRM to 0.18.0
---
recipe.cake | 2 ++
1 file changed, 2 insertions(+)
diff --git a/recipe.cake b/recipe.cake
index 7417ac2e..2b82cd1c 100644
--- a/recipe.cake
+++ b/recipe.cake
@@ -18,5 +18,7 @@ BuildParameters.SetParameters(
BuildParameters.PrintParameters(Context);
ToolSettings.SetToolSettings(context: Context);
+ToolSettings.SetToolPreprocessorDirectives(
+ gitReleaseManagerGlobalTool: "#tool dotnet:?package=GitReleaseManager.Tool&version=0.18.0");
Build.RunDotNetCore();
From 293ad6dd40ef57bd4c88352f7e77bfa820311896 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Mon, 16 Dec 2024 21:17:42 +0000
Subject: [PATCH 90/91] Update dependency xunit.analyzers to 1.18.0
---
src/Cake.7zip.Tests/Cake.7zip.Tests.csproj | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/Cake.7zip.Tests/Cake.7zip.Tests.csproj b/src/Cake.7zip.Tests/Cake.7zip.Tests.csproj
index acdf40a7..5772c1a0 100644
--- a/src/Cake.7zip.Tests/Cake.7zip.Tests.csproj
+++ b/src/Cake.7zip.Tests/Cake.7zip.Tests.csproj
@@ -28,7 +28,7 @@
-
+
runtime; build; native; contentfiles; analyzers
all
From e9beec7790702edbc25654262e87dacc806b0bd9 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Mon, 16 Dec 2024 21:37:57 +0000
Subject: [PATCH 91/91] Update dependency xunit.runner.visualstudio to v3
---
src/Cake.7zip.Tests/Cake.7zip.Tests.csproj | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/Cake.7zip.Tests/Cake.7zip.Tests.csproj b/src/Cake.7zip.Tests/Cake.7zip.Tests.csproj
index 5772c1a0..9201d865 100644
--- a/src/Cake.7zip.Tests/Cake.7zip.Tests.csproj
+++ b/src/Cake.7zip.Tests/Cake.7zip.Tests.csproj
@@ -29,7 +29,7 @@
-
+
runtime; build; native; contentfiles; analyzers
all