Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ jobs:
merge-multiple: true
- name: Cache Dive
id: cache-dive
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
uses: actions/cache@caa296126883cff596d87d8935842f9db880ef25 # v5
with:
path: /tmp/dive_${{ env.DIVE_VER }}_linux_amd64.deb
key: ${{ runner.os }}-dive-${{ env.DIVE_VER }}
Expand Down Expand Up @@ -175,7 +175,7 @@ jobs:
docker load --input images/${image}
done
- name: Cache Docker images
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
uses: actions/cache@caa296126883cff596d87d8935842f9db880ef25 # v5
id: docker-images-cache
with:
path: /tmp/docker-images
Expand Down Expand Up @@ -239,7 +239,7 @@ jobs:
cluster_name: ${{ env.CLUSTER_NAME }}
- name: Cache Popeye
id: cache-popeye
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
uses: actions/cache@caa296126883cff596d87d8935842f9db880ef25 # v5
with:
path: /tmp/popeye_linux_amd64.deb
key: ${{ runner.os }}-popeye-${{ env.POPEYE_VER }}
Expand All @@ -255,7 +255,7 @@ jobs:
kind get clusters
kubectl config use-context kind-${{ env.CLUSTER_NAME }}
- name: Cache Docker images
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
uses: actions/cache@caa296126883cff596d87d8935842f9db880ef25 # v5
id: docker-images-cache
with:
path: /tmp/docker-images
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
- uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6
with:
python-version: "3.14"
cache: "pip"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
skip-commit: true
skip-tag: true
output-file: "false"
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
- uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6
if: ${{ steps.changelog.outputs.skipped == 'false' }}
with:
python-version: "3.14"
Expand Down
2 changes: 1 addition & 1 deletion target/filter/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rspamd/rspamd:4.1@sha256:7f69a2167c552cd5a21237b8395bb20a097d115feda62f2d1cda61258d9db497
FROM rspamd/rspamd:4.1@sha256:4af2dd24a737688282f297a9492002fd01b9f6c844b0df127f44ddc174ed0f6d

LABEL maintainer="https://github.com/jeboehm/docker-mailserver"
LABEL vendor="https://github.com/jeboehm/docker-mailserver"
Expand Down
Loading