From b293b3eee9b711c7fd89aea7932f85f1051173dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Apr 2024 10:33:34 +0100 Subject: [PATCH 1/2] Bump actions/upload-artifact from 3.1.3 to 4.3.3 (#865) Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3.1.3 to 4.3.3. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v3.1.3...65462800fd760344b1a7b4382951275a0abb4808) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/linux.yml | 4 ++-- .github/workflows/pgkbuild.yml | 2 +- .github/workflows/wix.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index a3bbf7e47..4d21aabf6 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -143,7 +143,7 @@ jobs: export _JAVA_OPTIONS="-Xmx4G" ./gradlew --parallel :ca-certificates:check --stacktrace - - uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3 + - uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3 if: always() # always run even if the previous step fails with: name: test-results @@ -185,7 +185,7 @@ jobs: mkdir ${{ matrix.product.version }} mv $( echo "${{ matrix.image_type }}" | tr [:upper:] [:lower:] ) ${{ matrix.product.version }} - - uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3 + - uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3 if: always() # always run even if the previous step fails with: name: test-results diff --git a/.github/workflows/pgkbuild.yml b/.github/workflows/pgkbuild.yml index 988c4106f..9027969b9 100644 --- a/.github/workflows/pgkbuild.yml +++ b/.github/workflows/pgkbuild.yml @@ -39,7 +39,7 @@ jobs: export WORKSPACE=$PWD bash pkgbuild/create-installer-mac.sh - - uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3 + - uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3 with: name: macOS_${{ matrix.architecture }} path: workspace/target/*.pkg diff --git a/.github/workflows/wix.yml b/.github/workflows/wix.yml index adc3d152c..9011aad39 100644 --- a/.github/workflows/wix.yml +++ b/.github/workflows/wix.yml @@ -101,7 +101,7 @@ jobs: JVM: ${{ matrix.JVM }} shell: cmd - - uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0 + - uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3 with: name: windows-${{ matrix.PRODUCT_MAJOR_VERSION }} path: wix/ReleaseDir/*.msi From c8fb644c213e469af0ac279b9931f629c8ce17be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Apr 2024 10:35:48 +0100 Subject: [PATCH 2/2] Bump gradle/wrapper-validation-action from 2.1.3 to 3.3.0 (#853) * Bump gradle/wrapper-validation-action from 2.1.3 to 3.3.0 Bumps [gradle/wrapper-validation-action](https://github.com/gradle/wrapper-validation-action) from 2.1.3 to 3.3.0. - [Release notes](https://github.com/gradle/wrapper-validation-action/releases) - [Commits](https://github.com/gradle/wrapper-validation-action/compare/b5418f5a58f5fd2eb486dd7efb368fe7be7eae45...460a3ca55fc5d559238a0efc7fa9f7465df8585d) --- updated-dependencies: - dependency-name: gradle/wrapper-validation-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] * Update linux.yml --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Martijn Verburg Co-authored-by: George Adams --- .github/workflows/linux.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 4d21aabf6..1fc1a27f8 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -198,4 +198,4 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3 - - uses: gradle/wrapper-validation-action@b5418f5a58f5fd2eb486dd7efb368fe7be7eae45 # v2.1.3 + - uses: gradle/wrapper-validation-action@460a3ca55fc5d559238a0efc7fa9f7465df8585d # v3.3.0