Skip to content

Chore: [AEA-0000] - workflow to update dev container#113

Merged
anthony-nhs merged 1 commit intomainfrom
workflow_to_update_dev_container
Mar 27, 2026
Merged

Chore: [AEA-0000] - workflow to update dev container#113
anthony-nhs merged 1 commit intomainfrom
workflow_to_update_dev_container

Conversation

@anthony-nhs
Copy link
Copy Markdown
Contributor

Summary

  • Routine Change

Details

  • workflow to update dev container

Copilot AI review requested due to automatic review settings March 27, 2026 12:13
@github-actions
Copy link
Copy Markdown
Contributor

This PR is linked to a ticket in an NHS Digital JIRA Project. Here's a handy link to the ticket:

AEA-0000

Copy link
Copy Markdown

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.

Pull request overview

Adds a GitHub Actions workflow to periodically (and manually) run the shared eps-common-workflows automation that updates the repo’s devcontainer version via a PR.

Changes:

  • Introduces a new scheduled + workflow_dispatch workflow for devcontainer version updates.
  • Calls the reusable update-dev-container-version workflow and passes required GitHub App secrets.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@@ -0,0 +1,19 @@
name: Update Devcontainer Version
Copy link

Copilot AI Mar 27, 2026

Choose a reason for hiding this comment

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

This workflow file uses the .yml extension, while the other workflows in this repo use .yaml (e.g. ci.yaml, pull_request.yaml, release.yaml). Consider renaming this file to .yaml to keep workflow naming consistent and make it easier to find/grep across repos.

Copilot uses AI. Check for mistakes.

jobs:
update_devcontainer_version:
uses: NHSDigital/eps-common-workflows/.github/workflows/update-dev-container-version.yml@23342d86a245c076937abd6aecdd0ce06446b1e6
Copy link

Copilot AI Mar 27, 2026

Choose a reason for hiding this comment

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

The reusable workflow is pinned to eps-common-workflows@23342d86..., but all other workflows in this repo pin NHSDigital/eps-common-workflows to 5ac2707d.... If possible, pin this to the same commit as the rest of the repo (or document why a different SHA is required) to avoid unexpected behavior differences between workflows.

Suggested change
uses: NHSDigital/eps-common-workflows/.github/workflows/update-dev-container-version.yml@23342d86a245c076937abd6aecdd0ce06446b1e6
uses: NHSDigital/eps-common-workflows/.github/workflows/update-dev-container-version.yml@5ac2707d

Copilot uses AI. Check for mistakes.
@sonarqubecloud
Copy link
Copy Markdown

@anthony-nhs anthony-nhs merged commit b9c0f24 into main Mar 27, 2026
16 checks passed
@anthony-nhs anthony-nhs deleted the workflow_to_update_dev_container branch March 27, 2026 12:32
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