123.diff (1713B)
1 diff --git a/.github/workflows/build-blog.yaml b/.github/workflows/build-blog.yaml 2 index 69218dbe..c3aa0c32 100644 3 --- a/.github/workflows/build-blog.yaml 4 +++ b/.github/workflows/build-blog.yaml 5 @@ -36,7 +36,7 @@ jobs: 6 password: ${{ secrets.REGISTRY_PASSWORD }} 7 8 - name: Install cosign 9 - uses: sigstore/cosign-installer@7e8b541eb2e61bf99390e1afd4be13a184e9ebc5 # v3.10.1 10 + uses: sigstore/cosign-installer@ba7bc0a3fef59531c69a25acd34668d6d3fe6f22 # v4.1.0 11 12 - name: Extract metadata 13 id: meta 14 diff --git a/.github/workflows/build-bookwyrm.yaml b/.github/workflows/build-bookwyrm.yaml 15 index 821c7f22..afef00e5 100644 16 --- a/.github/workflows/build-bookwyrm.yaml 17 +++ b/.github/workflows/build-bookwyrm.yaml 18 @@ -73,7 +73,7 @@ jobs: 19 password: ${{ secrets.REGISTRY_PASSWORD }} 20 21 - name: Install cosign 22 - uses: sigstore/cosign-installer@7e8b541eb2e61bf99390e1afd4be13a184e9ebc5 # v3.10.1 23 + uses: sigstore/cosign-installer@ba7bc0a3fef59531c69a25acd34668d6d3fe6f22 # v4.1.0 24 25 - name: Build and push 26 uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7 27 diff --git a/.github/workflows/build-continuwuity.yaml b/.github/workflows/build-continuwuity.yaml 28 index de8e1fc6..0cf5a400 100644 29 --- a/.github/workflows/build-continuwuity.yaml 30 +++ b/.github/workflows/build-continuwuity.yaml 31 @@ -48,7 +48,7 @@ jobs: 32 type=sha,prefix=sha- 33 34 - name: Install cosign 35 - uses: sigstore/cosign-installer@7e8b541eb2e61bf99390e1afd4be13a184e9ebc5 # v3.10.1 36 + uses: sigstore/cosign-installer@ba7bc0a3fef59531c69a25acd34668d6d3fe6f22 # v4.1.0 37 38 - name: Build and push 39 id: build