File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed
Expand file tree Collapse file tree 5 files changed +6
-6
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@86a580e5eb38584c877ccfba5fc6f3f071faeffe
29+ uses : NHSDigital/eps-common-workflows/.github/workflows/quality-checks.yml@2b3ddfd1e59daf9905522d0140c6cd08e2547432
3030 needs : [get_asdf_version]
3131 secrets :
3232 SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
Original file line number Diff line number Diff line change 3232 TAG_FORMAT=$(yq '.TAG_FORMAT' .github/config/settings.yml)
3333 echo "TAG_FORMAT=$TAG_FORMAT" >> "$GITHUB_OUTPUT"
3434 quality_checks :
35- uses : NHSDigital/eps-common-workflows/.github/workflows/quality-checks.yml@86a580e5eb38584c877ccfba5fc6f3f071faeffe
35+ uses : NHSDigital/eps-common-workflows/.github/workflows/quality-checks.yml@2b3ddfd1e59daf9905522d0140c6cd08e2547432
3636 needs : [get_asdf_version]
3737 with :
3838 asdfVersion : ${{ needs.get_asdf_version.outputs.asdf_version }}
4141 SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
4242
4343 pr_title_format_check :
44- uses : NHSDigital/eps-common-workflows/.github/workflows/pr_title_check.yml@86a580e5eb38584c877ccfba5fc6f3f071faeffe
44+ uses : NHSDigital/eps-common-workflows/.github/workflows/pr_title_check.yml@2b3ddfd1e59daf9905522d0140c6cd08e2547432
4545
4646 get_issue_number :
4747 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@86a580e5eb38584c877ccfba5fc6f3f071faeffe
28+ uses : NHSDigital/eps-common-workflows/.github/workflows/quality-checks.yml@2b3ddfd1e59daf9905522d0140c6cd08e2547432
2929 needs : [get_asdf_version]
3030 secrets :
3131 SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
Original file line number Diff line number Diff line change 5858 cp Makefile .aws-sam/build/
5959 cp samconfig_package_and_deploy.toml .aws-sam/build/
6060
61- - uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4
61+ - uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f
6262 name : upload build artifact
6363 with :
6464 name : packaged_code
Original file line number Diff line number Diff line change 9191 role-session-name : fhir-validator-lambda-release-code
9292
9393 - name : download build artifact
94- uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53
94+ uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131
9595 with :
9696 name : ${{ inputs.BUILD_ARTIFACT }}
9797 path : .
You can’t perform that action at this time.
0 commit comments