Skip to content

Commit d59f182

Browse files
authored
Merge branch 'main' into dependabot/npm_and_yarn/aws-cdk-lib-2.232.0
2 parents b0d7622 + 9b97208 commit d59f182

File tree

10 files changed

+530
-526
lines changed

10 files changed

+530
-526
lines changed

.github/workflows/cdk_package_code.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
packages: read
2323
steps:
2424
- name: Checkout code
25-
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
25+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
2626
with:
2727
ref: ${{ env.BRANCH_NAME }}
2828

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
tag_format: ${{ steps.load-config.outputs.TAG_FORMAT }}
1616
steps:
1717
- name: Checkout code
18-
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
18+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
1919

2020
- name: Get asdf version
2121
id: asdf-version
@@ -28,7 +28,7 @@ jobs:
2828
echo "TAG_FORMAT=$TAG_FORMAT" >> "$GITHUB_OUTPUT"
2929
3030
quality_checks:
31-
uses: NHSDigital/eps-common-workflows/.github/workflows/quality-checks.yml@3cba6a3733673bafc95526503478674332c26007
31+
uses: NHSDigital/eps-common-workflows/.github/workflows/quality-checks.yml@41e3450a9869f278be0e431a4b47b5c77bd55559
3232
needs: [get_asdf_version]
3333
with:
3434
asdfVersion: ${{ needs.get_asdf_version.outputs.asdf_version }}
@@ -37,7 +37,7 @@ jobs:
3737

3838
tag_release:
3939
needs: [quality_checks, get_asdf_version]
40-
uses: NHSDigital/eps-common-workflows/.github/workflows/tag-release.yml@3cba6a3733673bafc95526503478674332c26007
40+
uses: NHSDigital/eps-common-workflows/.github/workflows/tag-release.yml@41e3450a9869f278be0e431a4b47b5c77bd55559
4141
with:
4242
dry_run: true
4343
asdfVersion: ${{ needs.get_asdf_version.outputs.asdf_version }}

.github/workflows/create_release_notes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
contents: write
4141
steps:
4242
- name: Checkout local github actions
43-
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
43+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
4444
with:
4545
ref: ${{ env.BRANCH_NAME }}
4646
fetch-depth: 0

.github/workflows/delete_old_cloudformation_stacks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
# Steps represent a sequence of tasks that will be executed as part of the job
2222
steps:
2323
- name: Checkout local github scripts
24-
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
24+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
2525
with:
2626
ref: ${{ env.BRANCH_NAME }}
2727
sparse-checkout: |

.github/workflows/pull_request.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ env:
1010
jobs:
1111
dependabot-auto-approve-and-merge:
1212
needs: quality_checks
13-
uses: NHSDigital/eps-common-workflows/.github/workflows/dependabot-auto-approve-and-merge.yml@3cba6a3733673bafc95526503478674332c26007
13+
uses: NHSDigital/eps-common-workflows/.github/workflows/dependabot-auto-approve-and-merge.yml@41e3450a9869f278be0e431a4b47b5c77bd55559
1414
secrets:
1515
AUTOMERGE_APP_ID: ${{ secrets.AUTOMERGE_APP_ID }}
1616
AUTOMERGE_PEM: ${{ secrets.AUTOMERGE_PEM }}
@@ -21,7 +21,7 @@ jobs:
2121
tag_format: ${{ steps.load-config.outputs.TAG_FORMAT }}
2222
steps:
2323
- name: Checkout code
24-
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
24+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
2525

2626
- name: Get asdf version
2727
id: asdf-version
@@ -33,15 +33,15 @@ jobs:
3333
echo "TAG_FORMAT=$TAG_FORMAT" >> "$GITHUB_OUTPUT"
3434
3535
quality_checks:
36-
uses: NHSDigital/eps-common-workflows/.github/workflows/quality-checks.yml@3cba6a3733673bafc95526503478674332c26007
36+
uses: NHSDigital/eps-common-workflows/.github/workflows/quality-checks.yml@41e3450a9869f278be0e431a4b47b5c77bd55559
3737
needs: [get_asdf_version]
3838
with:
3939
asdfVersion: ${{ needs.get_asdf_version.outputs.asdf_version }}
4040
secrets:
4141
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
4242

4343
pr_title_format_check:
44-
uses: NHSDigital/eps-common-workflows/.github/workflows/pr_title_check.yml@3cba6a3733673bafc95526503478674332c26007
44+
uses: NHSDigital/eps-common-workflows/.github/workflows/pr_title_check.yml@41e3450a9869f278be0e431a4b47b5c77bd55559
4545

4646
get_issue_number:
4747
runs-on: ubuntu-22.04

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
tag_format: ${{ steps.load-config.outputs.TAG_FORMAT }}
2020
steps:
2121
- name: Checkout code
22-
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
22+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
2323

2424
- name: Get asdf version
2525
id: asdf-version
@@ -32,7 +32,7 @@ jobs:
3232
echo "TAG_FORMAT=$TAG_FORMAT" >> "$GITHUB_OUTPUT"
3333
3434
quality_checks:
35-
uses: NHSDigital/eps-common-workflows/.github/workflows/quality-checks.yml@3cba6a3733673bafc95526503478674332c26007
35+
uses: NHSDigital/eps-common-workflows/.github/workflows/quality-checks.yml@41e3450a9869f278be0e431a4b47b5c77bd55559
3636
needs: [get_asdf_version]
3737
with:
3838
asdfVersion: ${{ needs.get_asdf_version.outputs.asdf_version }}
@@ -41,7 +41,7 @@ jobs:
4141

4242
tag_release:
4343
needs: [quality_checks, get_asdf_version]
44-
uses: NHSDigital/eps-common-workflows/.github/workflows/tag-release.yml@3cba6a3733673bafc95526503478674332c26007
44+
uses: NHSDigital/eps-common-workflows/.github/workflows/tag-release.yml@41e3450a9869f278be0e431a4b47b5c77bd55559
4545
with:
4646
dry_run: false
4747
asdfVersion: ${{ needs.get_asdf_version.outputs.asdf_version }}

.github/workflows/release_all_stacks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
contents: write
7676
steps:
7777
- name: Checkout local github actions
78-
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
78+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
7979
with:
8080
ref: ${{ env.BRANCH_NAME }}
8181
fetch-depth: 0
@@ -220,7 +220,7 @@ jobs:
220220
steps:
221221
- name: Checkout gh-pages
222222
if: ${{ inputs.IS_PULL_REQUEST == false }}
223-
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
223+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
224224
with:
225225
ref: gh-pages
226226
path: gh-pages

.github/workflows/run_regression_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
steps:
2727
- name: Checkout local github actions
28-
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
28+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
2929
with:
3030
ref: ${{ env.BRANCH_NAME }}
3131
fetch-depth: 0

poetry.lock

Lines changed: 508 additions & 504 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ python = "^3.14"
1717
[tool.poetry.group.dev.dependencies]
1818
pytest = "^9.0.1"
1919
pre-commit = "^4.5.0"
20-
cfn-lint = "^1.41.0"
20+
cfn-lint = "^1.42.0"
2121
black = "^25.9.0"
2222
flake8 = "^7.3.0"
2323
jinja2 = "^3.1.6"
@@ -26,23 +26,23 @@ click = "^8.3.0"
2626
rich = "^14.1.0"
2727
pytest-mock = "^3.15.1"
2828
pytest-cov = "^7.0.0"
29-
moto = {extras = ["ssm"], version = "^5.1.17"}
29+
moto = {extras = ["ssm"], version = "^5.1.18"}
3030
markitdown = {extras = ["pdf", "docx", "pptx", "xlsx"], version = "^0.0.2"}
3131

3232

3333
[tool.poetry.group.slackBotFunction.dependencies]
3434
slack-bolt = "^1.25.0"
3535
slack-sdk = "^3.39.0"
36-
boto3 = "^1.41.5"
36+
boto3 = "^1.42.4"
3737
requests = "^2.32.5"
3838
opensearch-py = "^3.1.0"
39-
urllib3 = "^2.5.0"
39+
urllib3 = "^2.6.0"
4040
aws-lambda-powertools = "^3.23.0"
41-
boto3-stubs = {extras = ["bedrock-agent", "bedrock-agent-runtime", "bedrock-runtime", "cloudformation", "dynamodb", "lambda"], version = "^1.41.5"}
41+
boto3-stubs = {extras = ["bedrock-agent", "bedrock-agent-runtime", "bedrock-runtime", "cloudformation", "dynamodb", "lambda"], version = "^1.42.4"}
4242

4343

4444
[tool.poetry.group.syncKnowledgeBaseFunction.dependencies]
45-
boto3 = "^1.41.5"
45+
boto3 = "^1.42.4"
4646
aws-lambda-powertools = "^3.23.0"
4747

4848
[tool.black]

0 commit comments

Comments
 (0)