File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed
Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -372,7 +372,7 @@ jobs:
372372 severity : " CRITICAL,HIGH"
373373 - name : Upload Trivy scan results to GitHub Security tab
374374 if : always()
375- uses : github/codeql-action/upload-sarif@cdefb33c0f6224e58673d9004f47f7cb3e328b89 # v4
375+ uses : github/codeql-action/upload-sarif@19b2f06db2b6f5108140aeb04014ef02b648f789 # v4
376376 with :
377377 sarif_file : " trivy-results.sarif"
378378 category : " ${{ matrix.image }}"
Original file line number Diff line number Diff line change 2222 runs-on : ubuntu-latest
2323 steps :
2424 - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
25- - uses : actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6
25+ - uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
2626 with :
2727 python-version : " 3.14"
2828 cache : " pip"
Original file line number Diff line number Diff line change 2727 skip-commit : true
2828 skip-tag : true
2929 output-file : " false"
30- - uses : actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6
30+ - uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
3131 if : ${{ steps.changelog.outputs.skipped == 'false' }}
3232 with :
3333 python-version : " 3.14"
Original file line number Diff line number Diff line change 1- FROM alpinelinux/unbound:latest@sha256:d53aa36d1c8b7a2540f6e71f9510e1224512b90068c2a68b5acddeabc7f87073
1+ FROM alpinelinux/unbound:latest@sha256:123e5a86c9166c4f5a641544ea02fe735fbdc8231d17d4afc3ee197e6fd5f961
22
33LABEL maintainer="https://github.com/jeboehm/docker-mailserver"
44LABEL vendor="https://github.com/jeboehm/docker-mailserver"
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ RUN printf '#!/bin/sh\nexec frankenphp php-cli "$@"\n' > /usr/bin/php && \
4040FROM base AS composer
4141
4242ENV COMPOSER_ALLOW_SUPERUSER=1
43- COPY --from=composer/composer:2.9.3 @sha256:3ba64722c36260502df9e776ae6450e43f20d448ea7a6df0a9776bb236a31494 /usr/bin/composer /usr/bin/composer
43+ COPY --from=composer/composer:2.9.4 @sha256:ba379c4c4f0eeb7d14722d4054e7ca187bc19c35dd873c3111da7e98e63502c3 /usr/bin/composer /usr/bin/composer
4444
4545FROM composer AS roundcube-builder
4646
@@ -79,7 +79,7 @@ RUN --mount=type=cache,target=/root/.composer \
7979
8080FROM composer AS admin-builder
8181
82- ARG ADMIN_VER=5.17.1 # renovate: depName=jeboehm/mailserver-admin
82+ ARG ADMIN_VER=5.17.3 # renovate: depName=jeboehm/mailserver-admin
8383WORKDIR /opt/admin
8484RUN curl -sSLf \
8585 -o /tmp/admin.tar.gz \
You can’t perform that action at this time.
0 commit comments