Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
vikas0105 committed Jan 2, 2025
1 parent f4384f8 commit c6cc021
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,11 @@ jobs:

# Set up CodeQL for Java (after the build)
- name: Set up CodeQL
uses: github/codeql-action/setup@v3
with:
languages: 'java' # Specify the language for analysis
uses: github/codeql-action/setup@v2 # Updated to use the correct version

# Perform CodeQL Analysis (after build)
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3
uses: github/codeql-action/analyze@v2
with:
upload: true # Upload CodeQL results to GitHub security events

Expand Down

0 comments on commit c6cc021

Please sign in to comment.