diff --git a/.github/workflows/build-deploy-feature-branch-q1.yaml b/.github/workflows/build-deploy-feature-branch-q1.yaml
index 19959312fb..6fe80024e5 100644
--- a/.github/workflows/build-deploy-feature-branch-q1.yaml
+++ b/.github/workflows/build-deploy-feature-branch-q1.yaml
@@ -43,7 +43,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Deploy application
- uses: nais/deploy/actions/deploy@v1
+ uses: nais/deploy/actions/deploy@v2
env:
APIKEY: ${{ secrets.NAIS_DEPLOY_APIKEY }}
CLUSTER: dev-fss
diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml
index 7b128fda00..0713ccf189 100644
--- a/.github/workflows/codeql.yml
+++ b/.github/workflows/codeql.yml
@@ -57,7 +57,7 @@ jobs:
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
- uses: github/codeql-action/init@v2
+ uses: github/codeql-action/init@v3
with:
languages: ${{ matrix.language }}
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -71,7 +71,7 @@ jobs:
# Autobuild attempts to build any compiled languages (C/C++, C#, Go, Java, or Swift).
# If this step fails, then you should remove it and run the build manually (see below)
- name: Autobuild
- uses: github/codeql-action/autobuild@v2
+ uses: github/codeql-action/autobuild@v3
# âšī¸ Command-line programs to run using the OS shell.
# đ See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
@@ -84,6 +84,6 @@ jobs:
# ./location_of_script_within_repo/buildscript.sh
- name: Perform CodeQL Analysis
- uses: github/codeql-action/analyze@v2
+ uses: github/codeql-action/analyze@v3
with:
category: "/language:${{matrix.language}}"
diff --git a/.github/workflows/deploy-alerts-to-prod.yaml b/.github/workflows/deploy-alerts-to-prod.yaml
index 90f7c06c36..25fea9753c 100644
--- a/.github/workflows/deploy-alerts-to-prod.yaml
+++ b/.github/workflows/deploy-alerts-to-prod.yaml
@@ -18,7 +18,7 @@ jobs:
uses: actions/checkout@v4
- name: Deploy to prod-fss
- uses: nais/deploy/actions/deploy@v1
+ uses: nais/deploy/actions/deploy@v2
env:
APIKEY: ${{ secrets.NAIS_DEPLOY_APIKEY_OBO }}
CLUSTER: prod-fss
diff --git a/.github/workflows/deploy-unleash-api-token.yaml b/.github/workflows/deploy-unleash-api-token.yaml
index 05103b87f5..a20ae2e9a0 100644
--- a/.github/workflows/deploy-unleash-api-token.yaml
+++ b/.github/workflows/deploy-unleash-api-token.yaml
@@ -18,7 +18,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Deploy unleash-apitoken
- uses: nais/deploy/actions/deploy@v1
+ uses: nais/deploy/actions/deploy@v2
env:
APIKEY: ${{ secrets.NAIS_DEPLOY_APIKEY }}
CLUSTER: dev-fss
@@ -33,7 +33,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Deploy unleash-apitoken
- uses: nais/deploy/actions/deploy@v1
+ uses: nais/deploy/actions/deploy@v2
if: github.ref == 'refs/heads/master'
env:
APIKEY: ${{ secrets.NAIS_DEPLOY_APIKEY }}
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 5211adb5de..527e9425b7 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -62,7 +62,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Deploy application
- uses: nais/deploy/actions/deploy@v1
+ uses: nais/deploy/actions/deploy@v2
env:
APIKEY: ${{ secrets.NAIS_DEPLOY_APIKEY }}
CLUSTER: dev-fss
@@ -77,7 +77,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Deploy application
- uses: nais/deploy/actions/deploy@v1
+ uses: nais/deploy/actions/deploy@v2
env:
APIKEY: ${{ secrets.NAIS_DEPLOY_APIKEY }}
CLUSTER: prod-fss
diff --git a/pom.xml b/pom.xml
index a4111deafc..1118da84c7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,7 +19,7 @@
3.2023.10.23_12.41-bafec3836d28
c22beae
2.3.1
- 1.19.1
+ 1.19.3
17
17
@@ -290,7 +290,7 @@
net.javacrumbs.shedlock
shedlock-provider-jdbc-template
- 5.9.1
+ 5.10.2