File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,3 +4,4 @@ token: ?"?\$\{\{\s*secrets\.GITHUB_TOKEN\s*\}\}"?
44github-token: ?"?\$\{\{\s*secrets\.GITHUB_TOKEN\s*\}\}"?
55token: ?"?\$\{\{\s*secrets\.DEPENDABOT_TOKEN\s*\}\}"?
66\.gitallowed
7+ id-token: "write"
Original file line number Diff line number Diff line change 66permissions : {}
77jobs :
88 get_config_values :
9- uses : NHSDigital/eps-common-workflows/.github/workflows/get-repo-config.yml@f3d19a678a725917a5c59cae4d76db621bb7c9c7
9+ uses : NHSDigital/eps-common-workflows/.github/workflows/get-repo-config.yml@68c2dea999875055ecbfdf055d8391e6e8b8ce2f
10+ permissions :
11+ attestations : " read"
12+ contents : " read"
13+ packages : " read"
1014 with :
1115 verify_published_from_main_image : false
1216
1317 quality_checks :
14- uses : NHSDigital/eps-common-workflows/.github/workflows/quality-checks-devcontainer.yml@f3d19a678a725917a5c59cae4d76db621bb7c9c7
18+ uses : NHSDigital/eps-common-workflows/.github/workflows/quality-checks-devcontainer.yml@68c2dea999875055ecbfdf055d8391e6e8b8ce2f
1519 needs : [get_config_values]
1620 with :
1721 pinned_image : ${{ needs.get_config_values.outputs.pinned_image }}
2024
2125 tag_release :
2226 needs : [get_config_values]
23- uses : NHSDigital/eps-common-workflows/.github/workflows/tag-release-devcontainer.yml@f3d19a678a725917a5c59cae4d76db621bb7c9c7
27+ uses : NHSDigital/eps-common-workflows/.github/workflows/tag-release-devcontainer.yml@68c2dea999875055ecbfdf055d8391e6e8b8ce2f
2428 permissions :
2529 id-token : " write"
2630 contents : " write"
Original file line number Diff line number Diff line change 66permissions : {}
77jobs :
88 get_config_values :
9- uses : NHSDigital/eps-common-workflows/.github/workflows/get-repo-config.yml@f3d19a678a725917a5c59cae4d76db621bb7c9c7
9+ uses : NHSDigital/eps-common-workflows/.github/workflows/get-repo-config.yml@68c2dea999875055ecbfdf055d8391e6e8b8ce2f
10+ permissions :
11+ attestations : " read"
12+ contents : " read"
13+ packages : " read"
1014 with :
1115 verify_published_from_main_image : false
1216
1317 dependabot-auto-approve-and-merge :
14- uses : NHSDigital/eps-common-workflows/.github/workflows/dependabot-auto-approve-and-merge.yml@f3d19a678a725917a5c59cae4d76db621bb7c9c7
18+ uses : NHSDigital/eps-common-workflows/.github/workflows/dependabot-auto-approve-and-merge.yml@68c2dea999875055ecbfdf055d8391e6e8b8ce2f
1519 secrets :
1620 AUTOMERGE_APP_ID : ${{ secrets.AUTOMERGE_APP_ID }}
1721 AUTOMERGE_PEM : ${{ secrets.AUTOMERGE_PEM }}
1822
1923 quality_checks :
20- uses : NHSDigital/eps-common-workflows/.github/workflows/quality-checks-devcontainer.yml@f3d19a678a725917a5c59cae4d76db621bb7c9c7
24+ uses : NHSDigital/eps-common-workflows/.github/workflows/quality-checks-devcontainer.yml@68c2dea999875055ecbfdf055d8391e6e8b8ce2f
2125 needs : [get_config_values]
2226 with :
2327 pinned_image : ${{ needs.get_config_values.outputs.pinned_image }}
2428 secrets :
2529 SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
2630
2731 pr_title_format_check :
28- uses : NHSDigital/eps-common-workflows/.github/workflows/pr_title_check.yml@f3d19a678a725917a5c59cae4d76db621bb7c9c7
32+ uses : NHSDigital/eps-common-workflows/.github/workflows/pr_title_check.yml@68c2dea999875055ecbfdf055d8391e6e8b8ce2f
2933
3034 tag_release :
3135 needs : [get_config_values]
32- uses : NHSDigital/eps-common-workflows/.github/workflows/tag-release-devcontainer.yml@f3d19a678a725917a5c59cae4d76db621bb7c9c7
36+ uses : NHSDigital/eps-common-workflows/.github/workflows/tag-release-devcontainer.yml@68c2dea999875055ecbfdf055d8391e6e8b8ce2f
3337 permissions :
3438 id-token : " write"
3539 contents : " write"
Original file line number Diff line number Diff line change 77permissions : {}
88jobs :
99 get_config_values :
10- uses : NHSDigital/eps-common-workflows/.github/workflows/get-repo-config.yml@f3d19a678a725917a5c59cae4d76db621bb7c9c7
10+ uses : NHSDigital/eps-common-workflows/.github/workflows/get-repo-config.yml@68c2dea999875055ecbfdf055d8391e6e8b8ce2f
11+ permissions :
12+ attestations : " read"
13+ contents : " read"
14+ packages : " read"
1115 with :
1216 verify_published_from_main_image : false
1317
1418 quality_checks :
15- uses : NHSDigital/eps-common-workflows/.github/workflows/quality-checks-devcontainer.yml@f3d19a678a725917a5c59cae4d76db621bb7c9c7
19+ uses : NHSDigital/eps-common-workflows/.github/workflows/quality-checks-devcontainer.yml@68c2dea999875055ecbfdf055d8391e6e8b8ce2f
1620 needs : [get_config_values]
1721 with :
1822 pinned_image : ${{ needs.get_config_values.outputs.pinned_image }}
2125
2226 tag_release :
2327 needs : [get_config_values]
24- uses : NHSDigital/eps-common-workflows/.github/workflows/tag-release-devcontainer.yml@f3d19a678a725917a5c59cae4d76db621bb7c9c7
28+ uses : NHSDigital/eps-common-workflows/.github/workflows/tag-release-devcontainer.yml@68c2dea999875055ecbfdf055d8391e6e8b8ce2f
2529 permissions :
2630 id-token : " write"
2731 contents : " write"
You can’t perform that action at this time.
0 commit comments