diff options
author | Docile-Alligator <25734209+Docile-Alligator@users.noreply.github.com> | 2024-05-23 20:28:10 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-23 20:28:10 +0000 |
commit | 943b1574cad03ead354190bea7665c1ccaeeb94a (patch) | |
tree | 603ee0119e318a180f192d5bf42136298a043faf /.github/workflows/codeql-analysis.yml | |
parent | 18aec38d9f4d79afe0748b4bae1dfe11a3ee24ef (diff) | |
download | infinity-for-reddit-943b1574cad03ead354190bea7665c1ccaeeb94a.tar infinity-for-reddit-943b1574cad03ead354190bea7665c1ccaeeb94a.tar.gz infinity-for-reddit-943b1574cad03ead354190bea7665c1ccaeeb94a.tar.bz2 infinity-for-reddit-943b1574cad03ead354190bea7665c1ccaeeb94a.tar.lz infinity-for-reddit-943b1574cad03ead354190bea7665c1ccaeeb94a.tar.xz infinity-for-reddit-943b1574cad03ead354190bea7665c1ccaeeb94a.tar.zst infinity-for-reddit-943b1574cad03ead354190bea7665c1ccaeeb94a.zip |
Update codeql-analysis.yml to use Java 17.
Diffstat (limited to '.github/workflows/codeql-analysis.yml')
-rw-r--r-- | .github/workflows/codeql-analysis.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index abfccdee..ab87b2d7 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -22,6 +22,12 @@ jobs: - name: Checkout repository uses: actions/checkout@v3 + - name: Set-up JDK 17 + uses: actions/setup-java@v3 + with: + java-version: '17' + distribution: 'temurin' + - name: Initialize CodeQL uses: github/codeql-action/init@v2 with: |