This repository has been archived by the owner on Jul 5, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #667 from navikt/dependabot-10-23
Dependabot 10 23
- Loading branch information
Showing
4 changed files
with
13 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,10 +26,10 @@ jobs: | |
uses: actions/[email protected] | ||
|
||
|
||
- name: Setter opp Java 20 | ||
- name: Setter opp Java 17 | ||
uses: actions/[email protected] | ||
with: | ||
java-version: 20 | ||
java-version: 17 | ||
distribution: temurin | ||
cache: maven | ||
|
||
|
@@ -51,19 +51,3 @@ jobs: | |
run: | | ||
echo "image=${{ env.IMAGE }}" >> $GITHUB_OUTPUT | ||
./mvnw --batch-mode --settings .github/.m2/settings.xml -DGAR_TOKEN=${{ secrets.NAIS_WORKLOAD_IDENTITY_PROVIDER }} package jib:build | ||
deploy: | ||
name: Deploy PR til dev-gcp | ||
needs: bygg | ||
runs-on: ubuntu-latest | ||
environment: pr:dev-gcp:aap | ||
env: | ||
PRINT_PAYLOAD: true | ||
APIKEY: ${{secrets.NAIS_DEPLOY_APIKEY}} | ||
RESOURCE: .nais/naiserator.yaml,.nais/dev-gcp-alerts.yaml | ||
CLUSTER: dev-gcp | ||
VARS: .nais/dev-gcp.json | ||
IMAGE: ${{needs.bygg.outputs.image}} | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- uses: nais/deploy/actions/deploy@master |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,4 +5,5 @@ enum class Substatus { | |
VIRUS, | ||
SIZE, | ||
UNSUPPORTED, | ||
} | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters