Skip to content

Commit

Permalink
Merge pull request #53 from statisticsnorway/setup-java
Browse files Browse the repository at this point in the history
Update codeql-analysis.yml
  • Loading branch information
runejo authored Jun 27, 2022
2 parents 5084689 + d4f3f5a commit 2f42c2a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,10 @@ jobs:
uses: actions/checkout@v3

- name: Set up JDK 1.8
uses: actions/setup-java@v1
uses: actions/setup-java@v3
with:
java-version: 1.8
distribution: 'zulu'
java-version: '8'

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand Down

0 comments on commit 2f42c2a

Please sign in to comment.