From fb2c0d5a53527fa118a059a0a4429504019bc311 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 6 Jun 2026 00:27:35 +0000 Subject: [PATCH] chore(deps): update all digest updates --- .github/workflows/build.yml | 12 ++++++------ .github/workflows/dockerhub.yml | 2 +- .github/workflows/docs.yml | 2 +- .github/workflows/lint.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/renovate.yml | 2 +- .github/workflows/sync-next-branch.yml | 2 +- .github/workflows/test-yaml-schema.yml | 4 ++-- target/filter/Dockerfile | 2 +- target/web/Dockerfile | 2 +- 10 files changed, 16 insertions(+), 16 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0d1fa19b..d42a85f7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -48,7 +48,7 @@ jobs: id-token: write attestations: write steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 - name: Set up QEMU if: ${{ github.event_name != 'pull_request' }} uses: docker/setup-qemu-action@c7c53464625b32c7a7e944ae62b3e17d2b600130 # v3.7.0 @@ -125,7 +125,7 @@ jobs: CI: "true" DIVE_VER: 0.13.1 # renovate: depName=wagoodman/dive steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 - name: Download Docker image artifacts uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 with: @@ -162,7 +162,7 @@ jobs: - default - relayhost steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 - name: Download Docker image artifacts uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 with: @@ -232,7 +232,7 @@ jobs: - relayhost - proxy steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 - name: Setup Kind uses: helm/kind-action@ef37e7f390d99f746eb8b610417061a60e82a6cc # v1 with: @@ -330,7 +330,7 @@ jobs: - image: mailserver-ssl - image: mailserver-unbound steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 - name: Download Docker image artifacts if: ${{ github.event_name == 'pull_request' }} uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 @@ -363,7 +363,7 @@ jobs: severity: "CRITICAL,HIGH" - name: Upload Trivy scan results to GitHub Security tab if: always() - uses: github/codeql-action/upload-sarif@7211b7c8077ea37d8641b6271f6a365a22a5fbfa # v4 + uses: github/codeql-action/upload-sarif@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4 with: sarif_file: "trivy-results.sarif" category: "${{ matrix.image }}" diff --git a/.github/workflows/dockerhub.yml b/.github/workflows/dockerhub.yml index 61c86376..e6378df3 100644 --- a/.github/workflows/dockerhub.yml +++ b/.github/workflows/dockerhub.yml @@ -25,7 +25,7 @@ jobs: - jeboehm/mailserver-virus # deprecated steps: - name: Checkout - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 - name: Docker Hub Description uses: peter-evans/dockerhub-description@1b9a80c056b620d92cedb9d9b5a223409c68ddfa # v5 with: diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index ff0ff1c4..87e48b37 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -21,7 +21,7 @@ jobs: build_documentation: runs-on: ubuntu-latest steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 - uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6 with: python-version: "3.14" diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 3f372d61..8955d030 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -12,7 +12,7 @@ jobs: statuses: write runs-on: ubuntu-latest steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 with: fetch-depth: 0 - name: Prepare environment diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7b770b54..6f2cc020 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,7 +13,7 @@ jobs: permissions: contents: read steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 with: fetch-depth: 0 - name: Generate changelog and determine version diff --git a/.github/workflows/renovate.yml b/.github/workflows/renovate.yml index b78dc106..8673d6c1 100644 --- a/.github/workflows/renovate.yml +++ b/.github/workflows/renovate.yml @@ -10,7 +10,7 @@ jobs: validate_renovate_config: runs-on: ubuntu-latest steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 with: sparse-checkout: | renovate.json diff --git a/.github/workflows/sync-next-branch.yml b/.github/workflows/sync-next-branch.yml index 576ab392..faac9c82 100644 --- a/.github/workflows/sync-next-branch.yml +++ b/.github/workflows/sync-next-branch.yml @@ -13,7 +13,7 @@ jobs: contents: write steps: - name: Checkout - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 - name: Sync branch main to next uses: devmasx/merge-branch@854d3ac71ed1e9deb668e0074781b81fdd6e771f # 1.4.0 with: diff --git a/.github/workflows/test-yaml-schema.yml b/.github/workflows/test-yaml-schema.yml index de2a1d6b..78a760d5 100644 --- a/.github/workflows/test-yaml-schema.yml +++ b/.github/workflows/test-yaml-schema.yml @@ -11,7 +11,7 @@ jobs: test_kustomize_build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 - name: Run kustomize build run: | make .env @@ -19,7 +19,7 @@ jobs: test_yaml_schema: runs-on: ubuntu-latest steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 with: node-version: 24 diff --git a/target/filter/Dockerfile b/target/filter/Dockerfile index 55420426..9a70a8be 100644 --- a/target/filter/Dockerfile +++ b/target/filter/Dockerfile @@ -1,4 +1,4 @@ -FROM rspamd/rspamd:4.0@sha256:420ff124aaa35486d628af955831f9764831290ccc59914018e75dedad88cc3f +FROM rspamd/rspamd:4.0@sha256:686d55649c127378d8b9e4cbbd3eed6d7e712192dd583475f0465b566ad99bb5 LABEL maintainer="https://github.com/jeboehm/docker-mailserver" LABEL vendor="https://github.com/jeboehm/docker-mailserver" diff --git a/target/web/Dockerfile b/target/web/Dockerfile index 5b8111a9..b9398b95 100644 --- a/target/web/Dockerfile +++ b/target/web/Dockerfile @@ -40,7 +40,7 @@ RUN printf '#!/bin/sh\nexec frankenphp php-cli "$@"\n' > /usr/bin/php && \ FROM base AS composer ENV COMPOSER_ALLOW_SUPERUSER=1 -COPY --from=composer/composer:2.10.0@sha256:b6181a8f176e4eda1649b29b5d85f51eda61e24ad0fd0571baab5d895f5f1190 --link /usr/bin/composer /usr/bin/composer +COPY --from=composer/composer:2.10.0@sha256:dd1ba1cb7f89fbf718762ad0e7e26024ea0e1470606d21a075aab66644f1ff74 --link /usr/bin/composer /usr/bin/composer FROM composer AS roundcube-builder