|
10 | 10 | jobs: |
11 | 11 | dependabot-auto-approve-and-merge: |
12 | 12 | needs: quality_checks |
13 | | - uses: NHSDigital/eps-workflow-dependabot/.github/workflows/dependabot-auto-approve-and-merge.yml@c78f84e2e6523593bf9b8ac32751c80a206fc73d |
| 13 | + uses: NHSDigital/eps-common-workflows/.github/workflows/dependabot-auto-approve-and-merge.yml@ba86b0c6a2a3d4b87398e538e410cec90f57133d |
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@v5 |
| 24 | + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 |
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-workflow-semantic-release/.github/workflows/pr_title_check.yml@b49130ecbac4f0a052642f6417a0ea0555240fd7 |
| 35 | + uses: NHSDigital/eps-common-workflows/.github/workflows/pr_title_check.yml@ba86b0c6a2a3d4b87398e538e410cec90f57133d |
36 | 36 | quality_checks: |
37 | | - uses: NHSDigital/eps-workflow-quality-checks/.github/workflows/quality-checks.yml@ad79b8f5d8dc258c9ec731dc9f6dc47c9f1e7375 |
| 37 | + uses: NHSDigital/eps-common-workflows/.github/workflows/quality-checks.yml@ba86b0c6a2a3d4b87398e538e410cec90f57133d |
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@v5 |
| 77 | + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 |
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-workflow-semantic-release/.github/workflows/tag-release.yml@b49130ecbac4f0a052642f6417a0ea0555240fd7 |
| 112 | + uses: NHSDigital/eps-common-workflows/.github/workflows/tag-release.yml@ba86b0c6a2a3d4b87398e538e410cec90f57133d |
113 | 113 | with: |
114 | 114 | dry_run: true |
115 | 115 | asdfVersion: ${{ needs.get_asdf_version.outputs.asdf_version }} |
|
0 commit comments