From c7c9546a29e8c5fdf4af0dbce428def270dcdf24 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Tue, 14 Mar 2023 01:15:27 +0000
Subject: [PATCH 01/32] chore(deps): update actions/cache digest to 9c7b3e9
(#329)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
---
.github/workflows/merge.yml | 2 +-
.github/workflows/pullrequest.yml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/merge.yml b/.github/workflows/merge.yml
index 32800dc1..028763db 100644
--- a/.github/workflows/merge.yml
+++ b/.github/workflows/merge.yml
@@ -32,7 +32,7 @@ jobs:
server-password: ${{ secrets.OSSRH_PASSWORD }}
- name: Cache local Maven repository
- uses: actions/cache@940f3d7cf195ba83374c77632d1e2cbb2f24ae68
+ uses: actions/cache@9c7b3e90bdf39569c497c98e469f8a00e061c43f
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml
index 1c32c53d..5bc1b110 100644
--- a/.github/workflows/pullrequest.yml
+++ b/.github/workflows/pullrequest.yml
@@ -31,7 +31,7 @@ jobs:
languages: java
- name: Cache local Maven repository
- uses: actions/cache@940f3d7cf195ba83374c77632d1e2cbb2f24ae68
+ uses: actions/cache@9c7b3e90bdf39569c497c98e469f8a00e061c43f
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
From 33bf772158ae4fc74c528d612dba378e5db50785 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Tue, 14 Mar 2023 04:28:34 +0000
Subject: [PATCH 02/32] chore(deps): update github/codeql-action digest to
19f00dc (#330)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
---
.github/workflows/pullrequest.yml | 4 ++--
.github/workflows/static-code-scanning.yaml | 6 +++---
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml
index 5bc1b110..936fa755 100644
--- a/.github/workflows/pullrequest.yml
+++ b/.github/workflows/pullrequest.yml
@@ -26,7 +26,7 @@ jobs:
cache: maven
- name: Initialize CodeQL
- uses: github/codeql-action/init@204eadab9ded3e22323701abf6bac3aaa9147683
+ uses: github/codeql-action/init@19f00dc212364caec77c5ea88fa53cb5deebc752
with:
languages: java
@@ -51,4 +51,4 @@ jobs:
verbose: true # optional (default = false)
- name: Perform CodeQL Analysis
- uses: github/codeql-action/analyze@204eadab9ded3e22323701abf6bac3aaa9147683
+ uses: github/codeql-action/analyze@19f00dc212364caec77c5ea88fa53cb5deebc752
diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml
index 7475cf65..7aba8edf 100644
--- a/.github/workflows/static-code-scanning.yaml
+++ b/.github/workflows/static-code-scanning.yaml
@@ -33,12 +33,12 @@ jobs:
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
- uses: github/codeql-action/init@204eadab9ded3e22323701abf6bac3aaa9147683
+ uses: github/codeql-action/init@19f00dc212364caec77c5ea88fa53cb5deebc752
with:
languages: java
- name: Autobuild
- uses: github/codeql-action/autobuild@204eadab9ded3e22323701abf6bac3aaa9147683
+ uses: github/codeql-action/autobuild@19f00dc212364caec77c5ea88fa53cb5deebc752
- name: Perform CodeQL Analysis
- uses: github/codeql-action/analyze@204eadab9ded3e22323701abf6bac3aaa9147683
+ uses: github/codeql-action/analyze@19f00dc212364caec77c5ea88fa53cb5deebc752
From d4480382ca435419c4a253407d585764f5e642e9 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Wed, 15 Mar 2023 02:04:53 +0000
Subject: [PATCH 03/32] chore(deps): update github/codeql-action digest to
433fe88 (#334)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
---
.github/workflows/pullrequest.yml | 4 ++--
.github/workflows/static-code-scanning.yaml | 6 +++---
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml
index 936fa755..0fff2564 100644
--- a/.github/workflows/pullrequest.yml
+++ b/.github/workflows/pullrequest.yml
@@ -26,7 +26,7 @@ jobs:
cache: maven
- name: Initialize CodeQL
- uses: github/codeql-action/init@19f00dc212364caec77c5ea88fa53cb5deebc752
+ uses: github/codeql-action/init@433fe88bf36ca0c5e4ef9b90a83052d09f7549e5
with:
languages: java
@@ -51,4 +51,4 @@ jobs:
verbose: true # optional (default = false)
- name: Perform CodeQL Analysis
- uses: github/codeql-action/analyze@19f00dc212364caec77c5ea88fa53cb5deebc752
+ uses: github/codeql-action/analyze@433fe88bf36ca0c5e4ef9b90a83052d09f7549e5
diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml
index 7aba8edf..4e880190 100644
--- a/.github/workflows/static-code-scanning.yaml
+++ b/.github/workflows/static-code-scanning.yaml
@@ -33,12 +33,12 @@ jobs:
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
- uses: github/codeql-action/init@19f00dc212364caec77c5ea88fa53cb5deebc752
+ uses: github/codeql-action/init@433fe88bf36ca0c5e4ef9b90a83052d09f7549e5
with:
languages: java
- name: Autobuild
- uses: github/codeql-action/autobuild@19f00dc212364caec77c5ea88fa53cb5deebc752
+ uses: github/codeql-action/autobuild@433fe88bf36ca0c5e4ef9b90a83052d09f7549e5
- name: Perform CodeQL Analysis
- uses: github/codeql-action/analyze@19f00dc212364caec77c5ea88fa53cb5deebc752
+ uses: github/codeql-action/analyze@433fe88bf36ca0c5e4ef9b90a83052d09f7549e5
From c8d14dedb1bdf2d664dddc67ce21209f8300a196 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Wed, 15 Mar 2023 23:02:05 +0000
Subject: [PATCH 04/32] chore(deps): update actions/checkout digest to 24cb908
(#337)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
---
.github/workflows/merge.yml | 2 +-
.github/workflows/pullrequest.yml | 2 +-
.github/workflows/release.yml | 2 +-
.github/workflows/static-code-scanning.yaml | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/.github/workflows/merge.yml b/.github/workflows/merge.yml
index 028763db..9951244c 100644
--- a/.github/workflows/merge.yml
+++ b/.github/workflows/merge.yml
@@ -20,7 +20,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- - uses: actions/checkout@27135e314dd1818f797af1db9dae03a9f045786b
+ - uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f
- name: Set up JDK 8
uses: actions/setup-java@888b4006f39f9718dc69efb685c48e14340507b6
with:
diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml
index 0fff2564..52a16153 100644
--- a/.github/workflows/pullrequest.yml
+++ b/.github/workflows/pullrequest.yml
@@ -16,7 +16,7 @@ jobs:
steps:
- name: Check out the code
- uses: actions/checkout@27135e314dd1818f797af1db9dae03a9f045786b
+ uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f
- name: Set up JDK 8
uses: actions/setup-java@888b4006f39f9718dc69efb685c48e14340507b6
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 8e032f8d..06d1d080 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -29,7 +29,7 @@ jobs:
# These steps are only run if this was a merged release-please PR
- name: checkout
if: ${{ steps.release.outputs.releases_created }}
- uses: actions/checkout@27135e314dd1818f797af1db9dae03a9f045786b
+ uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f
- name: Set up JDK 8
if: ${{ steps.release.outputs.releases_created }}
uses: actions/setup-java@888b4006f39f9718dc69efb685c48e14340507b6
diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml
index 4e880190..7c6594cc 100644
--- a/.github/workflows/static-code-scanning.yaml
+++ b/.github/workflows/static-code-scanning.yaml
@@ -29,7 +29,7 @@ jobs:
steps:
- name: Checkout repository
- uses: actions/checkout@27135e314dd1818f797af1db9dae03a9f045786b
+ uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
From fa613fcddc3f4740c1634e6dc973bd8d19a6ca8b Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Thu, 16 Mar 2023 02:17:23 +0000
Subject: [PATCH 05/32] chore(deps): update actions/setup-java digest to
669e072 (#335)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
---
.github/workflows/merge.yml | 2 +-
.github/workflows/pullrequest.yml | 2 +-
.github/workflows/release.yml | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/merge.yml b/.github/workflows/merge.yml
index 9951244c..c3998194 100644
--- a/.github/workflows/merge.yml
+++ b/.github/workflows/merge.yml
@@ -22,7 +22,7 @@ jobs:
steps:
- uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f
- name: Set up JDK 8
- uses: actions/setup-java@888b4006f39f9718dc69efb685c48e14340507b6
+ uses: actions/setup-java@669e0727d83882f44d621538ec00d2301ba68e0a
with:
java-version: '8'
distribution: 'temurin'
diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml
index 52a16153..19b3f9d2 100644
--- a/.github/workflows/pullrequest.yml
+++ b/.github/workflows/pullrequest.yml
@@ -19,7 +19,7 @@ jobs:
uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f
- name: Set up JDK 8
- uses: actions/setup-java@888b4006f39f9718dc69efb685c48e14340507b6
+ uses: actions/setup-java@669e0727d83882f44d621538ec00d2301ba68e0a
with:
java-version: '8'
distribution: 'temurin'
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 06d1d080..fb2a95a5 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -32,7 +32,7 @@ jobs:
uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f
- name: Set up JDK 8
if: ${{ steps.release.outputs.releases_created }}
- uses: actions/setup-java@888b4006f39f9718dc69efb685c48e14340507b6
+ uses: actions/setup-java@669e0727d83882f44d621538ec00d2301ba68e0a
with:
java-version: '8'
distribution: 'temurin'
From 953b48041a29eef550834206a6706c5e5c59b425 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Thu, 16 Mar 2023 05:12:38 +0000
Subject: [PATCH 06/32] chore(deps): update github/codeql-action digest to
d230601 (#336)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
---
.github/workflows/pullrequest.yml | 4 ++--
.github/workflows/static-code-scanning.yaml | 6 +++---
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml
index 19b3f9d2..c58a70f7 100644
--- a/.github/workflows/pullrequest.yml
+++ b/.github/workflows/pullrequest.yml
@@ -26,7 +26,7 @@ jobs:
cache: maven
- name: Initialize CodeQL
- uses: github/codeql-action/init@433fe88bf36ca0c5e4ef9b90a83052d09f7549e5
+ uses: github/codeql-action/init@d23060145bc9131d50558d5d4185494a20208101
with:
languages: java
@@ -51,4 +51,4 @@ jobs:
verbose: true # optional (default = false)
- name: Perform CodeQL Analysis
- uses: github/codeql-action/analyze@433fe88bf36ca0c5e4ef9b90a83052d09f7549e5
+ uses: github/codeql-action/analyze@d23060145bc9131d50558d5d4185494a20208101
diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml
index 7c6594cc..028753cf 100644
--- a/.github/workflows/static-code-scanning.yaml
+++ b/.github/workflows/static-code-scanning.yaml
@@ -33,12 +33,12 @@ jobs:
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
- uses: github/codeql-action/init@433fe88bf36ca0c5e4ef9b90a83052d09f7549e5
+ uses: github/codeql-action/init@d23060145bc9131d50558d5d4185494a20208101
with:
languages: java
- name: Autobuild
- uses: github/codeql-action/autobuild@433fe88bf36ca0c5e4ef9b90a83052d09f7549e5
+ uses: github/codeql-action/autobuild@d23060145bc9131d50558d5d4185494a20208101
- name: Perform CodeQL Analysis
- uses: github/codeql-action/analyze@433fe88bf36ca0c5e4ef9b90a83052d09f7549e5
+ uses: github/codeql-action/analyze@d23060145bc9131d50558d5d4185494a20208101
From dfff114b15f6e44373b42521efe7787e4e7fe08a Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Sun, 19 Mar 2023 01:57:03 +0000
Subject: [PATCH 07/32] chore(deps): update
google-github-actions/release-please-action digest to 9997fc9 (#338)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
---
.github/workflows/release.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index fb2a95a5..d5afbcf9 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -19,7 +19,7 @@ jobs:
# Release-please creates a PR that tracks all changes
steps:
- - uses: google-github-actions/release-please-action@e0b9d1885d92e9a93d5ce8656de60e3b806e542c
+ - uses: google-github-actions/release-please-action@9997fc940dddf620986d5e88532ffb2cc6e22c1c
id: release
with:
command: manifest
From 61a87cf4082005e22f460107cb7bc081d2e2cb6c Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Sun, 19 Mar 2023 02:23:32 +0000
Subject: [PATCH 08/32] chore(deps): update actions/cache digest to ea05037
(#340)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
---
.github/workflows/merge.yml | 2 +-
.github/workflows/pullrequest.yml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/merge.yml b/.github/workflows/merge.yml
index c3998194..c2e9459f 100644
--- a/.github/workflows/merge.yml
+++ b/.github/workflows/merge.yml
@@ -32,7 +32,7 @@ jobs:
server-password: ${{ secrets.OSSRH_PASSWORD }}
- name: Cache local Maven repository
- uses: actions/cache@9c7b3e90bdf39569c497c98e469f8a00e061c43f
+ uses: actions/cache@ea0503788c59256f4da17725d04df850ca027df5
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml
index c58a70f7..9d5d4418 100644
--- a/.github/workflows/pullrequest.yml
+++ b/.github/workflows/pullrequest.yml
@@ -31,7 +31,7 @@ jobs:
languages: java
- name: Cache local Maven repository
- uses: actions/cache@9c7b3e90bdf39569c497c98e469f8a00e061c43f
+ uses: actions/cache@ea0503788c59256f4da17725d04df850ca027df5
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
From d3ef8927a22a302a3935e052211f2c51008587c6 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Sun, 19 Mar 2023 05:25:04 +0000
Subject: [PATCH 09/32] chore(deps): update amannn/action-semantic-pull-request
digest to c3cd5d1 (#341)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
---
.github/workflows/lint-pr.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/lint-pr.yml b/.github/workflows/lint-pr.yml
index a7797652..8469cebd 100644
--- a/.github/workflows/lint-pr.yml
+++ b/.github/workflows/lint-pr.yml
@@ -18,6 +18,6 @@ jobs:
name: Validate PR title
runs-on: ubuntu-latest
steps:
- - uses: amannn/action-semantic-pull-request@b6bca70dcd3e56e896605356ce09b76f7e1e0d39
+ - uses: amannn/action-semantic-pull-request@c3cd5d1ea3580753008872425915e343e351ab54
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
From aee10c3a3dcac3e9ac89c8ce5908333e1aebe57f Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Sun, 19 Mar 2023 07:53:37 +0000
Subject: [PATCH 10/32] chore(deps): update github/codeql-action digest to
fb75ebd (#342)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
---
.github/workflows/pullrequest.yml | 4 ++--
.github/workflows/static-code-scanning.yaml | 6 +++---
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml
index 9d5d4418..8c969b89 100644
--- a/.github/workflows/pullrequest.yml
+++ b/.github/workflows/pullrequest.yml
@@ -26,7 +26,7 @@ jobs:
cache: maven
- name: Initialize CodeQL
- uses: github/codeql-action/init@d23060145bc9131d50558d5d4185494a20208101
+ uses: github/codeql-action/init@fb75ebd7508a284201f74f4bbc92dfd6895ae7da
with:
languages: java
@@ -51,4 +51,4 @@ jobs:
verbose: true # optional (default = false)
- name: Perform CodeQL Analysis
- uses: github/codeql-action/analyze@d23060145bc9131d50558d5d4185494a20208101
+ uses: github/codeql-action/analyze@fb75ebd7508a284201f74f4bbc92dfd6895ae7da
diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml
index 028753cf..ffb24182 100644
--- a/.github/workflows/static-code-scanning.yaml
+++ b/.github/workflows/static-code-scanning.yaml
@@ -33,12 +33,12 @@ jobs:
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
- uses: github/codeql-action/init@d23060145bc9131d50558d5d4185494a20208101
+ uses: github/codeql-action/init@fb75ebd7508a284201f74f4bbc92dfd6895ae7da
with:
languages: java
- name: Autobuild
- uses: github/codeql-action/autobuild@d23060145bc9131d50558d5d4185494a20208101
+ uses: github/codeql-action/autobuild@fb75ebd7508a284201f74f4bbc92dfd6895ae7da
- name: Perform CodeQL Analysis
- uses: github/codeql-action/analyze@d23060145bc9131d50558d5d4185494a20208101
+ uses: github/codeql-action/analyze@fb75ebd7508a284201f74f4bbc92dfd6895ae7da
From f6363e3d4b252c20c2b055e8f5b71db6bb603495 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Sun, 19 Mar 2023 09:08:31 +0000
Subject: [PATCH 11/32] fix(deps): update dependency org.slf4j:slf4j-api to
v2.0.7 (#343)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 0311e798..9ee52881 100644
--- a/pom.xml
+++ b/pom.xml
@@ -59,7 +59,7 @@
org.slf4j
slf4j-api
- 2.0.6
+ 2.0.7
From d72b068559370405628a805f53ed03012babc697 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Tue, 21 Mar 2023 06:23:31 +0000
Subject: [PATCH 12/32] chore(deps): update github/codeql-action digest to
ebbe965 (#344)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
---
.github/workflows/pullrequest.yml | 4 ++--
.github/workflows/static-code-scanning.yaml | 6 +++---
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml
index 8c969b89..c5808752 100644
--- a/.github/workflows/pullrequest.yml
+++ b/.github/workflows/pullrequest.yml
@@ -26,7 +26,7 @@ jobs:
cache: maven
- name: Initialize CodeQL
- uses: github/codeql-action/init@fb75ebd7508a284201f74f4bbc92dfd6895ae7da
+ uses: github/codeql-action/init@ebbe965b436d3cf08f411a8e9cdefb6cda0170db
with:
languages: java
@@ -51,4 +51,4 @@ jobs:
verbose: true # optional (default = false)
- name: Perform CodeQL Analysis
- uses: github/codeql-action/analyze@fb75ebd7508a284201f74f4bbc92dfd6895ae7da
+ uses: github/codeql-action/analyze@ebbe965b436d3cf08f411a8e9cdefb6cda0170db
diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml
index ffb24182..e1a3161e 100644
--- a/.github/workflows/static-code-scanning.yaml
+++ b/.github/workflows/static-code-scanning.yaml
@@ -33,12 +33,12 @@ jobs:
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
- uses: github/codeql-action/init@fb75ebd7508a284201f74f4bbc92dfd6895ae7da
+ uses: github/codeql-action/init@ebbe965b436d3cf08f411a8e9cdefb6cda0170db
with:
languages: java
- name: Autobuild
- uses: github/codeql-action/autobuild@fb75ebd7508a284201f74f4bbc92dfd6895ae7da
+ uses: github/codeql-action/autobuild@ebbe965b436d3cf08f411a8e9cdefb6cda0170db
- name: Perform CodeQL Analysis
- uses: github/codeql-action/analyze@fb75ebd7508a284201f74f4bbc92dfd6895ae7da
+ uses: github/codeql-action/analyze@ebbe965b436d3cf08f411a8e9cdefb6cda0170db
From 66f995d550b3f4d2e491f95fdf2a46bca2b94f95 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Tue, 21 Mar 2023 15:09:58 +0000
Subject: [PATCH 13/32] chore(deps): update actions/cache digest to 04f198b
(#345)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
---
.github/workflows/merge.yml | 2 +-
.github/workflows/pullrequest.yml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/merge.yml b/.github/workflows/merge.yml
index c2e9459f..31266dde 100644
--- a/.github/workflows/merge.yml
+++ b/.github/workflows/merge.yml
@@ -32,7 +32,7 @@ jobs:
server-password: ${{ secrets.OSSRH_PASSWORD }}
- name: Cache local Maven repository
- uses: actions/cache@ea0503788c59256f4da17725d04df850ca027df5
+ uses: actions/cache@04f198bf0b2a39f7230a4304bf07747a0bddf146
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml
index c5808752..69753613 100644
--- a/.github/workflows/pullrequest.yml
+++ b/.github/workflows/pullrequest.yml
@@ -31,7 +31,7 @@ jobs:
languages: java
- name: Cache local Maven repository
- uses: actions/cache@ea0503788c59256f4da17725d04df850ca027df5
+ uses: actions/cache@04f198bf0b2a39f7230a4304bf07747a0bddf146
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
From 9df00dd489088bb93f7fc42df3f09f0eda023f57 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Tue, 21 Mar 2023 18:08:11 +0000
Subject: [PATCH 14/32] chore(deps): update actions/setup-java digest to
5ffc13f (#346)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
---
.github/workflows/merge.yml | 2 +-
.github/workflows/pullrequest.yml | 2 +-
.github/workflows/release.yml | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/merge.yml b/.github/workflows/merge.yml
index 31266dde..d66b8555 100644
--- a/.github/workflows/merge.yml
+++ b/.github/workflows/merge.yml
@@ -22,7 +22,7 @@ jobs:
steps:
- uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f
- name: Set up JDK 8
- uses: actions/setup-java@669e0727d83882f44d621538ec00d2301ba68e0a
+ uses: actions/setup-java@5ffc13f4174014e2d4d4572b3d74c3fa61aeb2c2
with:
java-version: '8'
distribution: 'temurin'
diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml
index 69753613..7c726f25 100644
--- a/.github/workflows/pullrequest.yml
+++ b/.github/workflows/pullrequest.yml
@@ -19,7 +19,7 @@ jobs:
uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f
- name: Set up JDK 8
- uses: actions/setup-java@669e0727d83882f44d621538ec00d2301ba68e0a
+ uses: actions/setup-java@5ffc13f4174014e2d4d4572b3d74c3fa61aeb2c2
with:
java-version: '8'
distribution: 'temurin'
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index d5afbcf9..27eb8129 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -32,7 +32,7 @@ jobs:
uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f
- name: Set up JDK 8
if: ${{ steps.release.outputs.releases_created }}
- uses: actions/setup-java@669e0727d83882f44d621538ec00d2301ba68e0a
+ uses: actions/setup-java@5ffc13f4174014e2d4d4572b3d74c3fa61aeb2c2
with:
java-version: '8'
distribution: 'temurin'
From aec31b1a6880b32ca148502556d3f3b203b30927 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Tue, 21 Mar 2023 20:44:19 +0000
Subject: [PATCH 15/32] chore(deps): update amannn/action-semantic-pull-request
digest to ff373f4 (#347)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
---
.github/workflows/lint-pr.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/lint-pr.yml b/.github/workflows/lint-pr.yml
index 8469cebd..afc537e4 100644
--- a/.github/workflows/lint-pr.yml
+++ b/.github/workflows/lint-pr.yml
@@ -18,6 +18,6 @@ jobs:
name: Validate PR title
runs-on: ubuntu-latest
steps:
- - uses: amannn/action-semantic-pull-request@c3cd5d1ea3580753008872425915e343e351ab54
+ - uses: amannn/action-semantic-pull-request@ff373f4e8056b732dfd0eadd42ae54c004e5523b
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
From 77890303c3e646220519e731fcfea41c5ae1e005 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Tue, 21 Mar 2023 23:56:10 +0000
Subject: [PATCH 16/32] chore(deps): update github/codeql-action digest to
760583e (#348)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
---
.github/workflows/pullrequest.yml | 4 ++--
.github/workflows/static-code-scanning.yaml | 6 +++---
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml
index 7c726f25..1b492de1 100644
--- a/.github/workflows/pullrequest.yml
+++ b/.github/workflows/pullrequest.yml
@@ -26,7 +26,7 @@ jobs:
cache: maven
- name: Initialize CodeQL
- uses: github/codeql-action/init@ebbe965b436d3cf08f411a8e9cdefb6cda0170db
+ uses: github/codeql-action/init@760583e70d47693ffb9619d29cd1b1858c197d2b
with:
languages: java
@@ -51,4 +51,4 @@ jobs:
verbose: true # optional (default = false)
- name: Perform CodeQL Analysis
- uses: github/codeql-action/analyze@ebbe965b436d3cf08f411a8e9cdefb6cda0170db
+ uses: github/codeql-action/analyze@760583e70d47693ffb9619d29cd1b1858c197d2b
diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml
index e1a3161e..32d1a33f 100644
--- a/.github/workflows/static-code-scanning.yaml
+++ b/.github/workflows/static-code-scanning.yaml
@@ -33,12 +33,12 @@ jobs:
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
- uses: github/codeql-action/init@ebbe965b436d3cf08f411a8e9cdefb6cda0170db
+ uses: github/codeql-action/init@760583e70d47693ffb9619d29cd1b1858c197d2b
with:
languages: java
- name: Autobuild
- uses: github/codeql-action/autobuild@ebbe965b436d3cf08f411a8e9cdefb6cda0170db
+ uses: github/codeql-action/autobuild@760583e70d47693ffb9619d29cd1b1858c197d2b
- name: Perform CodeQL Analysis
- uses: github/codeql-action/analyze@ebbe965b436d3cf08f411a8e9cdefb6cda0170db
+ uses: github/codeql-action/analyze@760583e70d47693ffb9619d29cd1b1858c197d2b
From d8e7d9e10c66126f0dd85eb793a78b80ac2bf09c Mon Sep 17 00:00:00 2001
From: Kavindu Dodanduwa
Date: Wed, 22 Mar 2023 09:46:53 -0700
Subject: [PATCH 17/32] fix: validate list content to be values (#350)
validate list content
Signed-off-by: Kavindu Dodanduwa
Co-authored-by: Justin Abrahms
---
src/main/java/dev/openfeature/sdk/Value.java | 21 +++++++++++++++----
.../java/dev/openfeature/sdk/ValueTest.java | 8 +++++++
2 files changed, 25 insertions(+), 4 deletions(-)
diff --git a/src/main/java/dev/openfeature/sdk/Value.java b/src/main/java/dev/openfeature/sdk/Value.java
index f4ad909d..672b65c1 100644
--- a/src/main/java/dev/openfeature/sdk/Value.java
+++ b/src/main/java/dev/openfeature/sdk/Value.java
@@ -125,14 +125,27 @@ public boolean isStructure() {
}
/**
- * Check if this Value represents a List.
+ * Check if this Value represents a List of Values.
*
* @return boolean
*/
public boolean isList() {
- return this.innerObject instanceof List
- && (((List) this.innerObject).isEmpty()
- || ((List) this.innerObject).get(0) instanceof Value);
+ if (!(this.innerObject instanceof List)) {
+ return false;
+ }
+
+ List> list = (List>) this.innerObject;
+ if (list.isEmpty()) {
+ return true;
+ }
+
+ for (Object obj : list) {
+ if (!(obj instanceof Value)) {
+ return false;
+ }
+ }
+
+ return true;
}
/**
diff --git a/src/test/java/dev/openfeature/sdk/ValueTest.java b/src/test/java/dev/openfeature/sdk/ValueTest.java
index aa6ac62f..53513afd 100644
--- a/src/test/java/dev/openfeature/sdk/ValueTest.java
+++ b/src/test/java/dev/openfeature/sdk/ValueTest.java
@@ -134,4 +134,12 @@ class Something {}
fail("Unexpected exception occurred.", e);
}
}
+
+ @Test public void valueConstructorValidateListInternals() {
+ List