File tree Expand file tree Collapse file tree 5 files changed +9
-9
lines changed
Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 3030
3131 # using git commit sha for version of action to ensure we have stable version
3232 - name : Install asdf
33- uses : asdf-vm/actions/setup@1902764435ca0dd2f3388eea723a4f92a4eb8302
33+ uses : asdf-vm/actions/setup@b7bcd026f18772e44fe1026d729e1611cc435d47
3434 with :
3535 asdf_version : ${{ steps.asdf-version.outputs.version }}
3636
4444 ${{ runner.os }}-asdf-${{ hashFiles('**/.tool-versions') }}-${{ steps.asdf-version.outputs.version }}
4545
4646 - name : Install asdf dependencies in .tool-versions
47- uses : asdf-vm/actions/install@1902764435ca0dd2f3388eea723a4f92a4eb8302
47+ uses : asdf-vm/actions/install@b7bcd026f18772e44fe1026d729e1611cc435d47
4848 with :
4949 asdf_version : ${{ steps.asdf-version.outputs.version }}
5050 env :
Original file line number Diff line number Diff line change 2727 echo "TAG_FORMAT=$TAG_FORMAT" >> "$GITHUB_OUTPUT"
2828
2929 quality_checks :
30- uses : NHSDigital/eps-common-workflows/.github/workflows/quality-checks.yml@a7daff06de7b695f601d9b1723ca184daca7d898
30+ uses : NHSDigital/eps-common-workflows/.github/workflows/quality-checks.yml@3cba6a3733673bafc95526503478674332c26007
3131 needs : [get_asdf_version]
3232 with :
3333 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@a7daff06de7b695f601d9b1723ca184daca7d898
13+ uses : NHSDigital/eps-common-workflows/.github/workflows/dependabot-auto-approve-and-merge.yml@4fb41faab9c92d8a1444719bc1ab45a989caf756
1414 secrets :
1515 AUTOMERGE_APP_ID : ${{ secrets.AUTOMERGE_APP_ID }}
1616 AUTOMERGE_PEM : ${{ secrets.AUTOMERGE_PEM }}
5050 quality_checks :
5151 # always run, but only block in the non-skip case
5252 needs : [get_commit_message, get_asdf_version]
53- uses : NHSDigital/eps-common-workflows/.github/workflows/quality-checks.yml@a7daff06de7b695f601d9b1723ca184daca7d898
53+ uses : NHSDigital/eps-common-workflows/.github/workflows/quality-checks.yml@3cba6a3733673bafc95526503478674332c26007
5454 with :
5555 asdfVersion : ${{ needs.get_asdf_version.outputs.asdf_version }}
5656 secrets :
@@ -120,7 +120,7 @@ jobs:
120120 run : echo "Skipping QC gate per commit message."
121121
122122 pr_title_format_check :
123- uses : NHSDigital/eps-common-workflows/.github/workflows/pr_title_check.yml@a7daff06de7b695f601d9b1723ca184daca7d898
123+ uses : NHSDigital/eps-common-workflows/.github/workflows/pr_title_check.yml@3cba6a3733673bafc95526503478674332c26007
124124
125125 get_issue_number :
126126 runs-on : ubuntu-22.04
Original file line number Diff line number Diff line change 2525 TAG_FORMAT=$(yq '.TAG_FORMAT' .github/config/settings.yml)
2626 echo "TAG_FORMAT=$TAG_FORMAT" >> "$GITHUB_OUTPUT"
2727 quality_checks :
28- uses : NHSDigital/eps-common-workflows/.github/workflows/quality-checks.yml@a7daff06de7b695f601d9b1723ca184daca7d898
28+ uses : NHSDigital/eps-common-workflows/.github/workflows/quality-checks.yml@3cba6a3733673bafc95526503478674332c26007
2929 needs : [get_asdf_version]
3030 with :
3131 asdfVersion : ${{ needs.get_asdf_version.outputs.asdf_version }}
Original file line number Diff line number Diff line change 4545
4646 # using git commit sha for version of action to ensure we have stable version
4747 - name : Install asdf
48- uses : asdf-vm/actions/setup@1902764435ca0dd2f3388eea723a4f92a4eb8302
48+ uses : asdf-vm/actions/setup@b7bcd026f18772e44fe1026d729e1611cc435d47
4949 with :
5050 asdf_version : ${{ steps.asdf-version.outputs.version }}
5151
5959 ${{ runner.os }}-asdf-${{ hashFiles('**/.tool-versions') }}-${{ steps.asdf-version.outputs.version }}
6060
6161 - name : Install asdf dependencies in .tool-versions
62- uses : asdf-vm/actions/install@1902764435ca0dd2f3388eea723a4f92a4eb8302
62+ uses : asdf-vm/actions/install@b7bcd026f18772e44fe1026d729e1611cc435d47
6363 with :
6464 asdf_version : ${{ steps.asdf-version.outputs.version }}
6565 env :
You can’t perform that action at this time.
0 commit comments