File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1010jobs :
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 }}
3333 echo "TAG_FORMAT=$TAG_FORMAT" >> "$GITHUB_OUTPUT"
3434
3535 quality_checks :
36- uses : NHSDigital/eps-common-workflows/.github/workflows/quality-checks.yml@cf765bb1264f0f44fba00516bd0412ac792d37c9
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 }}
4242 SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
4343
4444 pr_title_format_check :
45- uses : NHSDigital/eps-common-workflows/.github/workflows/pr_title_check.yml@ba86b0c6a2a3d4b87398e538e410cec90f57133d
45+ uses : NHSDigital/eps-common-workflows/.github/workflows/pr_title_check.yml@3cba6a3733673bafc95526503478674332c26007
4646
4747 run_basic_regression_test :
4848 uses : ./.github/workflows/regression_tests.yml
5353 id : " Pull Request Basic Regression Tests"
5454 tag_release :
5555 needs : [get_asdf_version]
56- uses : NHSDigital/eps-common-workflows/.github/workflows/tag-release.yml@4fb41faab9c92d8a1444719bc1ab45a989caf756
56+ uses : NHSDigital/eps-common-workflows/.github/workflows/tag-release.yml@3cba6a3733673bafc95526503478674332c26007
5757 with :
5858 dry_run : true
5959 asdfVersion : ${{ needs.get_asdf_version.outputs.asdf_version }}
Original file line number Diff line number Diff line change @@ -360,7 +360,7 @@ jobs:
360360
361361 - name : Generate a token
362362 id : generate-token
363- uses : actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42
363+ uses : actions/create-github-app-token@7e473efe3cb98aa54f8d4bac15400b15fad77d94
364364 if : contains(needs.*.result, 'failure') || github.event.inputs.generate_report == 'true'
365365 with :
366366 app-id : ${{ vars.REGRESSION_TESTS_APP_ID }}
Original file line number Diff line number Diff line change 2828
2929 quality_checks :
3030 needs : [get_asdf_version]
31- uses : NHSDigital/eps-common-workflows/.github/workflows/quality-checks.yml@cf765bb1264f0f44fba00516bd0412ac792d37c9
31+ uses : NHSDigital/eps-common-workflows/.github/workflows/quality-checks.yml@3cba6a3733673bafc95526503478674332c26007
3232 with :
3333 asdfVersion : ${{ needs.get_asdf_version.outputs.asdf_version }}
3434 reinstall_poetry : true
4646 echo "commit_id=${{ github.sha }}" >> "$GITHUB_OUTPUT"
4747 tag_release :
4848 needs : [quality_checks, get_commit_id, get_asdf_version]
49- uses : NHSDigital/eps-common-workflows/.github/workflows/tag-release.yml@4fb41faab9c92d8a1444719bc1ab45a989caf756
49+ uses : NHSDigital/eps-common-workflows/.github/workflows/tag-release.yml@3cba6a3733673bafc95526503478674332c26007
5050 with :
5151 dry_run : false
5252 asdfVersion : ${{ needs.get_asdf_version.outputs.asdf_version }}
You can’t perform that action at this time.
0 commit comments