diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index cbc20c7b9..e2b0543d7 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -91,5 +91,5 @@ jobs: - uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v7.0.0 with: go-version: v1.26.2 - - uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4.2.0 + - uses: docker/setup-buildx-action@37fe631027851001ddb9b187196cc803df7f5f0e # v4.3.0 - run: make image-local diff --git a/.github/workflows/image.yaml b/.github/workflows/image.yaml index bf1ea7d06..f286a2c81 100644 --- a/.github/workflows/image.yaml +++ b/.github/workflows/image.yaml @@ -27,7 +27,7 @@ jobs: run: 'git tag -d $(git tag -l | grep -v "^v")' - name: Set up Docker Buildx - uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4.2.0 + uses: docker/setup-buildx-action@37fe631027851001ddb9b187196cc803df7f5f0e # v4.3.0 # If you notice signing errors, you may need to update the cosign version. - uses: sigstore/cosign-installer@6f9f17788090df1f26f669e9d70d6ae9567deba6 # v4.1.2 diff --git a/.github/workflows/republish-images.yaml b/.github/workflows/republish-images.yaml index b8e45c829..fc545ef3b 100644 --- a/.github/workflows/republish-images.yaml +++ b/.github/workflows/republish-images.yaml @@ -62,7 +62,7 @@ jobs: run: 'git tag -d $(git tag -l | grep -v "^v")' - name: Set up Docker Buildx - uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4.2.0 + uses: docker/setup-buildx-action@37fe631027851001ddb9b187196cc803df7f5f0e # v4.3.0 - uses: sigstore/cosign-installer@6f9f17788090df1f26f669e9d70d6ae9567deba6 # v4.1.2