Skip to content

Commit

Permalink
Update codeql-analysis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lalitKumarHCL authored Oct 19, 2021
1 parent d49ae26 commit 39e9f06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Initialize CodeQL
uses: github/codeql-action/init@v1
with:
java-version: 1.8.0_281
java-version: 1.8
#languages: ${{ matrix.language }}
# If you wish to specify custom queries, you can do so here or in a config file.
# By default, queries listed here will override any specified in a config file.
Expand All @@ -57,7 +57,7 @@ jobs:
- name: Autobuild
uses: github/codeql-action/autobuild@v1
with:
java-version: 1.8.0_281
java-version: 1.8

# ℹ️ Command-line programs to run using the OS shell.
# 📚 https://git.io/JvXDl
Expand Down

0 comments on commit 39e9f06

Please sign in to comment.