From 9d08662a152d1dda4a106ae51866ac58552b3ddd Mon Sep 17 00:00:00 2001 From: Dmitry Smirnov Date: Mon, 1 Dec 2025 19:57:09 +0300 Subject: [PATCH 1/2] upgrade to udx-worker:0.33.0 --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 57a3607..de6362e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,9 +1,9 @@ # Use the UDX worker as the base image -FROM usabilitydynamics/udx-worker:0.31.0 +FROM usabilitydynamics/udx-worker:0.33.0 # Add metadata labels LABEL maintainer="UDX" -LABEL version="0.27.0" +LABEL version="0.28.0" # Arguments and Environment Variables ARG PHP_VERSION=8.4 @@ -28,7 +28,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \ php"${PHP_VERSION}"-curl="${PHP_PACKAGE_VERSION}" \ php"${PHP_VERSION}"-xml="${PHP_PACKAGE_VERSION}" \ php"${PHP_VERSION}"-zip="${PHP_PACKAGE_VERSION}" \ - mysql-client=8.4.6-0ubuntu0.25.04.3 && \ + mysql-client=8.4.7-0ubuntu0.25.04.1 && \ apt-get clean && \ rm -rf /tmp/* /var/tmp/* && \ mkdir -p /etc/apt/sources.list.d && \ From 27f2205fea65ffdb7d28a6d2387714943ee7ddb6 Mon Sep 17 00:00:00 2001 From: Dmitry Smirnov Date: Mon, 1 Dec 2025 19:58:17 +0300 Subject: [PATCH 2/2] upgrade to checkout@v6 --- .github/workflows/build-and-test.yml | 2 +- .github/workflows/codeql-analysis.yml | 6 +++--- .github/workflows/release.yml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index 0281e93..1274533 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -20,7 +20,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 2f4f001..f72294c 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -11,7 +11,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Install ShellCheck run: sudo apt-get install -y shellcheck @@ -26,7 +26,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Install hadolint run: | @@ -45,7 +45,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Install yamllint run: | diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 003bcc2..90111d0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,7 +26,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 @@ -128,7 +128,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0