Skip to content

Commit 7c04508

Browse files
GRAD2-3154 - Adult algorithm +1month rule not fully working as required (#531)
* GRAD2-3154 - Adult algorithm +1month rule not fully working as required * Upgrade actions/cache to v4 * Changing Date to LocalDate * Updating commons-io to fix vulnerabilities * Adding Test Case * Adding Test Case * Improving Test Coverage * Improving Test Coverage * Improving Test Coverage * Improving Test Coverage
1 parent f77b4b6 commit 7c04508

File tree

10 files changed

+3081
-275
lines changed

10 files changed

+3081
-275
lines changed

.github/workflows/on.pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
with:
4848
sarif_file: 'trivy-results.sarif'
4949
- name: Cache SonarCloud packages
50-
uses: actions/cache@v1
50+
uses: actions/cache@v4
5151
with:
5252
path: ~/.sonar/cache
5353
key: ${{ runner.os }}-sonar

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,5 @@ build/
5555
.vscode/
5656

5757
### Local dev ###
58-
**/application-local.yaml
58+
**/application-local.yaml
59+
**/generate-local-env.sh

0 commit comments

Comments
 (0)