File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,15 +6,15 @@ permissions: {}
66
77jobs :
88 get_config_values :
9- uses : NHSDigital/eps-common-workflows/.github/workflows/get-repo-config.yml@e798d5aee897de6f7dc387dd5623fcd9ba4c8929
9+ uses : NHSDigital/eps-common-workflows/.github/workflows/get-repo-config.yml@8b259f4f2d2b8ff1345fb0d2f9b9f0fbb9d19845
1010 with :
1111 verify_published_from_main_image : true
1212 permissions :
1313 attestations : read
1414 contents : read
1515 packages : read
1616 quality_checks :
17- uses : NHSDigital/eps-common-workflows/.github/workflows/quality-checks-devcontainer.yml@e798d5aee897de6f7dc387dd5623fcd9ba4c8929
17+ uses : NHSDigital/eps-common-workflows/.github/workflows/quality-checks-devcontainer.yml@8b259f4f2d2b8ff1345fb0d2f9b9f0fbb9d19845
1818 needs :
1919 - get_config_values
2020 permissions :
2727 SONAR_TOKEN : ' ${{ secrets.SONAR_TOKEN }}'
2828 tag_release :
2929 needs : [quality_checks, get_config_values]
30- uses : NHSDigital/eps-common-workflows/.github/workflows/tag-release-devcontainer.yml@e798d5aee897de6f7dc387dd5623fcd9ba4c8929
30+ uses : NHSDigital/eps-common-workflows/.github/workflows/tag-release-devcontainer.yml@8b259f4f2d2b8ff1345fb0d2f9b9f0fbb9d19845
3131 permissions :
3232 id-token : write
3333 contents : write
Original file line number Diff line number Diff line change @@ -7,23 +7,23 @@ permissions: {}
77jobs :
88 dependabot-auto-approve-and-merge :
99 needs : quality_checks
10- uses : NHSDigital/eps-common-workflows/.github/workflows/dependabot-auto-approve-and-merge.yml@e798d5aee897de6f7dc387dd5623fcd9ba4c8929
10+ uses : NHSDigital/eps-common-workflows/.github/workflows/dependabot-auto-approve-and-merge.yml@8b259f4f2d2b8ff1345fb0d2f9b9f0fbb9d19845
1111 permissions :
1212 contents : write
1313 pull-requests : write
1414 secrets :
1515 AUTOMERGE_APP_ID : ' ${{ secrets.AUTOMERGE_APP_ID }}'
1616 AUTOMERGE_PEM : ' ${{ secrets.AUTOMERGE_PEM }}'
1717 get_config_values :
18- uses : NHSDigital/eps-common-workflows/.github/workflows/get-repo-config.yml@e798d5aee897de6f7dc387dd5623fcd9ba4c8929
18+ uses : NHSDigital/eps-common-workflows/.github/workflows/get-repo-config.yml@8b259f4f2d2b8ff1345fb0d2f9b9f0fbb9d19845
1919 with :
2020 verify_published_from_main_image : false
2121 permissions :
2222 attestations : read
2323 contents : read
2424 packages : read
2525 quality_checks :
26- uses : NHSDigital/eps-common-workflows/.github/workflows/quality-checks-devcontainer.yml@e798d5aee897de6f7dc387dd5623fcd9ba4c8929
26+ uses : NHSDigital/eps-common-workflows/.github/workflows/quality-checks-devcontainer.yml@8b259f4f2d2b8ff1345fb0d2f9b9f0fbb9d19845
2727 needs :
2828 - get_config_values
2929 with :
3535 secrets :
3636 SONAR_TOKEN : ' ${{ secrets.SONAR_TOKEN }}'
3737 pr_title_format_check :
38- uses : NHSDigital/eps-common-workflows/.github/workflows/pr_title_check.yml@e798d5aee897de6f7dc387dd5623fcd9ba4c8929
38+ uses : NHSDigital/eps-common-workflows/.github/workflows/pr_title_check.yml@8b259f4f2d2b8ff1345fb0d2f9b9f0fbb9d19845
3939 permissions :
4040 pull-requests : write
4141 get_issue_number :
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@8b259f4f2d2b8ff1345fb0d2f9b9f0fbb9d19845
1111 with :
1212 verify_published_from_main_image : false
1313 permissions :
1414 attestations : read
1515 contents : read
1616 packages : read
1717 quality_checks :
18- uses : NHSDigital/eps-common-workflows/.github/workflows/quality-checks-devcontainer.yml@e798d5aee897de6f7dc387dd5623fcd9ba4c8929
18+ uses : NHSDigital/eps-common-workflows/.github/workflows/quality-checks-devcontainer.yml@8b259f4f2d2b8ff1345fb0d2f9b9f0fbb9d19845
1919 needs :
2020 - get_config_values
2121 permissions :
2828 SONAR_TOKEN : ' ${{ secrets.SONAR_TOKEN }}'
2929 tag_release :
3030 needs : [quality_checks, get_config_values]
31- uses : NHSDigital/eps-common-workflows/.github/workflows/tag-release-devcontainer.yml@e798d5aee897de6f7dc387dd5623fcd9ba4c8929
31+ uses : NHSDigital/eps-common-workflows/.github/workflows/tag-release-devcontainer.yml@8b259f4f2d2b8ff1345fb0d2f9b9f0fbb9d19845
3232 permissions :
3333 id-token : write
3434 contents : write
You can’t perform that action at this time.
0 commit comments