Skip to content

Commit

Permalink
Set up java for sonarcloud
Browse files Browse the repository at this point in the history
  • Loading branch information
saliceti committed Jan 18, 2024
1 parent 54d0b47 commit 2056b3b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/sonarcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ jobs:
- name: set-up-environment
uses: DFE-Digital/github-actions/set-up-environment@master

- uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 21

- uses: Azure/login@v1
with:
creds: ${{ secrets.AZURE_CREDENTIALS }}
Expand Down

0 comments on commit 2056b3b

Please sign in to comment.