Skip to content
This repository has been archived by the owner on Oct 8, 2024. It is now read-only.

Commit

Permalink
Bruk java 21 i bygg
Browse files Browse the repository at this point in the history
  • Loading branch information
audunel committed Apr 22, 2024
1 parent ebbcd17 commit cdfcce3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
secrets: inherit
with:
readertoken: false
javaversion: 21

test:
uses: navikt/sif-gha-workflows/.github/workflows/gradle-test.yml@main
Expand All @@ -28,6 +29,7 @@ jobs:
secrets: inherit
with:
readertoken: false
javaversion: 21

codeql:
uses: navikt/sif-gha-workflows/.github/workflows/gradle-codeql.yml@main
Expand All @@ -41,6 +43,7 @@ jobs:
readertoken: false
package-command: './gradlew clean build -x test'
branch: master
javaversion: 21

build:
uses: navikt/sif-gha-workflows/.github/workflows/gradle-build.yml@main
Expand All @@ -52,6 +55,7 @@ jobs:
with:
team: dusseldorf
readertoken: false
javaversion: 21

trivy:
needs: [ build ]
Expand Down

0 comments on commit cdfcce3

Please sign in to comment.