|
10 | 10 | jobs: |
11 | 11 | dependabot-auto-approve-and-merge: |
12 | 12 | needs: quality_checks |
13 | | - uses: NHSDigital/eps-common-workflows/.github/workflows/dependabot-auto-approve-and-merge.yml@3cba6a3733673bafc95526503478674332c26007 |
| 13 | + uses: NHSDigital/eps-common-workflows/.github/workflows/dependabot-auto-approve-and-merge.yml@2fe6bc6cd974efb4d55a2a7b665385f7a2d28950 |
14 | 14 | secrets: |
15 | 15 | AUTOMERGE_APP_ID: ${{ secrets.AUTOMERGE_APP_ID }} |
16 | 16 | AUTOMERGE_PEM: ${{ secrets.AUTOMERGE_PEM }} |
|
21 | 21 | tag_format: ${{ steps.load-config.outputs.TAG_FORMAT }} |
22 | 22 | steps: |
23 | 23 | - name: Checkout code |
24 | | - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 |
| 24 | + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 |
25 | 25 |
|
26 | 26 | - name: Get asdf version |
27 | 27 | id: asdf-version |
|
32 | 32 | TAG_FORMAT=$(yq '.TAG_FORMAT' .github/config/settings.yml) |
33 | 33 | echo "TAG_FORMAT=$TAG_FORMAT" >> "$GITHUB_OUTPUT" |
34 | 34 | pr_title_format_check: |
35 | | - uses: NHSDigital/eps-common-workflows/.github/workflows/pr_title_check.yml@3cba6a3733673bafc95526503478674332c26007 |
| 35 | + uses: NHSDigital/eps-common-workflows/.github/workflows/pr_title_check.yml@2fe6bc6cd974efb4d55a2a7b665385f7a2d28950 |
36 | 36 | quality_checks: |
37 | | - uses: NHSDigital/eps-common-workflows/.github/workflows/quality-checks.yml@3cba6a3733673bafc95526503478674332c26007 |
| 37 | + uses: NHSDigital/eps-common-workflows/.github/workflows/quality-checks.yml@2fe6bc6cd974efb4d55a2a7b665385f7a2d28950 |
38 | 38 | needs: [get_asdf_version, get_commit_id] |
39 | 39 | with: |
40 | 40 | asdfVersion: ${{ needs.get_asdf_version.outputs.asdf_version }} |
|
74 | 74 | sha_short: ${{ steps.commit_id.outputs.sha_short }} |
75 | 75 | steps: |
76 | 76 | - name: Checkout code |
77 | | - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 |
| 77 | + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 |
78 | 78 | with: |
79 | 79 | ref: ${{ env.BRANCH_NAME }} |
80 | 80 |
|
@@ -109,7 +109,7 @@ jobs: |
109 | 109 |
|
110 | 110 | tag_release: |
111 | 111 | needs: [get_commit_id, get_asdf_version] |
112 | | - uses: NHSDigital/eps-common-workflows/.github/workflows/tag-release.yml@3cba6a3733673bafc95526503478674332c26007 |
| 112 | + uses: NHSDigital/eps-common-workflows/.github/workflows/tag-release.yml@2fe6bc6cd974efb4d55a2a7b665385f7a2d28950 |
113 | 113 | with: |
114 | 114 | dry_run: true |
115 | 115 | asdfVersion: ${{ needs.get_asdf_version.outputs.asdf_version }} |
|
0 commit comments