Skip to content

Conversation

@vb2ae
Copy link
Collaborator

@vb2ae vb2ae commented Dec 15, 2025

This pull request updates the GitHub Actions workflows to use the latest versions of key actions and upgrades the .NET SDK version to 10.0.x across all workflows. These changes help ensure compatibility with the latest features, security updates, and performance improvements.

Workflow action version upgrades:

  • Updated actions/checkout to version v6 in .github/workflows/codeql-analysis.yml, .github/workflows/deploy.yml, and .github/workflows/dotnet-core.yml for improved reliability and new features. [1] [2] [3]
  • Upgraded actions/setup-dotnet to version v5 (or v4 to v5 where applicable) for better support and maintenance in .github/workflows/deploy.yml and .github/workflows/dotnet-core.yml. [1] [2]
  • Updated artifact upload/download actions to their latest versions: actions/download-artifact@v7 and actions/upload-artifact@v6 for improved performance and compatibility in .github/workflows/deploy.yml and .github/workflows/dotnet-core.yml. [1] [2]

.NET SDK version upgrade:

  • Changed the dotnet-version from 9.0.x to 10.0.x in all workflows to use the latest .NET SDK. [1] [2] [3]

@vb2ae vb2ae requested a review from Copilot December 15, 2025 14:43
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.

@vb2ae vb2ae force-pushed the Update_github_actions branch from 65092bb to 1ebff5f Compare December 23, 2025 11:36
@vb2ae vb2ae merged commit 9c89d76 into master Dec 23, 2025
4 checks passed
@vb2ae vb2ae deleted the Update_github_actions branch December 23, 2025 11:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants