Skip to content

Commit

Permalink
revert(backend): revert workflow on codeql
Browse files Browse the repository at this point in the history
 - auto build instead of gradle
  • Loading branch information
xtiannyeto committed Jun 13, 2024
1 parent 58c21d3 commit 7821f38
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,18 +64,8 @@ jobs:

# Autobuild attempts to build any compiled languages (C/C++, C#, Go, Java, or Swift).
# If this step fails, then you should remove it and run the build manually (see below)
- if: matrix.language == 'java'
name: Set up java 17
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: 17
architecture: x64

- if: matrix.language == 'java'
name: Build with Gradle
uses: gradle/gradle-build-action@v3
run: ./gradlew clean build
- name: Autobuild
uses: github/codeql-action/autobuild@v3

# ℹ️ Command-line programs to run using the OS shell.
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
Expand Down

0 comments on commit 7821f38

Please sign in to comment.