Skip to content

Commit 2a2a8b0

Browse files
IE's effective date is corrected (#374)
* Effective date for IE is corrected * Updated cache version
1 parent 6226ad4 commit 2a2a8b0

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
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
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
UPDATE LETTER_GRADE
2+
SET UPDATE_USER='API_STUDENT_GRADUATION' , UPDATE_DATE=SYSTIMESTAMP , EFFECTIVE_DATE=TIMESTAMP'2023-07-01 00:00:00.0'
3+
WHERE LETTER_GRADE='IE';

0 commit comments

Comments
 (0)