Skip to content

Commit 428f87c

Browse files
Fix: [AEA-0000] - Update common workflows (#3024)
## Summary - Routine Change ### Details Update common workflows
1 parent cd36c0e commit 428f87c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ permissions: {}
77

88
jobs:
99
get_config_values:
10-
uses: NHSDigital/eps-common-workflows/.github/workflows/get-repo-config.yml@bda627e2ce1a32ea56bcc815aec57b06cfa63c9d
10+
uses: NHSDigital/eps-common-workflows/.github/workflows/get-repo-config.yml@b83cff6a2951a8a2951b8c00a7734edd0cc832d3
1111
permissions:
1212
attestations: read
1313
contents: read
1414
packages: read
1515
with:
1616
verify_published_from_main_image: true
1717
quality_checks:
18-
uses: NHSDigital/eps-common-workflows/.github/workflows/quality-checks-devcontainer.yml@bda627e2ce1a32ea56bcc815aec57b06cfa63c9d
18+
uses: NHSDigital/eps-common-workflows/.github/workflows/quality-checks-devcontainer.yml@b83cff6a2951a8a2951b8c00a7734edd0cc832d3
1919
needs: [get_config_values]
2020
permissions:
2121
contents: read
@@ -38,7 +38,7 @@ jobs:
3838
3939
tag_release:
4040
needs: [quality_checks, get_commit_id, get_config_values]
41-
uses: NHSDigital/eps-common-workflows/.github/workflows/tag-release-devcontainer.yml@bda627e2ce1a32ea56bcc815aec57b06cfa63c9d
41+
uses: NHSDigital/eps-common-workflows/.github/workflows/tag-release-devcontainer.yml@b83cff6a2951a8a2951b8c00a7734edd0cc832d3
4242
permissions:
4343
id-token: write
4444
contents: write

0 commit comments

Comments
 (0)