File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ permissions: {}
88
99jobs :
1010 get_config_values :
11- uses : NHSDigital/eps-common-workflows/.github/workflows/get-repo-config.yml@e798d5aee897de6f7dc387dd5623fcd9ba4c8929
11+ uses : NHSDigital/eps-common-workflows/.github/workflows/get-repo-config.yml@bda627e2ce1a32ea56bcc815aec57b06cfa63c9d
1212 permissions :
1313 attestations : read
1414 contents : read
1717 verify_published_from_main_image : true
1818
1919 quality_checks :
20- uses : NHSDigital/eps-common-workflows/.github/workflows/quality-checks-devcontainer.yml@8399c1f015c1304e40771cbd8ccc24c7ed48fdbc
20+ uses : NHSDigital/eps-common-workflows/.github/workflows/quality-checks-devcontainer.yml@bda627e2ce1a32ea56bcc815aec57b06cfa63c9d
2121 needs : [get_config_values]
2222 permissions :
2323 contents : read
4040
4141 tag_release :
4242 needs : [quality_checks, get_commit_id, get_config_values]
43- uses : NHSDigital/eps-common-workflows/.github/workflows/tag-release-devcontainer.yml@e798d5aee897de6f7dc387dd5623fcd9ba4c8929
43+ uses : NHSDigital/eps-common-workflows/.github/workflows/tag-release-devcontainer.yml@bda627e2ce1a32ea56bcc815aec57b06cfa63c9d
4444 permissions :
4545 id-token : write
4646 contents : write
Original file line number Diff line number Diff line change 55permissions : {}
66jobs :
77 get_config_values :
8- uses : NHSDigital/eps-common-workflows/.github/workflows/get-repo-config.yml@e798d5aee897de6f7dc387dd5623fcd9ba4c8929
8+ uses : NHSDigital/eps-common-workflows/.github/workflows/get-repo-config.yml@bda627e2ce1a32ea56bcc815aec57b06cfa63c9d
99 permissions :
1010 attestations : read
1111 contents : read
1212 packages : read
1313 with :
1414 verify_published_from_main_image : false
1515 quality_checks :
16- uses : NHSDigital/eps-common-workflows/.github/workflows/quality-checks-devcontainer.yml@8399c1f015c1304e40771cbd8ccc24c7ed48fdbc
16+ uses : NHSDigital/eps-common-workflows/.github/workflows/quality-checks-devcontainer.yml@bda627e2ce1a32ea56bcc815aec57b06cfa63c9d
1717 needs : [get_config_values]
1818 permissions :
1919 contents : read
2424 secrets :
2525 SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
2626 pr_title_format_check :
27- uses : NHSDigital/eps-common-workflows/.github/workflows/pr_title_check.yml@e798d5aee897de6f7dc387dd5623fcd9ba4c8929
27+ uses : NHSDigital/eps-common-workflows/.github/workflows/pr_title_check.yml@bda627e2ce1a32ea56bcc815aec57b06cfa63c9d
2828 permissions :
2929 pull-requests : write
3030 get_issue_number :
5454 result-encoding : string
5555 tag_release :
5656 needs : [get_config_values]
57- uses : NHSDigital/eps-common-workflows/.github/workflows/tag-release-devcontainer.yml@e798d5aee897de6f7dc387dd5623fcd9ba4c8929
57+ uses : NHSDigital/eps-common-workflows/.github/workflows/tag-release-devcontainer.yml@bda627e2ce1a32ea56bcc815aec57b06cfa63c9d
5858 permissions :
5959 id-token : write
6060 contents : write
Original file line number Diff line number Diff line change @@ -7,15 +7,15 @@ permissions: {}
77
88jobs :
99 get_config_values :
10- uses : NHSDigital/eps-common-workflows/.github/workflows/get-repo-config.yml@e798d5aee897de6f7dc387dd5623fcd9ba4c8929
10+ uses : NHSDigital/eps-common-workflows/.github/workflows/get-repo-config.yml@bda627e2ce1a32ea56bcc815aec57b06cfa63c9d
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@8399c1f015c1304e40771cbd8ccc24c7ed48fdbc
18+ uses : NHSDigital/eps-common-workflows/.github/workflows/quality-checks-devcontainer.yml@bda627e2ce1a32ea56bcc815aec57b06cfa63c9d
1919 needs : [get_config_values]
2020 permissions :
2121 contents : read
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@e798d5aee897de6f7dc387dd5623fcd9ba4c8929
41+ uses : NHSDigital/eps-common-workflows/.github/workflows/tag-release-devcontainer.yml@bda627e2ce1a32ea56bcc815aec57b06cfa63c9d
4242 permissions :
4343 id-token : write
4444 contents : write
Original file line number Diff line number Diff line change 4444
4545 - name : Generate a token to authenticate regression testing
4646 id : generate-token
47- uses : actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859
47+ uses : actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3
4848 with :
4949 app-id : ${{ vars.REGRESSION_TESTS_APP_ID }}
5050 private-key : ${{ secrets.REGRESSION_TESTS_PEM }}
Original file line number Diff line number Diff line change 1616
1717 steps :
1818 - name : Sync shared instructions
19- uses : NHSDigital/eps-copilot-instructions@8b4d7f546fe9825a149cb8cc8cfdb31df58c3730
19+ uses : NHSDigital/eps-copilot-instructions@e6e445a93671466398e3f79d20cf1f64885150d8
2020 with :
2121 copilot_instructions_ref : main
2222 calling_repo_base_branch : main
You can’t perform that action at this time.
0 commit comments