File tree Expand file tree Collapse file tree 7 files changed +18
-18
lines changed
Expand file tree Collapse file tree 7 files changed +18
-18
lines changed Original file line number Diff line number Diff line change 1919 packages : read
2020 steps :
2121 - name : Checkout code
22- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
22+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
2323 with :
2424 ref : ${{ env.BRANCH_NAME }}
2525
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 1515 tag_format : ${{ steps.load-config.outputs.TAG_FORMAT }}
1616 steps :
1717 - name : Checkout code
18- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
18+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
1919
2020 - name : Get asdf version
2121 id : asdf-version
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 1919 # Steps represent a sequence of tasks that will be executed as part of the job
2020 steps :
2121 - name : Checkout local github scripts
22- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
22+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
2323 with :
2424 ref : ${{ env.BRANCH_NAME }}
2525 sparse-checkout : |
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 }}
2121 tag_format : ${{ steps.load-config.outputs.TAG_FORMAT }}
2222 steps :
2323 - name : Checkout code
24- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
24+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
2525
2626 - name : Get asdf version
2727 id : asdf-version
3838 commit_message : ${{ steps.commit_message.outputs.commit_message }}
3939 steps :
4040 - name : Checkout code
41- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
41+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
4242 with :
4343 ref : ${{ env.BRANCH_NAME }}
4444 fetch-depth : 0
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 1414 tag_format : ${{ steps.load-config.outputs.TAG_FORMAT }}
1515 steps :
1616 - name : Checkout code
17- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
17+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
1818
1919 - name : Get asdf version
2020 id : asdf-version
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 @@ -102,7 +102,7 @@ jobs:
102102 contents : write
103103 steps :
104104 - name : Checkout local github actions
105- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
105+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
106106 with :
107107 ref : ${{ env.BRANCH_NAME }}
108108 fetch-depth : 0
@@ -588,7 +588,7 @@ jobs:
588588 steps :
589589 - name : Checkout gh-pages
590590 if : ${{ inputs.IS_PULL_REQUEST == false }}
591- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
591+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
592592 with :
593593 ref : gh-pages
594594 path : gh-pages
Original file line number Diff line number Diff line change 2525
2626 steps :
2727 - name : Checkout local github actions
28- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
28+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
2929 with :
3030 ref : ${{ env.BRANCH_NAME }}
3131 fetch-depth : 0
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