Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
install_java: true

get_commit_id:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
outputs:
commit_id: ${{ steps.commit_id.outputs.commit_id }}
steps:
Expand All @@ -27,7 +27,7 @@ jobs:

tag_release:
needs: quality_checks
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
outputs:
version_tag: ${{steps.output_version_tag.outputs.VERSION_TAG}}
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/combine-dependabot-prs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
# This workflow contains a single job called "combine-prs"
combine-prs:
# The type of runner that the job will run on
runs-on: ubuntu-latest
runs-on: ubuntu-22.04

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/delete_old_cloudformation_stacks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
# This workflow contains a single job called "combine-prs"
delete-old-cloudformation-stacks:
# The type of runner that the job will run on
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
permissions:
id-token: write
contents: read
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dependabot_auto_approve_and_merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ permissions:

jobs:
dependabot:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
if: ${{ github.actor == 'dependabot[bot]' }}
steps:
- name: Get token from Github App
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-link.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
types: [opened]
jobs:
link-ticket:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
env:
REF: ${{ github.event.pull_request.head.ref }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr_title_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:

jobs:
pr_title_format_check:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Check PR Title is Prefixed with Change Type
env:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: ./.github/workflows/pr_title_check.yml

get_issue_number:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
needs: quality_checks
outputs:
issue_number: ${{steps.get_issue_number.outputs.result}}
Expand All @@ -46,7 +46,7 @@ jobs:
result-encoding: string

get_commit_id:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
outputs:
commit_id: ${{ steps.commit_id.outputs.commit_id }}
steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
install_java: true

get_commit_id:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
outputs:
commit_id: ${{ steps.commit_id.outputs.commit_id }}
steps:
Expand All @@ -26,7 +26,7 @@ jobs:

tag_release:
needs: quality_checks
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
outputs:
version_tag: ${{steps.output_version_tag.outputs.VERSION_TAG}}
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sam_package_code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:

jobs:
sam_package_code:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
permissions:
id-token: write
contents: read
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sam_release_code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ on:

jobs:
sam_release_code:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
environment: ${{ inputs.TARGET_ENVIRONMENT }}
permissions:
id-token: write
Expand Down
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
maven 3.9.0
java corretto-21.0.2.14.1
python 3.8.15
python 3.12.7
poetry 1.8.2
shellcheck 0.9.0
direnv 2.32.2
Expand Down
1,242 changes: 622 additions & 620 deletions poetry.lock

Large diffs are not rendered by default.

14 changes: 3 additions & 11 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,27 +1,19 @@
[project]
python = "3.8.15"
python = "3.12.7"

[tool.poetry]
name = "eps-FHIR-validator-lambda"
version = "0.0.1-alpha"
description = "lambda for Validation Service FHIR R4 API Definitions"
license = "MIT"
authors = [
"Anthony Brown <anthony.brown8@nhs.net>",
"Matthew Popat <matthew.popat1@nhs.net>",
"Phil Gee <phil.gee@nhs.net>",
"Kris Szlapa <kris.szlapa1@nhs.net>",
"Jack Spagnoli <jack.spagnoli1@nhs.net>",
"Tom Smith <tom.smith24@nhs.net>",
"Adam Brown <adam.brown41@nhs.net>",
"Sean Steberis <sean.steberis2@nhs.net>",
"Natasa Fragkou <natasa.fragkou@nhs.net>"
"EPS"
]
readme = "README.md"
repository = "https://github.com/NHSDigital/eps-FHIR-validator-lambda"

[tool.poetry.dependencies]
python = "3.8.15"
python = "3.12.7"
requests = "^2.32.3"

[tool.poetry.dev-dependencies]
Expand Down
Loading