diff --git a/.github/workflows/ocm-kit-release.yaml b/.github/workflows/ocm-kit-release.yaml index 98fce41..cac8d56 100644 --- a/.github/workflows/ocm-kit-release.yaml +++ b/.github/workflows/ocm-kit-release.yaml @@ -44,7 +44,7 @@ jobs: done (cd dist && sha256sum ocm-kit_*.tar.gz ocm-kit_*.zip > "ocm-kit_${version}_SHA256SUMS") ls -l dist - - uses: softprops/action-gh-release@3d0d9888cb7fd7b750713d6e236d1fcb99157228 # v3.0.2 + - uses: softprops/action-gh-release@efb35369e0ad2afab669f228072c1b0d510eae64 # v3.0.3 with: name: ocm-kit ${{ github.ref_name }} files: ocm-kit/dist/* @@ -60,8 +60,8 @@ jobs: IMAGE: ghcr.io/open-component-model/community/ocm-kit steps: - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - - uses: docker/setup-qemu-action@96fe6ef7f33517b61c61be40b68a1882f3264fb8 # v4.2.0 - - uses: docker/setup-buildx-action@37fe631027851001ddb9b187196cc803df7f5f0e # v4.3.0 + - uses: docker/setup-qemu-action@99012661954931238ded8c8b007157a8430204e1 # v4.4.0 + - uses: docker/setup-buildx-action@f87e5991a6d7451dcb8d9637bfbc97413f497069 # v4.4.1 - uses: sigstore/cosign-installer@6f9f17788090df1f26f669e9d70d6ae9567deba6 # v4.1.2 - uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4.6.0 with: @@ -80,7 +80,7 @@ jobs: # Builds with SLSA provenance (mode=max) and an SPDX SBOM attestation, # both attached to the image manifest in the registry. - id: build - uses: docker/build-push-action@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a # v7.3.0 + uses: docker/build-push-action@c3c9e263c25d99ce0380d002d59b67737d91b0dc # v7.4.0 with: context: ocm-kit file: ocm-kit/Dockerfile