Skip to content

Commit 9c9a262

Browse files
authored
Merge pull request PSMRI#72 from techy4shri/actions
Actions Update
2 parents 7c84b73 + 43e80d6 commit 9c9a262

4 files changed

Lines changed: 9 additions & 12 deletions

File tree

.github/workflows/build-on-pull-request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ jobs:
1414
repository: ${{ github.event.pull_request.head.repo.full_name }}
1515

1616
- name: Setup JDK 17
17-
uses: actions/setup-java@v2
17+
uses: actions/setup-java@v4
1818
with:
1919
java-version: 17
20-
distribution: 'adopt'
20+
distribution: 'temurin'
2121
- name: Build with Maven
2222
run: mvn clean install

.github/workflows/package.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ jobs:
2020
steps:
2121

2222
- name: Checkout code
23-
uses: actions/checkout@v2
23+
uses: actions/checkout@v3
2424

2525
- name: Setup JDK 17
26-
uses: actions/setup-java@v2
26+
uses: actions/setup-java@v4
2727
with:
2828
java-version: 17
29-
distribution: 'adopt'
29+
distribution: 'temurin'
3030

3131
- name: Build with Maven
3232
run: mvn clean install -DENV_VAR=${{ env.ENV_VAR }}

.github/workflows/sast.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,18 +35,18 @@ jobs:
3535

3636
# Initializes the CodeQL tools for scanning.
3737
- name: Initialize CodeQL
38-
uses: github/codeql-action/init@v2
38+
uses: github/codeql-action/init@v3
3939

4040
- name: Setup JDK 17
41-
uses: actions/setup-java@v2
41+
uses: actions/setup-java@v4
4242
with:
4343
java-version: 17
44-
distribution: 'adopt'
44+
distribution: 'temurin'
4545

4646
- name: Build with Maven
4747
run: mvn clean install
4848

4949
- name: Perform CodeQL Analysis
50-
uses: github/codeql-action/analyze@v2
50+
uses: github/codeql-action/analyze@v3
5151
with:
5252
category: "/language:${{matrix.language}}"

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,6 @@ For step-by-step guide, follow this [guide] (https://piramal-swasthya.gitbook.io
3434
## Prerequisites
3535
- JDK 17 (LTS)
3636
- Maven
37-
- Redis
38-
- Spring Boot V2
39-
- MySQL
4037

4138
To build the TM module from source, follow these steps:
4239

0 commit comments

Comments
 (0)