Skip to content

Commit b0cf7b8

Browse files
authored
Merge branch 'main' into dependabot/pip/pre-commit-4.5.0
2 parents d04cee6 + e87c59c commit b0cf7b8

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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@4fb41faab9c92d8a1444719bc1ab45a989caf756
31+
uses: NHSDigital/eps-common-workflows/.github/workflows/quality-checks.yml@3cba6a3733673bafc95526503478674332c26007
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@4fb41faab9c92d8a1444719bc1ab45a989caf756
40+
uses: NHSDigital/eps-common-workflows/.github/workflows/tag-release.yml@3cba6a3733673bafc95526503478674332c26007
4141
with:
4242
dry_run: true
4343
asdfVersion: ${{ needs.get_asdf_version.outputs.asdf_version }}

.github/workflows/delete_old_cloudformation_stacks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
.github/scripts
2929
3030
- name: Configure AWS Credentials
31-
uses: aws-actions/configure-aws-credentials@00943011d9042930efac3dcd3a170e4273319bc8
31+
uses: aws-actions/configure-aws-credentials@61815dcd50bd041e203e49132bacad1fd04d2708
3232
with:
3333
aws-region: eu-west-2
3434
role-to-assume: ${{ secrets.DEV_CLOUD_FORMATION_DEPLOY_ROLE }}

.github/workflows/pull_request.yml

Lines changed: 3 additions & 3 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@4fb41faab9c92d8a1444719bc1ab45a989caf756
13+
uses: NHSDigital/eps-common-workflows/.github/workflows/dependabot-auto-approve-and-merge.yml@3cba6a3733673bafc95526503478674332c26007
1414
secrets:
1515
AUTOMERGE_APP_ID: ${{ secrets.AUTOMERGE_APP_ID }}
1616
AUTOMERGE_PEM: ${{ secrets.AUTOMERGE_PEM }}
@@ -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@4fb41faab9c92d8a1444719bc1ab45a989caf756
36+
uses: NHSDigital/eps-common-workflows/.github/workflows/quality-checks.yml@3cba6a3733673bafc95526503478674332c26007
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@4fb41faab9c92d8a1444719bc1ab45a989caf756
44+
uses: NHSDigital/eps-common-workflows/.github/workflows/pr_title_check.yml@3cba6a3733673bafc95526503478674332c26007
4545

4646
get_issue_number:
4747
runs-on: ubuntu-22.04

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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@4fb41faab9c92d8a1444719bc1ab45a989caf756
35+
uses: NHSDigital/eps-common-workflows/.github/workflows/quality-checks.yml@3cba6a3733673bafc95526503478674332c26007
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@4fb41faab9c92d8a1444719bc1ab45a989caf756
44+
uses: NHSDigital/eps-common-workflows/.github/workflows/tag-release.yml@3cba6a3733673bafc95526503478674332c26007
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
@@ -96,7 +96,7 @@ jobs:
9696

9797
- name: Configure AWS Credentials
9898
id: connect_aws_pull_image
99-
uses: aws-actions/configure-aws-credentials@00943011d9042930efac3dcd3a170e4273319bc8
99+
uses: aws-actions/configure-aws-credentials@61815dcd50bd041e203e49132bacad1fd04d2708
100100
with:
101101
aws-region: eu-west-2
102102
role-to-assume: ${{ secrets.CDK_PULL_IMAGE_ROLE }}
@@ -128,7 +128,7 @@ jobs:
128128
129129
- name: Configure AWS Credentials
130130
id: connect_aws_for_deployment
131-
uses: aws-actions/configure-aws-credentials@00943011d9042930efac3dcd3a170e4273319bc8
131+
uses: aws-actions/configure-aws-credentials@61815dcd50bd041e203e49132bacad1fd04d2708
132132
with:
133133
aws-region: eu-west-2
134134
role-to-assume: ${{ secrets.CLOUD_FORMATION_DEPLOY_ROLE }}

.github/workflows/run_regression_tests.yml

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

3737
- name: Generate a token to authenticate regression testing
3838
id: generate-token
39-
uses: actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42
39+
uses: actions/create-github-app-token@7e473efe3cb98aa54f8d4bac15400b15fad77d94
4040
with:
4141
app-id: ${{ vars.REGRESSION_TESTS_APP_ID }}
4242
private-key: ${{ secrets.REGRESSION_TESTS_PEM }}

0 commit comments

Comments
 (0)