From 939e2ec37431e39b568f942f77c19e7f2ac5bc5e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 18 Nov 2025 02:34:25 +0000 Subject: [PATCH 1/2] chore(deps): update actions/checkout action to v5.0.1 --- .github/workflows/analysis.yml | 2 +- .github/workflows/android.yml | 8 ++++---- .github/workflows/codeql.yml | 2 +- .github/workflows/qa.yml | 2 +- .github/workflows/renovate-approve-merge.yml | 2 +- .github/workflows/reuse.yml | 2 +- .github/workflows/scorecard.yml | 2 +- 7 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/analysis.yml b/.github/workflows/analysis.yml index 4c119284c..ea264ad73 100644 --- a/.github/workflows/analysis.yml +++ b/.github/workflows/analysis.yml @@ -51,7 +51,7 @@ jobs: echo "repo=${{ github.event.pull_request.head.repo.full_name }}" } >> "$GITHUB_OUTPUT" fi - - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 + - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 with: persist-credentials: false repository: ${{ steps.get-vars.outputs.repo }} diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index e690baf1b..76814ceee 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -19,7 +19,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 + uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 - uses: actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 # v5.0.0 with: distribution: 'temurin' @@ -34,7 +34,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 + uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 - uses: actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 # v5.0.0 with: distribution: 'temurin' @@ -49,7 +49,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 + uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 - uses: actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 # v5.0.0 with: distribution: 'temurin' @@ -64,7 +64,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 + uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 - uses: actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 # v5.0.0 with: distribution: 'temurin' diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 2acd31090..35e7a78dd 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -34,7 +34,7 @@ jobs: language: [ 'java' ] steps: - name: Checkout repository - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 + uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 with: persist-credentials: false - name: Set Swap Space diff --git a/.github/workflows/qa.yml b/.github/workflows/qa.yml index 3f358b223..3cd73165b 100644 --- a/.github/workflows/qa.yml +++ b/.github/workflows/qa.yml @@ -24,7 +24,7 @@ jobs: id: check-secrets - name: Checkout - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 + uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 if: ${{ steps.check-secrets.outputs.ok == 'true' }} with: persist-credentials: false diff --git a/.github/workflows/renovate-approve-merge.yml b/.github/workflows/renovate-approve-merge.yml index 1315f7a5a..0f6584ecf 100644 --- a/.github/workflows/renovate-approve-merge.yml +++ b/.github/workflows/renovate-approve-merge.yml @@ -48,7 +48,7 @@ jobs: with: github-token: ${{ secrets.GITHUB_TOKEN }} - - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 + - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 with: ref: ${{ github.head_ref }} diff --git a/.github/workflows/reuse.yml b/.github/workflows/reuse.yml index 0508946e9..1636c9a46 100644 --- a/.github/workflows/reuse.yml +++ b/.github/workflows/reuse.yml @@ -19,7 +19,7 @@ jobs: runs-on: ubuntu-latest-low steps: - name: Checkout - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 + uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 with: persist-credentials: false diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index 6a135fdfb..4c6b4d310 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -29,7 +29,7 @@ jobs: steps: - name: "Checkout code" - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 + uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 with: persist-credentials: false From bc2d84f7bbdeb2db7cd8db4b01f2e4e84b1a6be5 Mon Sep 17 00:00:00 2001 From: Andy Scherzinger Date: Tue, 18 Nov 2025 13:57:53 +0100 Subject: [PATCH 2/2] ci(chksm): Add additional checksums for lib Signed-off-by: Andy Scherzinger --- gradle/verification-metadata.xml | 915 ++++++++++++++++++++++++++++++- 1 file changed, 913 insertions(+), 2 deletions(-) diff --git a/gradle/verification-metadata.xml b/gradle/verification-metadata.xml index 8ffdc70b1..f375c8420 100644 --- a/gradle/verification-metadata.xml +++ b/gradle/verification-metadata.xml @@ -2253,6 +2253,14 @@ + + + + + + + + @@ -2330,6 +2338,14 @@ + + + + + + + + @@ -2442,6 +2458,14 @@ + + + + + + + + @@ -2554,6 +2578,14 @@ + + + + + + + + @@ -3879,6 +3911,14 @@ + + + + + + + + @@ -3895,6 +3935,14 @@ + + + + + + + + @@ -3919,6 +3967,14 @@ + + + + + + + + @@ -3943,6 +3999,14 @@ + + + + + + + + @@ -3959,6 +4023,14 @@ + + + + + + + + @@ -4006,6 +4078,11 @@ + + + + + @@ -4022,6 +4099,14 @@ + + + + + + + + @@ -4046,6 +4131,14 @@ + + + + + + + + @@ -4062,6 +4155,14 @@ + + + + + + + + @@ -4220,6 +4321,14 @@ + + + + + + + + @@ -4236,6 +4345,14 @@ + + + + + + + + @@ -4265,6 +4382,14 @@ + + + + + + + + @@ -4281,6 +4406,14 @@ + + + + + + + + @@ -4289,6 +4422,14 @@ + + + + + + + + @@ -4571,6 +4712,14 @@ + + + + + + + + @@ -4627,6 +4776,14 @@ + + + + + + + + @@ -4739,6 +4896,14 @@ + + + + + + + + @@ -4851,6 +5016,14 @@ + + + + + + + + @@ -4963,6 +5136,14 @@ + + + + + + + + @@ -5075,6 +5256,14 @@ + + + + + + + + @@ -5267,6 +5456,14 @@ + + + + + + + + @@ -5459,6 +5656,14 @@ + + + + + + + + @@ -5571,6 +5776,14 @@ + + + + + + + + @@ -5683,6 +5896,14 @@ + + + + + + + + @@ -5795,6 +6016,14 @@ + + + + + + + + @@ -5907,6 +6136,14 @@ + + + + + + + + @@ -6019,6 +6256,14 @@ + + + + + + + + @@ -6131,6 +6376,14 @@ + + + + + + + + @@ -6235,6 +6488,14 @@ + + + + + + + + @@ -6331,6 +6592,14 @@ + + + + + + + + @@ -6443,6 +6712,14 @@ + + + + + + + + @@ -6555,6 +6832,14 @@ + + + + + + + + @@ -6667,6 +6952,14 @@ + + + + + + + + @@ -6779,6 +7072,14 @@ + + + + + + + + @@ -6891,6 +7192,14 @@ + + + + + + + + @@ -7003,6 +7312,14 @@ + + + + + + + + @@ -7171,6 +7488,14 @@ + + + + + + + + @@ -7283,6 +7608,14 @@ + + + + + + + + @@ -7363,6 +7696,14 @@ + + + + + + + + @@ -7403,6 +7744,14 @@ + + + + + + + + @@ -7515,6 +7864,14 @@ + + + + + + + + @@ -7651,6 +8008,14 @@ + + + + + + + + @@ -7763,6 +8128,14 @@ + + + + + + + + @@ -8083,6 +8456,14 @@ + + + + + + + + @@ -8515,6 +8896,14 @@ + + + + + + + + @@ -8627,6 +9016,14 @@ + + + + + + + + @@ -8739,6 +9136,14 @@ + + + + + + + + @@ -8819,6 +9224,14 @@ + + + + + + + + @@ -9107,6 +9520,14 @@ + + + + + + + + @@ -9171,6 +9592,14 @@ + + + + + + + + @@ -9235,6 +9664,14 @@ + + + + + + + + @@ -9315,6 +9752,14 @@ + + + + + + + + @@ -9427,6 +9872,14 @@ + + + + + + + + @@ -9507,6 +9960,14 @@ + + + + + + + + @@ -9619,6 +10080,14 @@ + + + + + + + + @@ -9699,6 +10168,14 @@ + + + + + + + + @@ -9811,6 +10288,14 @@ + + + + + + + + @@ -9891,6 +10376,14 @@ + + + + + + + + @@ -9971,6 +10464,14 @@ + + + + + + + + @@ -10051,6 +10552,14 @@ + + + + + + + + @@ -10163,6 +10672,14 @@ + + + + + + + + @@ -10243,6 +10760,14 @@ + + + + + + + + @@ -10467,6 +10992,14 @@ + + + + + + + + @@ -10547,6 +11080,14 @@ + + + + + + + + @@ -10659,6 +11200,14 @@ + + + + + + + + @@ -11026,10 +11575,14 @@ - + + + - + + + @@ -13141,6 +13694,22 @@ + + + + + + + + + + + + + + + + @@ -13162,6 +13731,14 @@ + + + + + + + + @@ -13183,6 +13760,14 @@ + + + + + + + + @@ -13301,6 +13886,38 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -14879,6 +15496,14 @@ + + + + + + + + @@ -14895,6 +15520,14 @@ + + + + + + + + @@ -14919,6 +15552,14 @@ + + + + + + + + @@ -15025,6 +15666,14 @@ + + + + + + + + @@ -15065,6 +15714,14 @@ + + + + + + + + @@ -15113,6 +15770,14 @@ + + + + + + + + @@ -15153,6 +15818,14 @@ + + + + + + + + @@ -15193,6 +15866,14 @@ + + + + + + + + @@ -15233,6 +15914,14 @@ + + + + + + + + @@ -15273,6 +15962,14 @@ + + + + + + + + @@ -15313,6 +16010,14 @@ + + + + + + + + @@ -15353,6 +16058,14 @@ + + + + + + + + @@ -15402,6 +16115,17 @@ + + + + + + + + + + + @@ -15442,6 +16166,14 @@ + + + + + + + + @@ -15482,6 +16214,14 @@ + + + + + + + + @@ -15522,6 +16262,14 @@ + + + + + + + + @@ -15567,6 +16315,14 @@ + + + + + + + + @@ -15607,6 +16363,14 @@ + + + + + + + + @@ -15655,6 +16419,14 @@ + + + + + + + + @@ -15679,6 +16451,14 @@ + + + + + + + + @@ -15719,6 +16499,14 @@ + + + + + + + + @@ -15756,6 +16544,14 @@ + + + + + + + + @@ -15868,6 +16664,14 @@ + + + + + + + + @@ -15908,6 +16712,14 @@ + + + + + + + + @@ -15948,6 +16760,14 @@ + + + + + + + + @@ -15988,6 +16808,14 @@ + + + + + + + + @@ -16028,6 +16856,14 @@ + + + + + + + + @@ -16152,6 +16988,17 @@ + + + + + + + + + + + @@ -16234,6 +17081,11 @@ + + + + + @@ -16407,6 +17259,14 @@ + + + + + + + + @@ -16447,6 +17307,14 @@ + + + + + + + + @@ -16487,6 +17355,14 @@ + + + + + + + + @@ -16527,6 +17403,14 @@ + + + + + + + + @@ -16567,6 +17451,14 @@ + + + + + + + + @@ -16575,6 +17467,14 @@ + + + + + + + + @@ -16641,6 +17541,14 @@ + + + + + + + + @@ -16705,6 +17613,9 @@ + + +