From 5e48e94fabc59c87830ee0e7f6e8920176bc0e0d Mon Sep 17 00:00:00 2001 From: Jordan Dominion Date: Thu, 5 Dec 2024 16:52:03 -0500 Subject: [PATCH 1/4] Add StrawberryShake.Server to hotchocolate group --- .github/dependabot.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 102b0e823d..97fc01405a 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -12,6 +12,7 @@ updates: applies-to: version-updates patterns: - "HotChocolate.*" + - "StrawberryShake.Server" Swashbuckle: applies-to: version-updates patterns: From eb318785b1ebd80fc41f5f3ec9839db494674b8e Mon Sep 17 00:00:00 2001 From: Jordan Dominion Date: Thu, 5 Dec 2024 16:52:43 -0500 Subject: [PATCH 2/4] Group MSTest updates --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 97fc01405a..2f3e3723de 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -17,6 +17,10 @@ updates: applies-to: version-updates patterns: - "Swashbuckle.*" + MSTest: + applies-to: version-updates + patterns: + - "MSTest.*" open-pull-requests-limit: 100 - package-ecosystem: github-actions From ad379d06454eec664f4b30afa9053cd58d223950 Mon Sep 17 00:00:00 2001 From: Jordan Dominion Date: Thu, 5 Dec 2024 16:54:03 -0500 Subject: [PATCH 3/4] Try locking down docker publish action --- .github/workflows/ci-pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-pipeline.yml b/.github/workflows/ci-pipeline.yml index bdb5180462..b0c69de4d6 100644 --- a/.github/workflows/ci-pipeline.yml +++ b/.github/workflows/ci-pipeline.yml @@ -2436,7 +2436,7 @@ jobs: run: echo "TGS_VERSION=$(xmlstarlet sel -N X="http://schemas.microsoft.com/developer/msbuild/2003" --template --value-of /X:Project/X:PropertyGroup/X:TgsCoreVersion build/Version.props)" >> $GITHUB_ENV - name: Docker Build and Push - uses: elgohr/Publish-Docker-Github-Action@977fe38375c65e8e3b01d226d72c1f7d488e45dc # v5 + uses: elgohr/Publish-Docker-Github-Action@eb53b3ec07136a6ebaed78d8135806da64f7c7e2 # v5 with: name: tgstation/server username: ${{ secrets.DOCKER_USERNAME }} From d1020173dd2a95f606ba1878b891b867bf2e752e Mon Sep 17 00:00:00 2001 From: Jordan Dominion Date: Thu, 5 Dec 2024 16:55:46 -0500 Subject: [PATCH 4/4] Update winget-pkgs PR template --- tools/Tgstation.Server.ReleaseNotes/Program.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/Tgstation.Server.ReleaseNotes/Program.cs b/tools/Tgstation.Server.ReleaseNotes/Program.cs index 66e6869508..062ee8813a 100644 --- a/tools/Tgstation.Server.ReleaseNotes/Program.cs +++ b/tools/Tgstation.Server.ReleaseNotes/Program.cs @@ -807,7 +807,7 @@ static async Task Winget(IGitHubClient client, Uri actionUrl, string expect var versionsPropertyGroup = project.Elements().First(x => x.Name == xmlNamespace + "PropertyGroup"); var coreVersion = Version.Parse(versionsPropertyGroup.Element(xmlNamespace + "TgsCoreVersion").Value); - const string BodyForPRSha = "5ffc3ff5901db66d782aa0e8ed2a74b16f896091"; + const string BodyForPRSha = "88f8f016fc9e79ac66d69d6656409f7d6aac5dcf"; var prBody = $@"# Automated Pull Request This pull request was generated by our [deployment pipeline]({actionUrl}) as a result of the release of [tgstation-server-v{coreVersion}](https://github.com/tgstation/tgstation-server/releases/tag/tgstation-server-v{coreVersion}). Validation was performed as part of the process. @@ -823,7 +823,7 @@ The user account that created this pull request is available to correct any issu - [x] This PR only modifies one (1) manifest - [x] Have you [validated](https://github.com/microsoft/winget-pkgs/blob/master/doc/Authoring.md#validation) your manifest locally with `winget validate --manifest `? - [x] Have you tested your manifest locally with `winget install --manifest `? -- [x] Does your manifest conform to the [1.6 schema](https://github.com/microsoft/winget-pkgs/tree/master/doc/manifest/schema/1.6.0)? +- [x] Does your manifest conform to the [1.9 schema](https://github.com/microsoft/winget-pkgs/tree/master/doc/manifest/schema/1.9.0)? Note: `` is the directory's name containing the manifest you're submitting.