Skip to content

Commit a353e7d

Browse files
committed
feat(79897): fix security alerts
1 parent cd7a124 commit a353e7d

3 files changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/ci-cd-java.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ jobs:
7272
with:
7373
distribution: 'temurin'
7474
java-version: '25'
75-
cache: 'maven'
7675

7776
- name: Validate Java version consistency
7877
working-directory: ${{ inputs.workingDirectory }}

.github/workflows/ci-cd-kotlin.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ jobs:
7373
with:
7474
distribution: 'temurin'
7575
java-version: '11'
76-
cache: 'gradle'
7776

7877
- name: Validate Java version consistency
7978
env:

.github/workflows/ci-cd-typescript.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ jobs:
4141
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
4242
with:
4343
node-version: "lts/*"
44-
cache: "npm"
4544

4645
- name: Install NPM dependencies
4746
run: npm ci

0 commit comments

Comments
 (0)