Skip to content

Commit

Permalink
Update codeql-analysis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sanajitjana authored Sep 25, 2024
1 parent 238d714 commit e652565
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ jobs:
uses: actions/checkout@v3

- name: Set up CodeQL
uses: github/codeql-action/setup@v2
uses: https://github.com/github/codeql-action/raw/main/setup/action.yml
with:
languages: 'java' # Specify the languages you want to analyze
languages: 'java'

- name: Auto-detect CodeQL configuration
uses: github/codeql-action/autodetect@v2
- name: Initialize CodeQL database
uses: https://github.com/github/codeql-action/raw/main/autodetect/action.yml

- name: Run CodeQL Analysis
uses: github/codeql-action/analyze@v2
uses: https://github.com/github/codeql-action/raw/main/analyze/action.yml
with:
category: 'security'

0 comments on commit e652565

Please sign in to comment.