Skip to content
This repository was archived by the owner on Mar 17, 2026. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
contents: read
steps:
- name: Checkout repository
uses: actions/checkout@v5
uses: actions/checkout@v6

- uses: actions/setup-java@v5
with:
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
steps:
- name: Checkout code
if: ${{ github.event_name != 'workflow_dispatch' || github.event.inputs.commit_sha == '' }}
uses: actions/checkout@v5
uses: actions/checkout@v6

- name: Checkout specific commit
if: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.commit_sha != '' }}
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
contents: write
steps:
- name: Checkout code
uses: actions/checkout@v4
uses: actions/checkout@v6

- uses: actions/setup-java@v5
with:
Expand All @@ -118,7 +118,7 @@ jobs:
image: docker:dind
options: --privileged
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- uses: actions/setup-java@v5
with:
distribution: 'temurin'
Expand Down Expand Up @@ -167,7 +167,7 @@ jobs:
scope: kartverket/skvis-apps
identity: frisk-backend
- name: Checkout skvis-apps
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
repository: kartverket/skvis-apps
ref: main
Expand Down Expand Up @@ -197,7 +197,7 @@ jobs:
scope: kartverket/skvis-apps
identity: frisk-backend
- name: Checkout skvis-apps
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
repository: kartverket/skvis-apps
ref: main
Expand Down
Loading