We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f43c4f commit c3b0e57Copy full SHA for c3b0e57
.github/workflows/image-build.yml
@@ -17,7 +17,7 @@ jobs:
17
lint:
18
runs-on: ubuntu-latest
19
steps:
20
- - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
+ - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
21
- uses: hadolint/hadolint-action@2332a7b74a6de0dda2e2221d575162eba76ba5e5 # v3.3.0
22
with:
23
dockerfile: Dockerfile
@@ -55,7 +55,7 @@ jobs:
55
imapfilter_spec=${{ needs.grab-imapfilter-latest.outputs.tag }}
56
57
58
59
- uses: docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392 # v3
60
61
# Spurious segfaults when compiling
0 commit comments