Skip to content

chore(deps-dev): bump org.wiremock:wiremock-standalone from 3.4.2 to 3.5.4 #71

chore(deps-dev): bump org.wiremock:wiremock-standalone from 3.4.2 to 3.5.4

chore(deps-dev): bump org.wiremock:wiremock-standalone from 3.4.2 to 3.5.4 #71

Workflow file for this run

name: Deploy to staging
on:
pull_request:
types: [ready_for_review, opened, reopened, synchronize]
branches:
- main
jobs:
build-and-deploy-staging:
name: Call reusable workflow when pull request is created
if: ${{ github.actor != 'dependabot[bot]' && github.event.pull_request.draft == false }}
uses: Informasjonsforvaltning/workflows/.github/workflows/build-deploy-maven.yaml@main
with:
app_name: fdk-api-endpoints
java_version: '17'
coverage_file_path: ./target/site/jacoco/jacoco.xml
environment: staging
cluster: digdir-fdk-dev
secrets:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GCP_SA_DIGDIR_FDK_GCR_KEY: ${{ secrets.GCP_SA_DIGDIR_FDK_GCR_KEY }}
DIGDIR_FDK_AUTODEPLOY: ${{ secrets.DIGDIR_FDK_DEV_AUTODEPLOY }}
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
dependabot-build:
name: Build image on PR from dependabot
if: ${{ github.actor == 'dependabot[bot]' }}
uses: Informasjonsforvaltning/workflows/.github/workflows/build.yaml@main
secrets:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}