This is an automated email from the ASF dual-hosted git repository.
alexoree pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/juddi.git
The following commit(s) were added to refs/heads/master by this push:
new e21c182bf Update codeql-analysis.yml
e21c182bf is described below
commit e21c182bf3a0568e2e561a89a729c3f26581808c
Author: spyhunter99 <[email protected]>
AuthorDate: Sun Apr 17 09:51:36 2022 -0400
Update codeql-analysis.yml
---
.github/workflows/codeql-analysis.yml | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/.github/workflows/codeql-analysis.yml
b/.github/workflows/codeql-analysis.yml
index 1f0651d6e..0aa4a8a48 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -37,6 +37,13 @@ jobs:
# Learn more about CodeQL language support at
https://git.io/codeql-language-support
steps:
+ - name: Setup Java 8
+ uses: actions/[email protected]
+ with:
+ java-version: '8'
+ java-package: jdk
+ architecture: x64
+
- name: Checkout repository
uses: actions/checkout@v2
@@ -65,13 +72,6 @@ jobs:
# and modify them (or add more) to build your code if your project
# uses a compiled language
- name: javabuild
- - uses: actions/checkout@v3
- - uses: actions/setup-java@v3
- with:
- distribution: 'temurin'
- java-version: '8'
-
- - name: Build with Maven
run: mvn -B install
- name: dotnet build
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]