From 21f6644b1f53aab74ce834214b61d8fb05c7f014 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 14:41:01 +0000 Subject: [PATCH 1/4] Bump org.testcontainers:testcontainers from 1.19.1 to 1.19.3 Bumps [org.testcontainers:testcontainers](https://github.com/testcontainers/testcontainers-java) from 1.19.1 to 1.19.3. - [Release notes](https://github.com/testcontainers/testcontainers-java/releases) - [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md) - [Commits](https://github.com/testcontainers/testcontainers-java/compare/1.19.1...1.19.3) --- updated-dependencies: - dependency-name: org.testcontainers:testcontainers dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index a4111deafc..74fba189d8 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 From e381fea1bd90ef7f752b2375e026f50c07d1a7c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 14:41:10 +0000 Subject: [PATCH 2/4] Bump net.javacrumbs.shedlock:shedlock-provider-jdbc-template Bumps net.javacrumbs.shedlock:shedlock-provider-jdbc-template from 5.9.1 to 5.10.2. --- updated-dependencies: - dependency-name: net.javacrumbs.shedlock:shedlock-provider-jdbc-template dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index a4111deafc..8efbcb85f7 100644 --- a/pom.xml +++ b/pom.xml @@ -290,7 +290,7 @@ net.javacrumbs.shedlock shedlock-provider-jdbc-template - 5.9.1 + 5.10.2 From 7be7cd7c57ae2960913f62732b7ee51536f676df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 14:12:35 +0000 Subject: [PATCH 3/4] Bump github/codeql-action from 2 to 3 in /.github/workflows Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2 to 3. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/github/codeql-action/compare/v2...v3) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/codeql.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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}}" From 3a216042e42f35752079ed9e4d7d23e1a837f20b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 14:12:38 +0000 Subject: [PATCH 4/4] Bump nais/deploy from 1 to 2 in /.github/workflows Bumps [nais/deploy](https://github.com/nais/deploy) from 1 to 2. - [Release notes](https://github.com/nais/deploy/releases) - [Commits](https://github.com/nais/deploy/compare/v1...v2) --- updated-dependencies: - dependency-name: nais/deploy dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build-deploy-feature-branch-q1.yaml | 2 +- .github/workflows/deploy-alerts-to-prod.yaml | 2 +- .github/workflows/deploy-unleash-api-token.yaml | 4 ++-- .github/workflows/main.yml | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) 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/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