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.
2 parents c256255 + 7cc50be commit 0fee475Copy full SHA for 0fee475
.github/workflows/image-build.yml
@@ -17,7 +17,7 @@ jobs:
17
lint:
18
runs-on: ubuntu-latest
19
steps:
20
- - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
+ - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
21
- uses: hadolint/hadolint-action@54c9adbab1582c2ef04b2016b760714a4bfde3cf # v3.1.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