Skip to content

Commit

Permalink
Update CodeQL action in GitHub workflow (#2116)
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcono1234 committed May 16, 2022
1 parent f4b5462 commit 66c3f48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql-analysis.yml
Expand Up @@ -29,7 +29,7 @@ jobs:

# Initializes the CodeQL tools for scanning
- name: Initialize CodeQL
uses: github/codeql-action/init@v1
uses: github/codeql-action/init@v2
with:
languages: ${{ matrix.language }}
# Run all security queries and maintainability and reliability queries
Expand All @@ -51,4 +51,4 @@ jobs:
mvn compile --batch-mode
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v1
uses: github/codeql-action/analyze@v2

0 comments on commit 66c3f48

Please sign in to comment.