chore: update action versions to v1.4 and v1.3 for various workflows#768
Merged
frasermolyneux merged 1 commit intomainfrom Feb 20, 2026
Merged
chore: update action versions to v1.4 and v1.3 for various workflows#768frasermolyneux merged 1 commit intomainfrom
frasermolyneux merged 1 commit intomainfrom
Conversation
Contributor
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.OpenSSF Scorecard
Scanned Files
|
There was a problem hiding this comment.
Pull request overview
Updates this repository’s GitHub Actions workflows to consume newer minor versions of the frasermolyneux/actions custom actions, keeping CI/CD (build, Terraform, deployments, and releases) aligned across pipelines.
Changes:
- Bumped
.NETbuild actions (dotnet-ci,dotnet-web-ci) tov1.4across build, PR verification, and deploy workflows. - Bumped Terraform actions (
terraform-plan,terraform-plan-and-apply) tov1.4, and destroy/deploy actions (terraform-destroy,deploy-sql-database,deploy-app-service) tov1.2. - Bumped NuGet publishing action (
publish-nuget-packages) tov1.3in the release publish workflow.
Reviewed changes
Copilot reviewed 9 out of 9 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| .github/workflows/update-dashboard-from-staging.yml | Updates Terraform plan action version used by the dashboard update workflow. |
| .github/workflows/release-version-and-tag.yml | Updates dotnet-ci action version used for release validation before tagging. |
| .github/workflows/release-publish-nuget.yml | Updates the NuGet publishing action version in the release publishing pipeline. |
| .github/workflows/pr-verify.yml | Updates build, Terraform, and deployment action versions used in PR verification and optional dev deploy. |
| .github/workflows/destroy-environment.yml | Updates Terraform destroy action version used for environment teardown. |
| .github/workflows/destroy-development.yml | Updates Terraform destroy action version used for dev teardown. |
| .github/workflows/deploy-prd.yml | Updates build, Terraform, and deployment action versions used in the production deployment workflow. |
| .github/workflows/deploy-dev.yml | Updates build, Terraform, and deployment action versions used in the development deployment workflow. |
| .github/workflows/build-and-test.yml | Updates dotnet-ci and Terraform plan action versions used in branch build/test and plan runs. |
|
Contributor
🏗️ Terraform Plan
✅ Validate — Passed ✅ Plan
|
This was referenced Feb 22, 2026
This was referenced Mar 8, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



This pull request updates the GitHub Actions workflows to use newer versions of custom actions from the
frasermolyneux/actionsrepository. The main goal is to ensure the workflows leverage improvements, bug fixes, and possibly new features from these action updates. All references to actions have been bumped to their latest minor versions, enhancing reliability and consistency across CI/CD pipelines.CI/CD Workflow Upgrades
dotnet-ci,dotnet-web-ci,terraform-plan,terraform-plan-and-apply,terraform-destroy,deploy-sql-database,deploy-app-service, andpublish-nuget-packages[1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13] [14] [15] [16] [17] [18] [19] [20] [21] [22] [23] [24] [25] [26] [27] [28] [29] [30] [31].Terraform and Deployment Consistency
.NET Build and Release Improvements
.NETbuild and CI actions (dotnet-ci,dotnet-web-ci) in all workflows, including PR verification, deployment, and release tagging, to versionv1.4for improved build reliability and support for newer .NET versions. [1] [2] [3] [4] [5] [6] [7] [8]NuGet Publishing
publish-nuget-packagesaction in the release workflow to versionv1.3, ensuring compatibility with the latest NuGet publishing features and bug fixes.SQL Database and App Service Deployments
v1.2, standardizing deployment steps and potentially improving deployment performance and error handling. [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12]These updates ensure the workflows are using the latest stable versions of all custom actions, which is important for security, stability, and access to new features.