This is an automated email from the ASF dual-hosted git repository.
hefengen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shenyu.git
The following commit(s) were added to refs/heads/master by this push:
new b1563958c0 Update codeql-analysis.yml (#5039)
b1563958c0 is described below
commit b1563958c0ce8080b1f8078af2c65a3439631d0f
Author: DamonXue <[email protected]>
AuthorDate: Thu Aug 17 22:50:04 2023 +0800
Update codeql-analysis.yml (#5039)
Co-authored-by: moremind <[email protected]>
---
.github/workflows/codeql-analysis.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/codeql-analysis.yml
b/.github/workflows/codeql-analysis.yml
index bd8c7c3a7f..fe0f3235b3 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -44,7 +44,7 @@ jobs:
- name: Set up JDK 1.8
uses: actions/setup-java@v3
with:
- java-version: 1.8
+ java-version: 8
distribution: 'temurin'
cache: maven