Skip to content

Commit

Permalink
JAVA_HOME 오류 해결
Browse files Browse the repository at this point in the history
  • Loading branch information
hiimminjeong committed Feb 17, 2025
1 parent 31073e7 commit 87aec5c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/performance-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ jobs:
# Dependency Check (Java 프로젝트)
- name: Dependency Check (Java)
uses: dependency-check/Dependency-Check_Action@main
env:
JAVA_HOME: /opt/jdk
id: Depcheck
with:
project: "Ticketaka"
Expand All @@ -68,7 +70,7 @@ jobs:
run: |
echo "보안 취약점이 감지되었습니다. 배포를 중단합니다."
exit 1
# Auto-tagging 및 Release 생성
- name: Bump version and push tag
id: tag_version
Expand Down

0 comments on commit 87aec5c

Please sign in to comment.