Skip to content

Commit 6f5c1fe

Browse files
committed
upgrade tomcat/jackson-core for vulns
1 parent 483702c commit 6f5c1fe

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
java-version: '17'
8585
- name: Smoke Test
8686
run: |
87-
git clone --branch=devops https://github.com/vmware/singleton.git devops
87+
git clone --branch=jhua/devops https://github.com/vmware/singleton.git devops
8888
cd $GITHUB_WORKSPACE/g11n-ws && ./gradlew build -x test
8989
cp $GITHUB_WORKSPACE/devops/deploy/i18n-service/Dockerfile $GITHUB_WORKSPACE/publish/
9090
cd $GITHUB_WORKSPACE/publish && ls
@@ -125,7 +125,7 @@ jobs:
125125
python-version: '3.10'
126126
- name: Performance Test
127127
run: |
128-
git clone --branch=devops https://github.com/vmware/singleton.git devops
128+
git clone --branch=jhua/devops https://github.com/vmware/singleton.git devops
129129
cd $GITHUB_WORKSPACE/g11n-ws && ./gradlew build -x test
130130
cp $GITHUB_WORKSPACE/devops/performancetest/Dockerfile $GITHUB_WORKSPACE/publish/
131131
cd $GITHUB_WORKSPACE/publish && ls

g11n-ws/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//Copyright 2019-2025 VMware, Inc.
1+
//Copyright 2019-2026 VMware, Inc.
22
//SPDX-License-Identifier: EPL-2.0
33

44
buildscript {

0 commit comments

Comments
 (0)