Skip to content

Bump actions/checkout from 4.1.5 to 4.1.6 in the minor-deps group #1142

Bump actions/checkout from 4.1.5 to 4.1.6 in the minor-deps group

Bump actions/checkout from 4.1.5 to 4.1.6 in the minor-deps group #1142

Workflow file for this run

name: Kjører Autotestene ved bygg
on:
push:
branches:
- master
pull_request_target:
paths-ignore:
- '**.md'
- '**.MD'
- '.gitignore'
- '.editorconfig'
- '.java-version'
- '.gitattributes'
- 'LICENSE'
- 'CODEOWNERS'
- '.github/workflows/trigger.yml.yml'
- 'docs/**'
- '.github/*.yml'
jobs:
fpsak-tester:
name: Fpsak tester
permissions:
id-token: write
if: github.ref_name != 'master'
uses: navikt/fp-autotest/.github/workflows/autotest.yml@master # ratchet:exclude
with:
test-suite: fpsak
secrets: inherit
fptilbake-tester:
name: Fptilbake tester
permissions:
id-token: write
if: github.ref_name != 'master'
uses: navikt/fp-autotest/.github/workflows/autotest.yml@master # ratchet:exclude
with:
test-suite: fptilbake
secrets: inherit
verdikjede-tester:
name: Verdikjedetester
permissions:
id-token: write
uses: navikt/fp-autotest/.github/workflows/autotest.yml@master # ratchet:exclude
with:
test-suite: verdikjede
secrets: inherit