File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
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-workflow-quality-checks/.github/workflows/quality-checks.yml@v5.1.3
29+ uses : NHSDigital/eps-workflow-quality-checks/.github/workflows/quality-checks.yml@v5.1.4
3030 needs : [get_asdf_version]
3131 secrets :
3232 SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
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-workflow-quality-checks/.github/workflows/quality-checks.yml@v5.1.3
29+ uses : NHSDigital/eps-workflow-quality-checks/.github/workflows/quality-checks.yml@v5.1.4
3030 needs : [get_asdf_version]
3131 with :
3232 asdfVersion : ${{ needs.get_asdf_version.outputs.asdf_version }}
3535 SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
3636
3737 pr_title_format_check :
38- uses : NHSDigital/eps-workflow-semantic-release/.github/workflows/pr_title_check.yml@56891c92a8c3840f4d38464a421acaf323debbb3
38+ uses : NHSDigital/eps-workflow-semantic-release/.github/workflows/pr_title_check.yml@f3d071da30cd01dc0e4472ac0e2d7452db78d1c7
3939
4040 get_issue_number :
4141 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-workflow-quality-checks/.github/workflows/quality-checks.yml@v5.1.3
28+ uses : NHSDigital/eps-workflow-quality-checks/.github/workflows/quality-checks.yml@v5.1.4
2929 needs : [get_asdf_version]
3030 secrets :
3131 SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
Original file line number Diff line number Diff line change 2424 <sonar .organization>nhsdigital</sonar .organization>
2525 <sonar .host.url>https://sonarcloud.io</sonar .host.url>
2626 <sonar .projectKey>NHSDigital_eps-FHIR-validator-lambda</sonar .projectKey>
27- <aspectj .version>1.9.24 </aspectj .version>
27+ <aspectj .version>1.9.25 </aspectj .version>
2828 </properties >
2929 <dependencyManagement >
3030 <dependencies >
You can’t perform that action at this time.
0 commit comments