File tree Expand file tree Collapse file tree 5 files changed +11
-11
lines changed
Expand file tree Collapse file tree 5 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 2626 TAG_FORMAT=$(yq '.TAG_FORMAT' .github/config/settings.yml)
2727 echo "TAG_FORMAT=$TAG_FORMAT" >> "$GITHUB_OUTPUT"
2828 quality_checks :
29- uses : NHSDigital/eps-common-workflows/.github/workflows/quality-checks.yml@41e3450a9869f278be0e431a4b47b5c77bd55559
29+ uses : NHSDigital/eps-common-workflows/.github/workflows/quality-checks.yml@86a580e5eb38584c877ccfba5fc6f3f071faeffe
3030 needs : [get_asdf_version]
3131 with :
3232 asdfVersion : ${{ needs.get_asdf_version.outputs.asdf_version }}
4545
4646 tag_release :
4747 needs : [quality_checks, get_commit_id, get_asdf_version]
48- uses : NHSDigital/eps-common-workflows/.github/workflows/tag-release.yml@41e3450a9869f278be0e431a4b47b5c77bd55559
48+ uses : NHSDigital/eps-common-workflows/.github/workflows/tag-release.yml@86a580e5eb38584c877ccfba5fc6f3f071faeffe
4949 with :
5050 dry_run : true
5151 asdfVersion : ${{ needs.get_asdf_version.outputs.asdf_version }}
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@41e3450a9869f278be0e431a4b47b5c77bd55559
13+ uses : NHSDigital/eps-common-workflows/.github/workflows/dependabot-auto-approve-and-merge.yml@86a580e5eb38584c877ccfba5fc6f3f071faeffe
1414 secrets :
1515 AUTOMERGE_APP_ID : ${{ secrets.AUTOMERGE_APP_ID }}
1616 AUTOMERGE_PEM : ${{ secrets.AUTOMERGE_PEM }}
@@ -34,15 +34,15 @@ jobs:
3434 echo "TAG_FORMAT=$TAG_FORMAT" >> "$GITHUB_OUTPUT"
3535
3636 quality_checks :
37- uses : NHSDigital/eps-common-workflows/.github/workflows/quality-checks.yml@41e3450a9869f278be0e431a4b47b5c77bd55559
37+ uses : NHSDigital/eps-common-workflows/.github/workflows/quality-checks.yml@86a580e5eb38584c877ccfba5fc6f3f071faeffe
3838 needs : [get_asdf_version]
3939 with :
4040 asdfVersion : ${{ needs.get_asdf_version.outputs.asdf_version }}
4141 secrets :
4242 SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
4343
4444 pr_title_format_check :
45- uses : NHSDigital/eps-common-workflows/.github/workflows/pr_title_check.yml@41e3450a9869f278be0e431a4b47b5c77bd55559
45+ uses : NHSDigital/eps-common-workflows/.github/workflows/pr_title_check.yml@86a580e5eb38584c877ccfba5fc6f3f071faeffe
4646
4747 get_issue_number :
4848 runs-on : ubuntu-22.04
7373
7474 tag_release :
7575 needs : [get_asdf_version]
76- uses : NHSDigital/eps-common-workflows/.github/workflows/tag-release.yml@41e3450a9869f278be0e431a4b47b5c77bd55559
76+ uses : NHSDigital/eps-common-workflows/.github/workflows/tag-release.yml@86a580e5eb38584c877ccfba5fc6f3f071faeffe
7777 with :
7878 dry_run : true
7979 asdfVersion : ${{ needs.get_asdf_version.outputs.asdf_version }}
Original file line number Diff line number Diff line change 2323 echo "TAG_FORMAT=$TAG_FORMAT" >> "$GITHUB_OUTPUT"
2424
2525 quality_checks :
26- uses : NHSDigital/eps-common-workflows/.github/workflows/quality-checks.yml@41e3450a9869f278be0e431a4b47b5c77bd55559
26+ uses : NHSDigital/eps-common-workflows/.github/workflows/quality-checks.yml@86a580e5eb38584c877ccfba5fc6f3f071faeffe
2727 needs : [get_asdf_version]
2828 with :
2929 asdfVersion : ${{ needs.get_asdf_version.outputs.asdf_version }}
4242
4343 tag_release :
4444 needs : [quality_checks, get_commit_id, get_asdf_version]
45- uses : NHSDigital/eps-common-workflows/.github/workflows/tag-release.yml@41e3450a9869f278be0e431a4b47b5c77bd55559
45+ uses : NHSDigital/eps-common-workflows/.github/workflows/tag-release.yml@86a580e5eb38584c877ccfba5fc6f3f071faeffe
4646 with :
4747 dry_run : false
4848 asdfVersion : ${{ needs.get_asdf_version.outputs.asdf_version }}
Original file line number Diff line number Diff line change 3333
3434 - name : Generate a token to authenticate regression testing
3535 id : generate-token
36- uses : actions/create-github-app-token@7e473efe3cb98aa54f8d4bac15400b15fad77d94
36+ uses : actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf
3737 with :
3838 app-id : ${{ vars.REGRESSION_TESTS_APP_ID }}
3939 private-key : ${{ secrets.REGRESSION_TESTS_PEM }}
5252 asdf_version : ${{ steps.asdf-version.outputs.version }}
5353
5454 - name : Cache asdf
55- uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830
55+ uses : actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb
5656 with :
5757 path : |
5858 ~/.asdf
Original file line number Diff line number Diff line change 2828 asdf_version : ${{ steps.asdf-version.outputs.version }}
2929
3030 - name : Cache asdf
31- uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830
31+ uses : actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb
3232 with :
3333 path : |
3434 ~/.asdf
You can’t perform that action at this time.
0 commit comments